[ Dec 24 01:16:22 Enabled. ] [ Dec 24 01:16:22 Rereading configuration. ] [ Dec 24 01:16:23 Rereading configuration. ] [ Dec 24 01:16:25 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 [ Dec 24 01:16:25 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 2025.12.24 01:16:26.310801 [ 1 ] {} Application: Will watch for the process with pid 26009 2025.12.24 01:16:26.311221 [ 1 ] {} Application: Forked a child process to watch 2025.12.24 01:16:26.493785 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 26009 2025.12.24 01:16:26.494558 [ 1 ] {} Application: starting up 2025.12.24 01:16:26.494702 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.24 01:16:26.579095 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.24 01:16:26.652241 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.24 01:16:26.652295 [ 1 ] {} Application: Initializing DateLUT. 2025.12.24 01:16:26.652313 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.24 01:16:26.652366 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.24 01:16:26.652743 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.24 01:16:26.655041 [ 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'. 2025.12.24 01:16:26.655844 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 01:16:26.656755 [ 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) 2025.12.24 01:16:26.656786 [ 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) 2025.12.24 01:16:26.656801 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.24 01:16:26.656989 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 01:16:26.657918 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.24 01:16:26.662915 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 01:16:26.663647 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 01:16:26.665275 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 01:16:26.665341 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 01:16:26.666317 [ 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'. 2025.12.24 01:16:26.666707 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 01:16:26.669623 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 01:16:26.669926 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.24 01:16:26.673235 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.24 01:16:26.673571 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.24 01:16:26.673920 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.24 01:16:26.674264 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.24 01:16:26.675666 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.24 01:16:26.675691 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.24 01:16:26.675775 [ 153 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:16:26.675860 [ 153 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:16:26.698674 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.24 01:16:26.698699 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000157923 sec 2025.12.24 01:16:26.698725 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 01:16:26.698739 [ 1 ] {} LoadingDeps: No tables 2025.12.24 01:16:26.699530 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.24 01:16:26.700170 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.24 01:16:26.709994 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.24 01:16:26.710041 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.24 01:16:26.710064 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.24 01:16:26.710075 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.24 01:16:26.710108 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.24 01:16:26.710127 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.24 01:16:26.712149 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.24 01:16:26.712195 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.24 01:16:26.712215 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.24 01:16:26.712344 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.24 01:16:26.712383 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.24 01:16:26.712395 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.24 01:16:26.712413 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.24 01:16:26.712425 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.24 01:16:26.712453 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.24 01:16:26.712469 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.24 01:16:26.731893 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.24 01:16:26.733725 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.24 01:16:26.733752 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.6181e-05 sec 2025.12.24 01:16:26.733763 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 01:16:26.733773 [ 1 ] {} LoadingDeps: No tables 2025.12.24 01:16:26.733794 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.24 01:16:26.734044 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.24 01:16:26.734086 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.24 01:16:26.734099 [ 1 ] {} Application: Loaded metadata. 2025.12.24 01:16:26.734109 [ 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). 2025.12.24 01:16:26.734120 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.24 01:16:26.737749 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 01:16:26.737962 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.70 MiB (RSS), difference: 91.92 MiB 2025.12.24 01:16:26.739298 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.401e-05 sec. 2025.12.24 01:16:26.739699 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.24 01:16:26.739782 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.24 01:16:26.739799 [ 1 ] {} Application: Ready for connections. 2025.12.24 01:16:27.586037 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47156 2025.12.24 01:16:27.588114 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.588180 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Authenticating user 'default' from [fd00:1122:3344:101::d]:47156 2025.12.24 01:16:27.588208 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.588296 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.588395 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 01:16:27.588422 [ 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 2025.12.24 01:16:27.588506 [ 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 2025.12.24 01:16:27.590575 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43318 2025.12.24 01:16:27.591414 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51203 2025.12.24 01:16:27.591433 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56854 2025.12.24 01:16:27.591679 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55735 2025.12.24 01:16:27.592228 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.592272 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47741 2025.12.24 01:16:27.592285 [ 4 ] {} TCP-Session: 944b8389-0e16-4f81-997e-4b37892bc321 Authenticating user 'default' from [fd00:1122:3344:101::d]:43318 2025.12.24 01:16:27.592349 [ 4 ] {} TCP-Session: 944b8389-0e16-4f81-997e-4b37892bc321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.592444 [ 4 ] {} TCP-Session: 944b8389-0e16-4f81-997e-4b37892bc321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.592934 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64121 2025.12.24 01:16:27.592974 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.593026 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.593059 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.593097 [ 253 ] {} TCP-Session: ae72c152-d5ee-476a-b14c-312be2806145 Authenticating user 'default' from [fd00:1122:3344:101::d]:51203 2025.12.24 01:16:27.593126 [ 256 ] {} TCP-Session: 13e734f5-1243-4d0c-9e94-3fc3697a5241 Authenticating user 'default' from [fd00:1122:3344:101::d]:47741 2025.12.24 01:16:27.593154 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.593102 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43734 2025.12.24 01:16:27.593198 [ 253 ] {} TCP-Session: ae72c152-d5ee-476a-b14c-312be2806145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593226 [ 256 ] {} TCP-Session: 13e734f5-1243-4d0c-9e94-3fc3697a5241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593254 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.593299 [ 253 ] {} TCP-Session: ae72c152-d5ee-476a-b14c-312be2806145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593327 [ 256 ] {} TCP-Session: 13e734f5-1243-4d0c-9e94-3fc3697a5241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593349 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.593323 [ 5 ] {} TCP-Session: bb6ab52a-e6e1-475d-8c3c-ae83f9b90b2e Authenticating user 'default' from [fd00:1122:3344:101::d]:56854 2025.12.24 01:16:27.593403 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Authenticating user 'default' from [fd00:1122:3344:101::d]:43734 2025.12.24 01:16:27.593306 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33570 2025.12.24 01:16:27.593177 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.593514 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593537 [ 257 ] {} TCP-Session: c94108b4-15ac-4628-9ccc-9bdb5731fa06 Authenticating user 'default' from [fd00:1122:3344:101::d]:64121 2025.12.24 01:16:27.593495 [ 5 ] {} TCP-Session: bb6ab52a-e6e1-475d-8c3c-ae83f9b90b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593216 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:55735 2025.12.24 01:16:27.593644 [ 257 ] {} TCP-Session: c94108b4-15ac-4628-9ccc-9bdb5731fa06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593620 [ 5 ] {} TCP-Session: bb6ab52a-e6e1-475d-8c3c-ae83f9b90b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593613 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593721 [ 257 ] {} TCP-Session: c94108b4-15ac-4628-9ccc-9bdb5731fa06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593703 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.593792 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.594720 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:27.594780 [ 259 ] {} TCP-Session: a99c7e64-e8c8-486a-85b4-ee673ea3fa91 Authenticating user 'default' from [fd00:1122:3344:101::d]:33570 2025.12.24 01:16:27.594797 [ 259 ] {} TCP-Session: a99c7e64-e8c8-486a-85b4-ee673ea3fa91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.594880 [ 259 ] {} TCP-Session: a99c7e64-e8c8-486a-85b4-ee673ea3fa91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:27.596102 [ 3 ] {9abfb34e-3593-4898-92be-4af6930a8256} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:16:27.649981 [ 3 ] {9abfb34e-3593-4898-92be-4af6930a8256} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47156) (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 01:16:27.651427 [ 3 ] {9abfb34e-3593-4898-92be-4af6930a8256} 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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 01:16:27.651890 [ 3 ] {9abfb34e-3593-4898-92be-4af6930a8256} TCPHandler: Processed in 0.061129731 sec. 2025.12.24 01:16:27.656733 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.657111 [ 255 ] {ebfe9fb6-a54a-4e62-8cdc-b1a48f99ab07} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:16:27.657607 [ 255 ] {ebfe9fb6-a54a-4e62-8cdc-b1a48f99ab07} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55735) (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 01:16:27.658064 [ 255 ] {ebfe9fb6-a54a-4e62-8cdc-b1a48f99ab07} 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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.24 01:16:27.658405 [ 255 ] {ebfe9fb6-a54a-4e62-8cdc-b1a48f99ab07} TCPHandler: Processed in 0.001930199 sec. 2025.12.24 01:16:27.658732 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.658953 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} executeQuery: (from [fd00:1122:3344:101::d]:43734) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.24 01:16:27.659698 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.24 01:16:27.683232 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.24 01:16:27.683265 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0101e-05 sec 2025.12.24 01:16:27.683287 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} ReferentialDeps: No tables 2025.12.24 01:16:27.683397 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} LoadingDeps: No tables 2025.12.24 01:16:27.683470 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} DatabaseAtomic (oximeter): Starting up tables. 2025.12.24 01:16:27.684351 [ 258 ] {fb71fad1-9abb-46c5-b810-a6f802bbe052} TCPHandler: Processed in 0.025717601 sec. 2025.12.24 01:16:27.684531 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.684791 [ 258 ] {7734be01-48a8-4fa9-8f3f-37de6a8ec86b} executeQuery: (from [fd00:1122:3344:101::d]:43734) /* 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) 2025.12.24 01:16:27.684849 [ 258 ] {7734be01-48a8-4fa9-8f3f-37de6a8ec86b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.24 01:16:27.690280 [ 258 ] {7734be01-48a8-4fa9-8f3f-37de6a8ec86b} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.24 01:16:27.700845 [ 258 ] {7734be01-48a8-4fa9-8f3f-37de6a8ec86b} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a): Loading data parts 2025.12.24 01:16:27.701971 [ 258 ] {7734be01-48a8-4fa9-8f3f-37de6a8ec86b} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a): There are no data parts 2025.12.24 01:16:27.713199 [ 258 ] {7734be01-48a8-4fa9-8f3f-37de6a8ec86b} TCPHandler: Processed in 0.028730353 sec. 2025.12.24 01:16:27.713379 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.713566 [ 258 ] {e797b3d5-2e90-4d68-a570-8b0752049e40} executeQuery: (from [fd00:1122:3344:101::d]:43734) /* 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) 2025.12.24 01:16:27.713714 [ 258 ] {e797b3d5-2e90-4d68-a570-8b0752049e40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.24 01:16:27.727350 [ 258 ] {e797b3d5-2e90-4d68-a570-8b0752049e40} oximeter.measurements_bool (233a7266-06cb-4120-a06c-656bb425ad44): Loading data parts 2025.12.24 01:16:27.727645 [ 258 ] {e797b3d5-2e90-4d68-a570-8b0752049e40} oximeter.measurements_bool (233a7266-06cb-4120-a06c-656bb425ad44): There are no data parts 2025.12.24 01:16:27.729197 [ 258 ] {e797b3d5-2e90-4d68-a570-8b0752049e40} TCPHandler: Processed in 0.015881972 sec. 2025.12.24 01:16:27.729359 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.729639 [ 258 ] {e36ccb02-286d-419a-a684-b3b5666c87fd} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.729763 [ 258 ] {e36ccb02-286d-419a-a684-b3b5666c87fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.24 01:16:27.735253 [ 258 ] {e36ccb02-286d-419a-a684-b3b5666c87fd} oximeter.measurements_i8 (d4ccd237-21a6-49ce-a684-b5aec4093174): Loading data parts 2025.12.24 01:16:27.735415 [ 258 ] {e36ccb02-286d-419a-a684-b3b5666c87fd} oximeter.measurements_i8 (d4ccd237-21a6-49ce-a684-b5aec4093174): There are no data parts 2025.12.24 01:16:27.742969 [ 258 ] {e36ccb02-286d-419a-a684-b3b5666c87fd} TCPHandler: Processed in 0.013661228 sec. 2025.12.24 01:16:27.743141 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.743327 [ 258 ] {b70fb66e-51ea-47e9-bb6d-4e55a02c1457} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.743509 [ 258 ] {b70fb66e-51ea-47e9-bb6d-4e55a02c1457} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.24 01:16:27.753467 [ 258 ] {b70fb66e-51ea-47e9-bb6d-4e55a02c1457} oximeter.measurements_u8 (e7dbe446-177d-4dad-a866-90fea7fe42b9): Loading data parts 2025.12.24 01:16:27.753692 [ 258 ] {b70fb66e-51ea-47e9-bb6d-4e55a02c1457} oximeter.measurements_u8 (e7dbe446-177d-4dad-a866-90fea7fe42b9): There are no data parts 2025.12.24 01:16:27.755727 [ 258 ] {b70fb66e-51ea-47e9-bb6d-4e55a02c1457} TCPHandler: Processed in 0.012648077 sec. 2025.12.24 01:16:27.755888 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.756131 [ 258 ] {8dc5b54d-1541-4860-864c-55ed9df306e9} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.756265 [ 258 ] {8dc5b54d-1541-4860-864c-55ed9df306e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.24 01:16:27.759181 [ 258 ] {8dc5b54d-1541-4860-864c-55ed9df306e9} oximeter.measurements_i16 (5ef2e903-ab88-49b5-a119-70ed05a372b3): Loading data parts 2025.12.24 01:16:27.759333 [ 258 ] {8dc5b54d-1541-4860-864c-55ed9df306e9} oximeter.measurements_i16 (5ef2e903-ab88-49b5-a119-70ed05a372b3): There are no data parts 2025.12.24 01:16:27.760692 [ 258 ] {8dc5b54d-1541-4860-864c-55ed9df306e9} TCPHandler: Processed in 0.004856078 sec. 2025.12.24 01:16:27.760837 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.761010 [ 258 ] {3fecd400-adec-4051-bed0-c5e71cbabd12} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.761128 [ 258 ] {3fecd400-adec-4051-bed0-c5e71cbabd12} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.24 01:16:27.769322 [ 258 ] {3fecd400-adec-4051-bed0-c5e71cbabd12} oximeter.measurements_u16 (819c06d4-2ab6-4cb6-9d23-5024f6b84f36): Loading data parts 2025.12.24 01:16:27.769564 [ 258 ] {3fecd400-adec-4051-bed0-c5e71cbabd12} oximeter.measurements_u16 (819c06d4-2ab6-4cb6-9d23-5024f6b84f36): There are no data parts 2025.12.24 01:16:27.771299 [ 258 ] {3fecd400-adec-4051-bed0-c5e71cbabd12} TCPHandler: Processed in 0.010508964 sec. 2025.12.24 01:16:27.771454 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.771695 [ 258 ] {d64c787a-5ad9-4949-a93a-4eab1132c3d4} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.771820 [ 258 ] {d64c787a-5ad9-4949-a93a-4eab1132c3d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.24 01:16:27.775161 [ 258 ] {d64c787a-5ad9-4949-a93a-4eab1132c3d4} oximeter.measurements_i32 (eabf4aa5-3f38-40ce-8fba-7a3750cde6e5): Loading data parts 2025.12.24 01:16:27.775294 [ 258 ] {d64c787a-5ad9-4949-a93a-4eab1132c3d4} oximeter.measurements_i32 (eabf4aa5-3f38-40ce-8fba-7a3750cde6e5): There are no data parts 2025.12.24 01:16:27.776746 [ 258 ] {d64c787a-5ad9-4949-a93a-4eab1132c3d4} TCPHandler: Processed in 0.005343038 sec. 2025.12.24 01:16:27.776892 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.777051 [ 258 ] {41a7a4b7-9bee-43a8-80ea-b3a26a97518a} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.777191 [ 258 ] {41a7a4b7-9bee-43a8-80ea-b3a26a97518a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.24 01:16:27.787617 [ 258 ] {41a7a4b7-9bee-43a8-80ea-b3a26a97518a} oximeter.measurements_u32 (3a413820-d23d-4b6d-bad6-aa9f9853472c): Loading data parts 2025.12.24 01:16:27.787878 [ 258 ] {41a7a4b7-9bee-43a8-80ea-b3a26a97518a} oximeter.measurements_u32 (3a413820-d23d-4b6d-bad6-aa9f9853472c): There are no data parts 2025.12.24 01:16:27.789958 [ 258 ] {41a7a4b7-9bee-43a8-80ea-b3a26a97518a} TCPHandler: Processed in 0.013114566 sec. 2025.12.24 01:16:27.790114 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.790353 [ 258 ] {84de756d-37d8-482a-8ba5-cb60a5ca9bc2} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.790483 [ 258 ] {84de756d-37d8-482a-8ba5-cb60a5ca9bc2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.24 01:16:27.794188 [ 258 ] {84de756d-37d8-482a-8ba5-cb60a5ca9bc2} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Loading data parts 2025.12.24 01:16:27.794472 [ 258 ] {84de756d-37d8-482a-8ba5-cb60a5ca9bc2} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): There are no data parts 2025.12.24 01:16:27.795853 [ 258 ] {84de756d-37d8-482a-8ba5-cb60a5ca9bc2} TCPHandler: Processed in 0.005790268 sec. 2025.12.24 01:16:27.796004 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.796159 [ 258 ] {ab0938b9-07aa-4c4f-9c41-5e0870937283} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.796284 [ 258 ] {ab0938b9-07aa-4c4f-9c41-5e0870937283} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.24 01:16:27.805133 [ 258 ] {ab0938b9-07aa-4c4f-9c41-5e0870937283} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Loading data parts 2025.12.24 01:16:27.805356 [ 258 ] {ab0938b9-07aa-4c4f-9c41-5e0870937283} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): There are no data parts 2025.12.24 01:16:27.807157 [ 258 ] {ab0938b9-07aa-4c4f-9c41-5e0870937283} TCPHandler: Processed in 0.011200787 sec. 2025.12.24 01:16:27.807314 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.807606 [ 258 ] {35e3b9f5-4654-424d-af73-f3b8b803ad02} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.807746 [ 258 ] {35e3b9f5-4654-424d-af73-f3b8b803ad02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.24 01:16:27.810572 [ 258 ] {35e3b9f5-4654-424d-af73-f3b8b803ad02} oximeter.measurements_f32 (24cc5429-8a5c-4b3f-9604-2fc7eeeccbb1): Loading data parts 2025.12.24 01:16:27.810710 [ 258 ] {35e3b9f5-4654-424d-af73-f3b8b803ad02} oximeter.measurements_f32 (24cc5429-8a5c-4b3f-9604-2fc7eeeccbb1): There are no data parts 2025.12.24 01:16:27.812263 [ 258 ] {35e3b9f5-4654-424d-af73-f3b8b803ad02} TCPHandler: Processed in 0.004999092 sec. 2025.12.24 01:16:27.812411 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.812565 [ 258 ] {5901dd14-badd-4588-80e5-2048cbf70021} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.812687 [ 258 ] {5901dd14-badd-4588-80e5-2048cbf70021} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.24 01:16:27.823573 [ 258 ] {5901dd14-badd-4588-80e5-2048cbf70021} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Loading data parts 2025.12.24 01:16:27.823817 [ 258 ] {5901dd14-badd-4588-80e5-2048cbf70021} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): There are no data parts 2025.12.24 01:16:27.826053 [ 258 ] {5901dd14-badd-4588-80e5-2048cbf70021} TCPHandler: Processed in 0.013691188 sec. 2025.12.24 01:16:27.826206 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.826522 [ 258 ] {ebff1149-a7a8-4e7e-9f5b-7e18bda5c255} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.826669 [ 258 ] {ebff1149-a7a8-4e7e-9f5b-7e18bda5c255} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.24 01:16:27.829501 [ 258 ] {ebff1149-a7a8-4e7e-9f5b-7e18bda5c255} oximeter.measurements_string (3e9438f5-c32e-443c-a6e9-7323efedd360): Loading data parts 2025.12.24 01:16:27.829689 [ 258 ] {ebff1149-a7a8-4e7e-9f5b-7e18bda5c255} oximeter.measurements_string (3e9438f5-c32e-443c-a6e9-7323efedd360): There are no data parts 2025.12.24 01:16:27.831156 [ 258 ] {ebff1149-a7a8-4e7e-9f5b-7e18bda5c255} TCPHandler: Processed in 0.004999801 sec. 2025.12.24 01:16:27.831340 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.831521 [ 258 ] {229180ac-fe51-4f27-8603-dc766be2f4de} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.831727 [ 258 ] {229180ac-fe51-4f27-8603-dc766be2f4de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.24 01:16:27.840263 [ 258 ] {229180ac-fe51-4f27-8603-dc766be2f4de} oximeter.measurements_bytes (72a584ea-6423-4038-a9bf-f6fe61d7cb7c): Loading data parts 2025.12.24 01:16:27.840412 [ 258 ] {229180ac-fe51-4f27-8603-dc766be2f4de} oximeter.measurements_bytes (72a584ea-6423-4038-a9bf-f6fe61d7cb7c): There are no data parts 2025.12.24 01:16:27.855986 [ 258 ] {229180ac-fe51-4f27-8603-dc766be2f4de} TCPHandler: Processed in 0.024702381 sec. 2025.12.24 01:16:27.856148 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.856315 [ 258 ] {1f5af68a-f7e1-4ee5-9da0-f48652307e77} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.856479 [ 258 ] {1f5af68a-f7e1-4ee5-9da0-f48652307e77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.24 01:16:27.860236 [ 258 ] {1f5af68a-f7e1-4ee5-9da0-f48652307e77} oximeter.measurements_cumulativei64 (58e78478-8d26-4513-90ab-1debb8b4081e): Loading data parts 2025.12.24 01:16:27.860396 [ 258 ] {1f5af68a-f7e1-4ee5-9da0-f48652307e77} oximeter.measurements_cumulativei64 (58e78478-8d26-4513-90ab-1debb8b4081e): There are no data parts 2025.12.24 01:16:27.861798 [ 258 ] {1f5af68a-f7e1-4ee5-9da0-f48652307e77} TCPHandler: Processed in 0.005704816 sec. 2025.12.24 01:16:27.862197 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.862386 [ 258 ] {261767a5-95a8-49bd-b084-43ca8953b2c3} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.862647 [ 258 ] {261767a5-95a8-49bd-b084-43ca8953b2c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.24 01:16:27.871254 [ 258 ] {261767a5-95a8-49bd-b084-43ca8953b2c3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Loading data parts 2025.12.24 01:16:27.871480 [ 258 ] {261767a5-95a8-49bd-b084-43ca8953b2c3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): There are no data parts 2025.12.24 01:16:27.873343 [ 258 ] {261767a5-95a8-49bd-b084-43ca8953b2c3} TCPHandler: Processed in 0.011204097 sec. 2025.12.24 01:16:27.873506 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.873794 [ 258 ] {2e41a52b-faa2-4047-b7f2-5a59f87f9d38} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.873938 [ 258 ] {2e41a52b-faa2-4047-b7f2-5a59f87f9d38} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.24 01:16:27.876818 [ 258 ] {2e41a52b-faa2-4047-b7f2-5a59f87f9d38} oximeter.measurements_cumulativef32 (d4e0315b-340d-4829-a7d9-90f11ac29cf2): Loading data parts 2025.12.24 01:16:27.876972 [ 258 ] {2e41a52b-faa2-4047-b7f2-5a59f87f9d38} oximeter.measurements_cumulativef32 (d4e0315b-340d-4829-a7d9-90f11ac29cf2): There are no data parts 2025.12.24 01:16:27.878329 [ 258 ] {2e41a52b-faa2-4047-b7f2-5a59f87f9d38} TCPHandler: Processed in 0.004878728 sec. 2025.12.24 01:16:27.878479 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.878642 [ 258 ] {2e5a3304-a634-4104-a8a1-95e91bc5ed48} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.878808 [ 258 ] {2e5a3304-a634-4104-a8a1-95e91bc5ed48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.24 01:16:27.889546 [ 258 ] {2e5a3304-a634-4104-a8a1-95e91bc5ed48} oximeter.measurements_cumulativef64 (6e986261-3e1e-4ba7-9428-2c8102ae1da7): Loading data parts 2025.12.24 01:16:27.889694 [ 258 ] {2e5a3304-a634-4104-a8a1-95e91bc5ed48} oximeter.measurements_cumulativef64 (6e986261-3e1e-4ba7-9428-2c8102ae1da7): There are no data parts 2025.12.24 01:16:27.891770 [ 258 ] {2e5a3304-a634-4104-a8a1-95e91bc5ed48} TCPHandler: Processed in 0.013338901 sec. 2025.12.24 01:16:27.892015 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.892297 [ 258 ] {e308bda7-8c3e-432c-a4f1-0d18eb6fe5d4} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.892450 [ 258 ] {e308bda7-8c3e-432c-a4f1-0d18eb6fe5d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.24 01:16:27.895517 [ 258 ] {e308bda7-8c3e-432c-a4f1-0d18eb6fe5d4} oximeter.measurements_histogrami8 (cb8d236c-09d1-45d3-b6c9-799ce73cdec6): Loading data parts 2025.12.24 01:16:27.895669 [ 258 ] {e308bda7-8c3e-432c-a4f1-0d18eb6fe5d4} oximeter.measurements_histogrami8 (cb8d236c-09d1-45d3-b6c9-799ce73cdec6): There are no data parts 2025.12.24 01:16:27.897203 [ 258 ] {e308bda7-8c3e-432c-a4f1-0d18eb6fe5d4} TCPHandler: Processed in 0.005241006 sec. 2025.12.24 01:16:27.897369 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.897648 [ 258 ] {861250fe-1f10-4c6c-b1f3-aadb19d8efac} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.897937 [ 258 ] {861250fe-1f10-4c6c-b1f3-aadb19d8efac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.24 01:16:27.906291 [ 258 ] {861250fe-1f10-4c6c-b1f3-aadb19d8efac} oximeter.measurements_histogramu8 (ee91dda0-e9fa-4dec-a71d-901a9048439a): Loading data parts 2025.12.24 01:16:27.906526 [ 258 ] {861250fe-1f10-4c6c-b1f3-aadb19d8efac} oximeter.measurements_histogramu8 (ee91dda0-e9fa-4dec-a71d-901a9048439a): There are no data parts 2025.12.24 01:16:27.921754 [ 258 ] {861250fe-1f10-4c6c-b1f3-aadb19d8efac} TCPHandler: Processed in 0.024443385 sec. 2025.12.24 01:16:27.921911 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.922267 [ 258 ] {a97253d4-ccaf-4851-a56e-f491ad90efb8} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.922417 [ 258 ] {a97253d4-ccaf-4851-a56e-f491ad90efb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.24 01:16:27.925726 [ 258 ] {a97253d4-ccaf-4851-a56e-f491ad90efb8} oximeter.measurements_histogrami16 (4642308f-6180-40f4-b2b4-5df141cf2164): Loading data parts 2025.12.24 01:16:27.925877 [ 258 ] {a97253d4-ccaf-4851-a56e-f491ad90efb8} oximeter.measurements_histogrami16 (4642308f-6180-40f4-b2b4-5df141cf2164): There are no data parts 2025.12.24 01:16:27.928313 [ 258 ] {a97253d4-ccaf-4851-a56e-f491ad90efb8} TCPHandler: Processed in 0.006459081 sec. 2025.12.24 01:16:27.928497 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.928732 [ 258 ] {128aade5-c7bd-4f80-9e99-14f1466ed837} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.928984 [ 258 ] {128aade5-c7bd-4f80-9e99-14f1466ed837} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.24 01:16:27.931138 [ 258 ] {128aade5-c7bd-4f80-9e99-14f1466ed837} oximeter.measurements_histogramu16 (b46a9df7-a53c-4b2c-9e55-eb65eda24fd0): Loading data parts 2025.12.24 01:16:27.931370 [ 258 ] {128aade5-c7bd-4f80-9e99-14f1466ed837} oximeter.measurements_histogramu16 (b46a9df7-a53c-4b2c-9e55-eb65eda24fd0): There are no data parts 2025.12.24 01:16:27.938931 [ 258 ] {128aade5-c7bd-4f80-9e99-14f1466ed837} TCPHandler: Processed in 0.010510643 sec. 2025.12.24 01:16:27.939095 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.939425 [ 258 ] {65f6c442-36f3-4509-9052-dacf7e332528} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.939569 [ 258 ] {65f6c442-36f3-4509-9052-dacf7e332528} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.24 01:16:27.942079 [ 258 ] {65f6c442-36f3-4509-9052-dacf7e332528} oximeter.measurements_histogrami32 (3f8713ae-8452-4a6e-bd61-fe0a451a8d5d): Loading data parts 2025.12.24 01:16:27.942230 [ 258 ] {65f6c442-36f3-4509-9052-dacf7e332528} oximeter.measurements_histogrami32 (3f8713ae-8452-4a6e-bd61-fe0a451a8d5d): There are no data parts 2025.12.24 01:16:27.944672 [ 258 ] {65f6c442-36f3-4509-9052-dacf7e332528} TCPHandler: Processed in 0.005629515 sec. 2025.12.24 01:16:27.944839 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.945113 [ 258 ] {aaad360f-53c0-43a0-b23e-148c9cf2a33a} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.945283 [ 258 ] {aaad360f-53c0-43a0-b23e-148c9cf2a33a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.24 01:16:27.947255 [ 258 ] {aaad360f-53c0-43a0-b23e-148c9cf2a33a} oximeter.measurements_histogramu32 (f8c65d90-7d7b-44d8-8312-7e1dd0cf655b): Loading data parts 2025.12.24 01:16:27.947473 [ 258 ] {aaad360f-53c0-43a0-b23e-148c9cf2a33a} oximeter.measurements_histogramu32 (f8c65d90-7d7b-44d8-8312-7e1dd0cf655b): There are no data parts 2025.12.24 01:16:27.957155 [ 258 ] {aaad360f-53c0-43a0-b23e-148c9cf2a33a} TCPHandler: Processed in 0.012376621 sec. 2025.12.24 01:16:27.957314 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.957614 [ 258 ] {f2401975-1007-42c8-9149-e62b3ae678e3} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.957753 [ 258 ] {f2401975-1007-42c8-9149-e62b3ae678e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.24 01:16:27.960450 [ 258 ] {f2401975-1007-42c8-9149-e62b3ae678e3} oximeter.measurements_histogrami64 (cfab1277-d6ba-4c3b-ac13-9f4938381545): Loading data parts 2025.12.24 01:16:27.960606 [ 258 ] {f2401975-1007-42c8-9149-e62b3ae678e3} oximeter.measurements_histogrami64 (cfab1277-d6ba-4c3b-ac13-9f4938381545): There are no data parts 2025.12.24 01:16:27.963158 [ 258 ] {f2401975-1007-42c8-9149-e62b3ae678e3} TCPHandler: Processed in 0.00589334 sec. 2025.12.24 01:16:27.963309 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.963530 [ 258 ] {b03fd53f-d7ce-4121-a5ea-085a0166c6d7} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.963673 [ 258 ] {b03fd53f-d7ce-4121-a5ea-085a0166c6d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.24 01:16:27.965574 [ 258 ] {b03fd53f-d7ce-4121-a5ea-085a0166c6d7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Loading data parts 2025.12.24 01:16:27.965814 [ 258 ] {b03fd53f-d7ce-4121-a5ea-085a0166c6d7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): There are no data parts 2025.12.24 01:16:27.973494 [ 258 ] {b03fd53f-d7ce-4121-a5ea-085a0166c6d7} TCPHandler: Processed in 0.010233457 sec. 2025.12.24 01:16:27.973645 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.973952 [ 258 ] {98fe0d87-0578-4a5f-9fc4-2ef623dd9b6d} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.974103 [ 258 ] {98fe0d87-0578-4a5f-9fc4-2ef623dd9b6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.24 01:16:27.976733 [ 258 ] {98fe0d87-0578-4a5f-9fc4-2ef623dd9b6d} oximeter.measurements_histogramf32 (c5386320-9c5c-4d6f-af41-406d47db6cdc): Loading data parts 2025.12.24 01:16:27.976871 [ 258 ] {98fe0d87-0578-4a5f-9fc4-2ef623dd9b6d} oximeter.measurements_histogramf32 (c5386320-9c5c-4d6f-af41-406d47db6cdc): There are no data parts 2025.12.24 01:16:27.979258 [ 258 ] {98fe0d87-0578-4a5f-9fc4-2ef623dd9b6d} TCPHandler: Processed in 0.005662586 sec. 2025.12.24 01:16:27.979410 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.979627 [ 258 ] {f616bc9d-3f5b-41a8-aac6-0d8da8a878b7} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.979805 [ 258 ] {f616bc9d-3f5b-41a8-aac6-0d8da8a878b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.24 01:16:27.982004 [ 258 ] {f616bc9d-3f5b-41a8-aac6-0d8da8a878b7} oximeter.measurements_histogramf64 (ccb49082-14d9-427e-9003-69c96a102848): Loading data parts 2025.12.24 01:16:27.982223 [ 258 ] {f616bc9d-3f5b-41a8-aac6-0d8da8a878b7} oximeter.measurements_histogramf64 (ccb49082-14d9-427e-9003-69c96a102848): There are no data parts 2025.12.24 01:16:27.991824 [ 258 ] {f616bc9d-3f5b-41a8-aac6-0d8da8a878b7} TCPHandler: Processed in 0.012464213 sec. 2025.12.24 01:16:27.991977 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.992252 [ 258 ] {bb519608-e5f4-4867-9d29-8d8d53f38d7c} executeQuery: (from [fd00:1122:3344:101::d]:43734) /* 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) 2025.12.24 01:16:27.992391 [ 258 ] {bb519608-e5f4-4867-9d29-8d8d53f38d7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.24 01:16:27.995345 [ 258 ] {bb519608-e5f4-4867-9d29-8d8d53f38d7c} oximeter.fields_bool (eeed67e3-ea3a-4418-944d-b50d1f9f90e4): Loading data parts 2025.12.24 01:16:27.995491 [ 258 ] {bb519608-e5f4-4867-9d29-8d8d53f38d7c} oximeter.fields_bool (eeed67e3-ea3a-4418-944d-b50d1f9f90e4): There are no data parts 2025.12.24 01:16:27.997754 [ 258 ] {bb519608-e5f4-4867-9d29-8d8d53f38d7c} TCPHandler: Processed in 0.005826579 sec. 2025.12.24 01:16:27.997985 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:27.998139 [ 258 ] {1304a1f8-7394-42d0-a351-18f5fab5bc7c} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:27.998273 [ 258 ] {1304a1f8-7394-42d0-a351-18f5fab5bc7c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.24 01:16:28.000007 [ 258 ] {1304a1f8-7394-42d0-a351-18f5fab5bc7c} oximeter.fields_i8 (7c0d8b2d-2767-4341-bf88-355298242c76): Loading data parts 2025.12.24 01:16:28.000145 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 125.66 MiB, peak 125.66 MiB, free memory in arenas 0.00 B, will set to 133.46 MiB (RSS), difference: 7.80 MiB 2025.12.24 01:16:28.000251 [ 258 ] {1304a1f8-7394-42d0-a351-18f5fab5bc7c} oximeter.fields_i8 (7c0d8b2d-2767-4341-bf88-355298242c76): There are no data parts 2025.12.24 01:16:28.008222 [ 258 ] {1304a1f8-7394-42d0-a351-18f5fab5bc7c} TCPHandler: Processed in 0.010280098 sec. 2025.12.24 01:16:28.008561 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.008778 [ 258 ] {c6a99a27-6cb0-4738-a1eb-bb72fe85243b} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.008937 [ 258 ] {c6a99a27-6cb0-4738-a1eb-bb72fe85243b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.24 01:16:28.015123 [ 258 ] {c6a99a27-6cb0-4738-a1eb-bb72fe85243b} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Loading data parts 2025.12.24 01:16:28.015323 [ 258 ] {c6a99a27-6cb0-4738-a1eb-bb72fe85243b} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): There are no data parts 2025.12.24 01:16:28.018094 [ 258 ] {c6a99a27-6cb0-4738-a1eb-bb72fe85243b} TCPHandler: Processed in 0.009643126 sec. 2025.12.24 01:16:28.018273 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.018502 [ 258 ] {31d85af0-a074-4590-b32e-759c2c0bded4} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.018597 [ 258 ] {31d85af0-a074-4590-b32e-759c2c0bded4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.24 01:16:28.020610 [ 258 ] {31d85af0-a074-4590-b32e-759c2c0bded4} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Loading data parts 2025.12.24 01:16:28.020757 [ 258 ] {31d85af0-a074-4590-b32e-759c2c0bded4} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): There are no data parts 2025.12.24 01:16:28.030759 [ 258 ] {31d85af0-a074-4590-b32e-759c2c0bded4} TCPHandler: Processed in 0.012549994 sec. 2025.12.24 01:16:28.031028 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.031224 [ 258 ] {405b11aa-58ef-4862-8599-8a4a389f540a} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.031370 [ 258 ] {405b11aa-58ef-4862-8599-8a4a389f540a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.24 01:16:28.033924 [ 258 ] {405b11aa-58ef-4862-8599-8a4a389f540a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Loading data parts 2025.12.24 01:16:28.034139 [ 258 ] {405b11aa-58ef-4862-8599-8a4a389f540a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): There are no data parts 2025.12.24 01:16:28.036382 [ 258 ] {405b11aa-58ef-4862-8599-8a4a389f540a} TCPHandler: Processed in 0.00541448 sec. 2025.12.24 01:16:28.036542 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.036831 [ 258 ] {c75cc6c9-3fd1-42de-a45a-a2e93fc39ee5} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.036934 [ 258 ] {c75cc6c9-3fd1-42de-a45a-a2e93fc39ee5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.24 01:16:28.038834 [ 258 ] {c75cc6c9-3fd1-42de-a45a-a2e93fc39ee5} oximeter.fields_i32 (aa23c611-f33f-462d-ab45-d8dd03f92500): Loading data parts 2025.12.24 01:16:28.038963 [ 258 ] {c75cc6c9-3fd1-42de-a45a-a2e93fc39ee5} oximeter.fields_i32 (aa23c611-f33f-462d-ab45-d8dd03f92500): There are no data parts 2025.12.24 01:16:28.046509 [ 258 ] {c75cc6c9-3fd1-42de-a45a-a2e93fc39ee5} TCPHandler: Processed in 0.010026493 sec. 2025.12.24 01:16:28.046836 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.046996 [ 258 ] {531797bd-1f46-460b-9630-098cba5c7ab9} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.047142 [ 258 ] {531797bd-1f46-460b-9630-098cba5c7ab9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.24 01:16:28.053177 [ 258 ] {531797bd-1f46-460b-9630-098cba5c7ab9} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Loading data parts 2025.12.24 01:16:28.053428 [ 258 ] {531797bd-1f46-460b-9630-098cba5c7ab9} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): There are no data parts 2025.12.24 01:16:28.056045 [ 258 ] {531797bd-1f46-460b-9630-098cba5c7ab9} TCPHandler: Processed in 0.009259447 sec. 2025.12.24 01:16:28.056198 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.056450 [ 258 ] {07665ac8-a472-4149-adf2-4671f1451a52} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.056564 [ 258 ] {07665ac8-a472-4149-adf2-4671f1451a52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.24 01:16:28.058446 [ 258 ] {07665ac8-a472-4149-adf2-4671f1451a52} oximeter.fields_i64 (10649c7b-b9db-433c-9ffb-5ab6029847cd): Loading data parts 2025.12.24 01:16:28.058573 [ 258 ] {07665ac8-a472-4149-adf2-4671f1451a52} oximeter.fields_i64 (10649c7b-b9db-433c-9ffb-5ab6029847cd): There are no data parts 2025.12.24 01:16:28.068687 [ 258 ] {07665ac8-a472-4149-adf2-4671f1451a52} TCPHandler: Processed in 0.012542764 sec. 2025.12.24 01:16:28.068899 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.069071 [ 258 ] {861e8841-5c86-46e0-af52-612321f7297f} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.069201 [ 258 ] {861e8841-5c86-46e0-af52-612321f7297f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.24 01:16:28.071946 [ 258 ] {861e8841-5c86-46e0-af52-612321f7297f} oximeter.fields_u64 (cca73d79-4469-4aa9-a912-9f2f7958ab75): Loading data parts 2025.12.24 01:16:28.072204 [ 258 ] {861e8841-5c86-46e0-af52-612321f7297f} oximeter.fields_u64 (cca73d79-4469-4aa9-a912-9f2f7958ab75): There are no data parts 2025.12.24 01:16:28.074571 [ 258 ] {861e8841-5c86-46e0-af52-612321f7297f} TCPHandler: Processed in 0.005737186 sec. 2025.12.24 01:16:28.074751 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.075040 [ 258 ] {493e99a9-b5d5-49bd-9a65-f3b277045719} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.075176 [ 258 ] {493e99a9-b5d5-49bd-9a65-f3b277045719} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.24 01:16:28.077187 [ 258 ] {493e99a9-b5d5-49bd-9a65-f3b277045719} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Loading data parts 2025.12.24 01:16:28.077323 [ 258 ] {493e99a9-b5d5-49bd-9a65-f3b277045719} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): There are no data parts 2025.12.24 01:16:28.084751 [ 258 ] {493e99a9-b5d5-49bd-9a65-f3b277045719} TCPHandler: Processed in 0.010061814 sec. 2025.12.24 01:16:28.084903 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.085059 [ 258 ] {2565eadb-c709-42b2-8e1c-ceb7e3c8e146} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.085180 [ 258 ] {2565eadb-c709-42b2-8e1c-ceb7e3c8e146} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.24 01:16:28.087691 [ 258 ] {2565eadb-c709-42b2-8e1c-ceb7e3c8e146} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Loading data parts 2025.12.24 01:16:28.087875 [ 258 ] {2565eadb-c709-42b2-8e1c-ceb7e3c8e146} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): There are no data parts 2025.12.24 01:16:28.090796 [ 258 ] {2565eadb-c709-42b2-8e1c-ceb7e3c8e146} TCPHandler: Processed in 0.005944261 sec. 2025.12.24 01:16:28.090950 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.091232 [ 258 ] {6a15d241-604e-4e95-86d4-117526902497} executeQuery: (from [fd00:1122:3344:101::d]:43734) 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) 2025.12.24 01:16:28.091358 [ 258 ] {6a15d241-604e-4e95-86d4-117526902497} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.24 01:16:28.093293 [ 258 ] {6a15d241-604e-4e95-86d4-117526902497} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Loading data parts 2025.12.24 01:16:28.093434 [ 258 ] {6a15d241-604e-4e95-86d4-117526902497} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): There are no data parts 2025.12.24 01:16:28.103107 [ 258 ] {6a15d241-604e-4e95-86d4-117526902497} TCPHandler: Processed in 0.012211167 sec. 2025.12.24 01:16:28.103308 [ 258 ] {} TCP-Session: aea1d61d-0acf-4917-8348-130c54e7d940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.103556 [ 258 ] {35265e7e-aa39-4082-b646-10e76a519f0b} executeQuery: (from [fd00:1122:3344:101::d]:43734) /* 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) 2025.12.24 01:16:28.103720 [ 258 ] {35265e7e-aa39-4082-b646-10e76a519f0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.24 01:16:28.109176 [ 258 ] {35265e7e-aa39-4082-b646-10e76a519f0b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Loading data parts 2025.12.24 01:16:28.109332 [ 258 ] {35265e7e-aa39-4082-b646-10e76a519f0b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): There are no data parts 2025.12.24 01:16:28.112092 [ 258 ] {35265e7e-aa39-4082-b646-10e76a519f0b} TCPHandler: Processed in 0.00884916 sec. 2025.12.24 01:16:28.112331 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:28.112556 [ 255 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.24 01:16:28.113882 [ 255 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.24 01:16:28.121935 [ 260 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:28.121997 [ 260 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:28.126866 [ 260 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:28.127487 [ 260 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:28.127753 [ 255 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} executeQuery: Read 1 rows, 16.00 B in 0.015305 sec., 65.33812479581836 rows/sec., 1.02 KiB/sec. 2025.12.24 01:16:28.128100 [ 255 ] {47c509f2-e208-4b7e-990b-c4dc5d023b10} TCPHandler: Processed in 0.015823861 sec. 2025.12.24 01:16:28.710362 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45240 2025.12.24 01:16:28.714808 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.714948 [ 262 ] {} TCP-Session: f1807706-483e-459c-b273-a78a83ec8335 Authenticating user 'default' from [fd00:1122:3344:101::c]:45240 2025.12.24 01:16:28.715017 [ 262 ] {} TCP-Session: f1807706-483e-459c-b273-a78a83ec8335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.715036 [ 262 ] {} TCP-Session: f1807706-483e-459c-b273-a78a83ec8335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.715152 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 01:16:28.715233 [ 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 2025.12.24 01:16:28.715295 [ 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 2025.12.24 01:16:28.715807 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50102 2025.12.24 01:16:28.715886 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41291 2025.12.24 01:16:28.715970 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57603 2025.12.24 01:16:28.716050 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60218 2025.12.24 01:16:28.716057 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716135 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60791 2025.12.24 01:16:28.716236 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716146 [ 263 ] {} TCP-Session: 93f34ec6-025a-4547-9b26-14f962dd8c0c Authenticating user 'default' from [fd00:1122:3344:101::c]:50102 2025.12.24 01:16:28.716331 [ 263 ] {} TCP-Session: 93f34ec6-025a-4547-9b26-14f962dd8c0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.716393 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716470 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716353 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59602 2025.12.24 01:16:28.716501 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58359 2025.12.24 01:16:28.716526 [ 267 ] {} TCP-Session: ced415de-c1a6-4c8d-abc0-c6b509fbd5d3 Authenticating user 'default' from [fd00:1122:3344:101::c]:60791 2025.12.24 01:16:28.716536 [ 266 ] {} TCP-Session: d97e5d92-46f9-437e-ada5-0bc26b8aab81 Authenticating user 'default' from [fd00:1122:3344:101::c]:60218 2025.12.24 01:16:28.716504 [ 263 ] {} TCP-Session: 93f34ec6-025a-4547-9b26-14f962dd8c0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.716738 [ 267 ] {} TCP-Session: ced415de-c1a6-4c8d-abc0-c6b509fbd5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.716717 [ 266 ] {} TCP-Session: d97e5d92-46f9-437e-ada5-0bc26b8aab81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.716704 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716821 [ 267 ] {} TCP-Session: ced415de-c1a6-4c8d-abc0-c6b509fbd5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.716818 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716808 [ 266 ] {} TCP-Session: d97e5d92-46f9-437e-ada5-0bc26b8aab81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.716994 [ 268 ] {} TCP-Session: d3aa42ac-cc99-4cab-8e8f-760049f09052 Authenticating user 'default' from [fd00:1122:3344:101::c]:59602 2025.12.24 01:16:28.716999 [ 269 ] {} TCP-Session: 1af24deb-b292-4403-ae25-40c48a8c73b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:58359 2025.12.24 01:16:28.716355 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.716377 [ 265 ] {} TCP-Session: c6498b72-f6c2-4576-98e3-2e8f17d99d01 Authenticating user 'default' from [fd00:1122:3344:101::c]:57603 2025.12.24 01:16:28.717187 [ 269 ] {} TCP-Session: 1af24deb-b292-4403-ae25-40c48a8c73b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717167 [ 264 ] {} TCP-Session: 429b6a8f-5344-48a6-9bf2-3bacfb982aa3 Authenticating user 'default' from [fd00:1122:3344:101::c]:41291 2025.12.24 01:16:28.717161 [ 268 ] {} TCP-Session: d3aa42ac-cc99-4cab-8e8f-760049f09052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717335 [ 264 ] {} TCP-Session: 429b6a8f-5344-48a6-9bf2-3bacfb982aa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717334 [ 269 ] {} TCP-Session: 1af24deb-b292-4403-ae25-40c48a8c73b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717313 [ 265 ] {} TCP-Session: c6498b72-f6c2-4576-98e3-2e8f17d99d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717405 [ 268 ] {} TCP-Session: d3aa42ac-cc99-4cab-8e8f-760049f09052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717430 [ 264 ] {} TCP-Session: 429b6a8f-5344-48a6-9bf2-3bacfb982aa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.717487 [ 265 ] {} TCP-Session: c6498b72-f6c2-4576-98e3-2e8f17d99d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.725969 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40055 2025.12.24 01:16:28.730844 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.730885 [ 270 ] {} TCP-Session: cbccf591-e510-4eb1-91a3-c5bb41d38273 Authenticating user 'default' from [fd00:1122:3344:101::a]:40055 2025.12.24 01:16:28.730989 [ 270 ] {} TCP-Session: cbccf591-e510-4eb1-91a3-c5bb41d38273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.731004 [ 270 ] {} TCP-Session: cbccf591-e510-4eb1-91a3-c5bb41d38273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.731064 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 01:16:28.731230 [ 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 2025.12.24 01:16:28.731253 [ 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 2025.12.24 01:16:28.731741 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35292 2025.12.24 01:16:28.731840 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49430 2025.12.24 01:16:28.731877 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.731949 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34497 2025.12.24 01:16:28.732027 [ 271 ] {} TCP-Session: 1e63cee3-7c0c-4716-bbc2-cdc8852445a1 Authenticating user 'default' from [fd00:1122:3344:101::a]:35292 2025.12.24 01:16:28.732057 [ 271 ] {} TCP-Session: 1e63cee3-7c0c-4716-bbc2-cdc8852445a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732117 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54007 2025.12.24 01:16:28.732121 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.732187 [ 271 ] {} TCP-Session: 1e63cee3-7c0c-4716-bbc2-cdc8852445a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732221 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52198 2025.12.24 01:16:28.732213 [ 272 ] {} TCP-Session: 91e902ff-c2c2-423f-974d-711790c34162 Authenticating user 'default' from [fd00:1122:3344:101::a]:49430 2025.12.24 01:16:28.732208 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.732310 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43923 2025.12.24 01:16:28.732380 [ 272 ] {} TCP-Session: 91e902ff-c2c2-423f-974d-711790c34162 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732411 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.732370 [ 273 ] {} TCP-Session: c47d008a-2f94-4aea-b8d5-cff392344129 Authenticating user 'default' from [fd00:1122:3344:101::a]:34497 2025.12.24 01:16:28.732555 [ 272 ] {} TCP-Session: 91e902ff-c2c2-423f-974d-711790c34162 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732574 [ 273 ] {} TCP-Session: c47d008a-2f94-4aea-b8d5-cff392344129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732585 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48127 2025.12.24 01:16:28.732593 [ 274 ] {} TCP-Session: ddc20aba-1fa8-4ba1-9f7f-9d55850be515 Authenticating user 'default' from [fd00:1122:3344:101::a]:54007 2025.12.24 01:16:28.732768 [ 273 ] {} TCP-Session: c47d008a-2f94-4aea-b8d5-cff392344129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732596 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.732693 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.732906 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:28.732887 [ 275 ] {} TCP-Session: d592dc7d-feb1-4cbe-8a77-1d5afb04f880 Authenticating user 'default' from [fd00:1122:3344:101::a]:52198 2025.12.24 01:16:28.732834 [ 274 ] {} TCP-Session: ddc20aba-1fa8-4ba1-9f7f-9d55850be515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.733026 [ 277 ] {} TCP-Session: 6727344e-700a-475f-a9c0-2ac7f89a77b9 Authenticating user 'default' from [fd00:1122:3344:101::a]:48127 2025.12.24 01:16:28.732996 [ 275 ] {} TCP-Session: d592dc7d-feb1-4cbe-8a77-1d5afb04f880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.732987 [ 276 ] {} TCP-Session: 35df82ad-fae3-45ea-a068-faeee06af9e0 Authenticating user 'default' from [fd00:1122:3344:101::a]:43923 2025.12.24 01:16:28.733121 [ 277 ] {} TCP-Session: 6727344e-700a-475f-a9c0-2ac7f89a77b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.733106 [ 275 ] {} TCP-Session: d592dc7d-feb1-4cbe-8a77-1d5afb04f880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.733250 [ 276 ] {} TCP-Session: 35df82ad-fae3-45ea-a068-faeee06af9e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.733094 [ 274 ] {} TCP-Session: ddc20aba-1fa8-4ba1-9f7f-9d55850be515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.733358 [ 277 ] {} TCP-Session: 6727344e-700a-475f-a9c0-2ac7f89a77b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:28.733453 [ 276 ] {} TCP-Session: 35df82ad-fae3-45ea-a068-faeee06af9e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.52 MiB, peak 134.52 MiB, free memory in arenas 0.00 B, will set to 139.36 MiB (RSS), difference: 4.84 MiB 2025.12.24 01:16:29.260605 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49448 2025.12.24 01:16:29.263325 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.263363 [ 278 ] {} TCP-Session: c93a4f07-e1b6-408c-8cad-5da3f83aa374 Authenticating user 'default' from [fd00:1122:3344:101::b]:49448 2025.12.24 01:16:29.263487 [ 278 ] {} TCP-Session: c93a4f07-e1b6-408c-8cad-5da3f83aa374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.263501 [ 278 ] {} TCP-Session: c93a4f07-e1b6-408c-8cad-5da3f83aa374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.263567 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 01:16:29.263686 [ 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 2025.12.24 01:16:29.263703 [ 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 2025.12.24 01:16:29.264285 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42708 2025.12.24 01:16:29.264365 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57453 2025.12.24 01:16:29.264522 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.264487 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40757 2025.12.24 01:16:29.264590 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60982 2025.12.24 01:16:29.264727 [ 279 ] {} TCP-Session: 1420b1ba-20db-454e-8046-ed486667a828 Authenticating user 'default' from [fd00:1122:3344:101::b]:42708 2025.12.24 01:16:29.264832 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.264779 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34887 2025.12.24 01:16:29.264925 [ 279 ] {} TCP-Session: 1420b1ba-20db-454e-8046-ed486667a828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.264978 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.264964 [ 281 ] {} TCP-Session: 4b48060c-09fc-450e-bdb6-5ebe5e52ead4 Authenticating user 'default' from [fd00:1122:3344:101::b]:40757 2025.12.24 01:16:29.264946 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40855 2025.12.24 01:16:29.265056 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.265120 [ 282 ] {} TCP-Session: f474471f-6f01-4c1f-9e77-a7dcfaa0e95f Authenticating user 'default' from [fd00:1122:3344:101::b]:60982 2025.12.24 01:16:29.265096 [ 281 ] {} TCP-Session: 4b48060c-09fc-450e-bdb6-5ebe5e52ead4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265246 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.265300 [ 282 ] {} TCP-Session: f474471f-6f01-4c1f-9e77-a7dcfaa0e95f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265282 [ 283 ] {} TCP-Session: 084e34c3-8ea3-4c14-b053-eb19708cab71 Authenticating user 'default' from [fd00:1122:3344:101::b]:34887 2025.12.24 01:16:29.265284 [ 281 ] {} TCP-Session: 4b48060c-09fc-450e-bdb6-5ebe5e52ead4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265480 [ 284 ] {} TCP-Session: 46207466-16e7-41ec-9620-bb904869380f Authenticating user 'default' from [fd00:1122:3344:101::b]:40855 2025.12.24 01:16:29.265496 [ 282 ] {} TCP-Session: f474471f-6f01-4c1f-9e77-a7dcfaa0e95f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265078 [ 279 ] {} TCP-Session: 1420b1ba-20db-454e-8046-ed486667a828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265064 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37559 2025.12.24 01:16:29.265595 [ 284 ] {} TCP-Session: 46207466-16e7-41ec-9620-bb904869380f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.264943 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.265646 [ 284 ] {} TCP-Session: 46207466-16e7-41ec-9620-bb904869380f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265677 [ 280 ] {} TCP-Session: e6f0c9d5-0094-43d8-9322-52385c891a84 Authenticating user 'default' from [fd00:1122:3344:101::b]:57453 2025.12.24 01:16:29.265487 [ 283 ] {} TCP-Session: 084e34c3-8ea3-4c14-b053-eb19708cab71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265789 [ 283 ] {} TCP-Session: 084e34c3-8ea3-4c14-b053-eb19708cab71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265800 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:16:29.265864 [ 280 ] {} TCP-Session: e6f0c9d5-0094-43d8-9322-52385c891a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265916 [ 280 ] {} TCP-Session: e6f0c9d5-0094-43d8-9322-52385c891a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.265939 [ 285 ] {} TCP-Session: 3cfdaf68-08e6-484f-852c-852f71386550 Authenticating user 'default' from [fd00:1122:3344:101::b]:37559 2025.12.24 01:16:29.266066 [ 285 ] {} TCP-Session: 3cfdaf68-08e6-484f-852c-852f71386550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:29.266078 [ 285 ] {} TCP-Session: 3cfdaf68-08e6-484f-852c-852f71386550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:16:34.212777 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.24 01:16:34.212834 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.24 01:16:34.212873 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.24 01:16:34.212981 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.24 01:16:34.223944 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Loading data parts 2025.12.24 01:16:34.224167 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): There are no data parts 2025.12.24 01:16:34.231262 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:34.231432 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:34.237382 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:34.237610 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Loading data parts 2025.12.24 01:16:34.237781 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): There are no data parts 2025.12.24 01:16:34.238054 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:34.238277 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.24 01:16:34.274268 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:34.274416 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:34.280670 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:34.281827 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:34.285093 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.24 01:16:35.000157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 145.01 MiB, peak 149.01 MiB, free memory in arenas 0.00 B, will set to 154.06 MiB (RSS), difference: 9.05 MiB 2025.12.24 01:16:36.712718 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.24 01:16:36.712886 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.24 01:16:36.723056 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Loading data parts 2025.12.24 01:16:36.723264 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): There are no data parts 2025.12.24 01:16:36.732662 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:36.732866 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:36.734558 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:36.735274 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:36.735580 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.24 01:16:37.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.26 MiB, peak 158.26 MiB, free memory in arenas 0.00 B, will set to 155.09 MiB (RSS), difference: -3.17 MiB 2025.12.24 01:16:41.675916 [ 135 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:16:41.675994 [ 135 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:16:41.738355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.24 01:16:41.741560 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:41.741613 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:41.742502 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:41.743131 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:41.743315 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.24 01:16:41.785155 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.24 01:16:41.803180 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:41.803299 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:41.809755 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:41.811147 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:41.814334 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.24 01:16:42.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.85 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 157.93 MiB (RSS), difference: 2.08 MiB 2025.12.24 01:16:47.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.98 MiB, peak 159.85 MiB, free memory in arenas 0.00 B, will set to 158.00 MiB (RSS), difference: 4.02 MiB 2025.12.24 01:16:48.139470 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.139655 [ 3 ] {27fe1b89-5de5-4b08-9f0f-b20646606cff} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.142105 [ 3 ] {27fe1b89-5de5-4b08-9f0f-b20646606cff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.144361 [ 3 ] {27fe1b89-5de5-4b08-9f0f-b20646606cff} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.149065 [ 3 ] {27fe1b89-5de5-4b08-9f0f-b20646606cff} TCPHandler: Processed in 0.009732748 sec. 2025.12.24 01:16:48.158105 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.158307 [ 3 ] {c6d321cd-38aa-4a8e-b6b2-0de4ae72304d} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.162528 [ 3 ] {c6d321cd-38aa-4a8e-b6b2-0de4ae72304d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.162580 [ 3 ] {c6d321cd-38aa-4a8e-b6b2-0de4ae72304d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.162974 [ 3 ] {c6d321cd-38aa-4a8e-b6b2-0de4ae72304d} TCPHandler: Processed in 0.00492658 sec. 2025.12.24 01:16:48.163309 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.163435 [ 3 ] {ac7ecd64-606e-4f9f-b76d-1c965c342ea4} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.163728 [ 3 ] {ac7ecd64-606e-4f9f-b76d-1c965c342ea4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.163771 [ 3 ] {ac7ecd64-606e-4f9f-b76d-1c965c342ea4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.164143 [ 3 ] {ac7ecd64-606e-4f9f-b76d-1c965c342ea4} TCPHandler: Processed in 0.000886308 sec. 2025.12.24 01:16:48.164418 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.164536 [ 3 ] {522a4447-208f-4f0a-980d-1df589c1b0c1} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.164776 [ 3 ] {522a4447-208f-4f0a-980d-1df589c1b0c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.164820 [ 3 ] {522a4447-208f-4f0a-980d-1df589c1b0c1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.165146 [ 3 ] {522a4447-208f-4f0a-980d-1df589c1b0c1} TCPHandler: Processed in 0.000778025 sec. 2025.12.24 01:16:48.165434 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.165554 [ 3 ] {af02f7ca-c523-4bf9-89de-ee31eecb8a1a} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.165794 [ 3 ] {af02f7ca-c523-4bf9-89de-ee31eecb8a1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.165838 [ 3 ] {af02f7ca-c523-4bf9-89de-ee31eecb8a1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.166157 [ 3 ] {af02f7ca-c523-4bf9-89de-ee31eecb8a1a} TCPHandler: Processed in 0.000772926 sec. 2025.12.24 01:16:48.166426 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.166541 [ 3 ] {c6db6ffe-77a2-4c43-8b67-d9273cbba1b4} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.166776 [ 3 ] {c6db6ffe-77a2-4c43-8b67-d9273cbba1b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.166821 [ 3 ] {c6db6ffe-77a2-4c43-8b67-d9273cbba1b4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.167136 [ 3 ] {c6db6ffe-77a2-4c43-8b67-d9273cbba1b4} TCPHandler: Processed in 0.000758616 sec. 2025.12.24 01:16:48.167379 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.167493 [ 3 ] {9d6e09c8-efc1-4305-88ba-c125a95488ee} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.167727 [ 3 ] {9d6e09c8-efc1-4305-88ba-c125a95488ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.167776 [ 3 ] {9d6e09c8-efc1-4305-88ba-c125a95488ee} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.168104 [ 3 ] {9d6e09c8-efc1-4305-88ba-c125a95488ee} TCPHandler: Processed in 0.000772325 sec. 2025.12.24 01:16:48.174537 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.174658 [ 3 ] {471510af-343f-4d92-8a24-96d4e8ac3664} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.174991 [ 3 ] {471510af-343f-4d92-8a24-96d4e8ac3664} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.175051 [ 3 ] {471510af-343f-4d92-8a24-96d4e8ac3664} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.175394 [ 3 ] {471510af-343f-4d92-8a24-96d4e8ac3664} TCPHandler: Processed in 0.000909278 sec. 2025.12.24 01:16:48.175684 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.175808 [ 3 ] {ac3438d9-a305-4fe2-887d-c0d1a7dcf71d} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.176065 [ 3 ] {ac3438d9-a305-4fe2-887d-c0d1a7dcf71d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.176110 [ 3 ] {ac3438d9-a305-4fe2-887d-c0d1a7dcf71d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.176429 [ 3 ] {ac3438d9-a305-4fe2-887d-c0d1a7dcf71d} TCPHandler: Processed in 0.000795986 sec. 2025.12.24 01:16:48.176679 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.176812 [ 3 ] {f15c9b59-ee96-40c7-8a65-654e135551e0} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.177062 [ 3 ] {f15c9b59-ee96-40c7-8a65-654e135551e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.177105 [ 3 ] {f15c9b59-ee96-40c7-8a65-654e135551e0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.177421 [ 3 ] {f15c9b59-ee96-40c7-8a65-654e135551e0} TCPHandler: Processed in 0.000792416 sec. 2025.12.24 01:16:48.177658 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.177776 [ 3 ] {5331db69-d002-4f2e-b8d2-343261bb0dde} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.178030 [ 3 ] {5331db69-d002-4f2e-b8d2-343261bb0dde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.178075 [ 3 ] {5331db69-d002-4f2e-b8d2-343261bb0dde} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.178389 [ 3 ] {5331db69-d002-4f2e-b8d2-343261bb0dde} TCPHandler: Processed in 0.000779236 sec. 2025.12.24 01:16:48.178605 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.178722 [ 3 ] {43d87419-119c-435b-b4a6-2d4d7219b0cd} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.178977 [ 3 ] {43d87419-119c-435b-b4a6-2d4d7219b0cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.179019 [ 3 ] {43d87419-119c-435b-b4a6-2d4d7219b0cd} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.179332 [ 3 ] {43d87419-119c-435b-b4a6-2d4d7219b0cd} TCPHandler: Processed in 0.000774676 sec. 2025.12.24 01:16:48.179537 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.179655 [ 3 ] {d34caa20-db4e-4579-a4a1-ff7bbb409727} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.179907 [ 3 ] {d34caa20-db4e-4579-a4a1-ff7bbb409727} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.179949 [ 3 ] {d34caa20-db4e-4579-a4a1-ff7bbb409727} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.180263 [ 3 ] {d34caa20-db4e-4579-a4a1-ff7bbb409727} TCPHandler: Processed in 0.000773936 sec. 2025.12.24 01:16:48.180461 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.180581 [ 3 ] {01bc0ddd-fd00-4baf-8a43-ec09fcc74253} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.180840 [ 3 ] {01bc0ddd-fd00-4baf-8a43-ec09fcc74253} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.180882 [ 3 ] {01bc0ddd-fd00-4baf-8a43-ec09fcc74253} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.181207 [ 3 ] {01bc0ddd-fd00-4baf-8a43-ec09fcc74253} TCPHandler: Processed in 0.000794016 sec. 2025.12.24 01:16:48.181416 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.181534 [ 3 ] {5599c533-fa31-4e40-8cd3-f45d55596a5d} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.181788 [ 3 ] {5599c533-fa31-4e40-8cd3-f45d55596a5d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.181832 [ 3 ] {5599c533-fa31-4e40-8cd3-f45d55596a5d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.182147 [ 3 ] {5599c533-fa31-4e40-8cd3-f45d55596a5d} TCPHandler: Processed in 0.000779045 sec. 2025.12.24 01:16:48.182349 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.182469 [ 3 ] {1863670a-9466-4a6a-bb6d-d17849d7722a} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.182729 [ 3 ] {1863670a-9466-4a6a-bb6d-d17849d7722a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.182771 [ 3 ] {1863670a-9466-4a6a-bb6d-d17849d7722a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.183095 [ 3 ] {1863670a-9466-4a6a-bb6d-d17849d7722a} TCPHandler: Processed in 0.000795217 sec. 2025.12.24 01:16:48.183301 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.183422 [ 3 ] {163ca078-4aa2-4283-aa9f-4955df85d816} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.183682 [ 3 ] {163ca078-4aa2-4283-aa9f-4955df85d816} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.183724 [ 3 ] {163ca078-4aa2-4283-aa9f-4955df85d816} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.184037 [ 3 ] {163ca078-4aa2-4283-aa9f-4955df85d816} TCPHandler: Processed in 0.000781366 sec. 2025.12.24 01:16:48.184243 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.184362 [ 3 ] {01c3e12a-73df-413c-860c-ad4a4e733371} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.184621 [ 3 ] {01c3e12a-73df-413c-860c-ad4a4e733371} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.184662 [ 3 ] {01c3e12a-73df-413c-860c-ad4a4e733371} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.184975 [ 3 ] {01c3e12a-73df-413c-860c-ad4a4e733371} TCPHandler: Processed in 0.000780766 sec. 2025.12.24 01:16:48.185181 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.185301 [ 3 ] {2705e1c3-dfb4-4118-bbb2-e537c390c24b} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.185556 [ 3 ] {2705e1c3-dfb4-4118-bbb2-e537c390c24b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.185598 [ 3 ] {2705e1c3-dfb4-4118-bbb2-e537c390c24b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.185906 [ 3 ] {2705e1c3-dfb4-4118-bbb2-e537c390c24b} TCPHandler: Processed in 0.000773556 sec. 2025.12.24 01:16:48.186125 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.186245 [ 3 ] {e78d93ba-0c4e-4712-9bb3-31e81894afa4} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.186504 [ 3 ] {e78d93ba-0c4e-4712-9bb3-31e81894afa4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.186545 [ 3 ] {e78d93ba-0c4e-4712-9bb3-31e81894afa4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.186829 [ 3 ] {e78d93ba-0c4e-4712-9bb3-31e81894afa4} TCPHandler: Processed in 0.000752175 sec. 2025.12.24 01:16:48.187043 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.187163 [ 3 ] {23895a0c-24af-4a82-9354-6703242e8b7b} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.187419 [ 3 ] {23895a0c-24af-4a82-9354-6703242e8b7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.187460 [ 3 ] {23895a0c-24af-4a82-9354-6703242e8b7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.187748 [ 3 ] {23895a0c-24af-4a82-9354-6703242e8b7b} TCPHandler: Processed in 0.000753145 sec. 2025.12.24 01:16:48.187947 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.188067 [ 3 ] {6270942b-b87a-4762-99ea-9d0f13e658fb} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.188325 [ 3 ] {6270942b-b87a-4762-99ea-9d0f13e658fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.188367 [ 3 ] {6270942b-b87a-4762-99ea-9d0f13e658fb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.188646 [ 3 ] {6270942b-b87a-4762-99ea-9d0f13e658fb} TCPHandler: Processed in 0.000747245 sec. 2025.12.24 01:16:48.188847 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.188967 [ 3 ] {a9ff5f3c-cb39-4d97-ade7-41c72a790d9b} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.189226 [ 3 ] {a9ff5f3c-cb39-4d97-ade7-41c72a790d9b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.189266 [ 3 ] {a9ff5f3c-cb39-4d97-ade7-41c72a790d9b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.189558 [ 3 ] {a9ff5f3c-cb39-4d97-ade7-41c72a790d9b} TCPHandler: Processed in 0.000759856 sec. 2025.12.24 01:16:48.189753 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.189878 [ 3 ] {cdf963c6-fc63-4783-a4f6-c7446cd58534} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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') FORMAT Native; (stage: Complete) 2025.12.24 01:16:48.190143 [ 3 ] {cdf963c6-fc63-4783-a4f6-c7446cd58534} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.190183 [ 3 ] {cdf963c6-fc63-4783-a4f6-c7446cd58534} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.190484 [ 3 ] {cdf963c6-fc63-4783-a4f6-c7446cd58534} TCPHandler: Processed in 0.000778666 sec. 2025.12.24 01:16:48.190693 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.190813 [ 3 ] {0d339c13-9210-4067-961c-694ed657bc3a} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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) 2025.12.24 01:16:48.191077 [ 3 ] {0d339c13-9210-4067-961c-694ed657bc3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.191119 [ 3 ] {0d339c13-9210-4067-961c-694ed657bc3a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.191410 [ 3 ] {0d339c13-9210-4067-961c-694ed657bc3a} TCPHandler: Processed in 0.000765405 sec. 2025.12.24 01:16:48.191616 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.191739 [ 3 ] {9fa790ba-824a-4b36-ba21-f8d141207167} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) 2025.12.24 01:16:48.192000 [ 3 ] {9fa790ba-824a-4b36-ba21-f8d141207167} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.192043 [ 3 ] {9fa790ba-824a-4b36-ba21-f8d141207167} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:16:48.192331 [ 3 ] {9fa790ba-824a-4b36-ba21-f8d141207167} TCPHandler: Processed in 0.000763645 sec. 2025.12.24 01:16:48.201413 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.201526 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 01:16:48.201568 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:16:48.202135 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.202176 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.204849 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.205284 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.205437 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} executeQuery: Read 26 rows, 5.74 KiB in 0.003942 sec., 6595.636732623034 rows/sec., 1.42 MiB/sec. 2025.12.24 01:16:48.205476 [ 3 ] {bf57f981-ba67-46e5-a53b-9bd41d1fc763} TCPHandler: Processed in 0.004116064 sec. 2025.12.24 01:16:48.205611 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.205710 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.205757 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:16:48.210449 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.210486 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.213047 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.213685 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.213830 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} executeQuery: Read 24 rows, 2.04 KiB in 0.008142 sec., 2947.678703021371 rows/sec., 250.44 KiB/sec. 2025.12.24 01:16:48.213871 [ 3 ] {d84ebe40-a47d-41aa-b6b3-6d1b3876acfe} TCPHandler: Processed in 0.008309388 sec. 2025.12.24 01:16:48.213986 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.214092 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:16:48.214134 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:16:48.214546 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.214584 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.215044 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.215533 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.215668 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} executeQuery: Read 10 rows, 835.00 B in 0.001597 sec., 6261.740763932374 rows/sec., 510.60 KiB/sec. 2025.12.24 01:16:48.215705 [ 3 ] {c8b0ac9b-c744-40f9-a2b8-56d13d3b83e8} TCPHandler: Processed in 0.001770366 sec. 2025.12.24 01:16:48.215822 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.215918 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:16:48.215958 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:16:48.216461 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.216497 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.217010 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.217480 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.217612 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} executeQuery: Read 201 rows, 18.24 KiB in 0.001712 sec., 117406.54205607477 rows/sec., 10.40 MiB/sec. 2025.12.24 01:16:48.217650 [ 3 ] {bdc971d7-6c4f-4bfa-9467-856cd9123ac4} TCPHandler: Processed in 0.001877368 sec. 2025.12.24 01:16:48.217763 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.217857 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.217897 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:16:48.218303 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.218340 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.218721 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.219272 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.219460 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} executeQuery: Read 32 rows, 2.41 KiB in 0.001618 sec., 19777.503090234855 rows/sec., 1.46 MiB/sec. 2025.12.24 01:16:48.219513 [ 3 ] {b32a1029-46af-4cad-b5eb-aad8ec7659e9} TCPHandler: Processed in 0.001800217 sec. 2025.12.24 01:16:48.219654 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.219778 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.219836 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:16:48.220344 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.220378 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.220814 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.221286 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.221418 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} executeQuery: Read 24 rows, 2.04 KiB in 0.001667 sec., 14397.120575884823 rows/sec., 1.19 MiB/sec. 2025.12.24 01:16:48.221456 [ 3 ] {fc59e4a7-b5bf-427c-b2f5-62b9e8cfb188} TCPHandler: Processed in 0.001867528 sec. 2025.12.24 01:16:48.221566 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.221661 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.221702 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:16:48.222081 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.222119 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.222583 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.223068 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.223195 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} executeQuery: Read 12 rows, 960.00 B in 0.001553 sec., 7726.980038634901 rows/sec., 603.67 KiB/sec. 2025.12.24 01:16:48.223231 [ 3 ] {fdb95d2d-7362-41bc-981f-15dbdb321670} TCPHandler: Processed in 0.001714525 sec. 2025.12.24 01:16:48.223339 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.223433 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:16:48.223471 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:16:48.223901 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.223936 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.224398 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.224968 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.225094 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} executeQuery: Read 120 rows, 9.99 KiB in 0.001679 sec., 71471.1137581894 rows/sec., 5.81 MiB/sec. 2025.12.24 01:16:48.225128 [ 3 ] {bf4bab4a-6703-447f-b4ea-69bcda5591d9} TCPHandler: Processed in 0.001838767 sec. 2025.12.24 01:16:48.225244 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.225344 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.225387 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:16:48.227822 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.227855 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.228449 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.228958 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.229089 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} executeQuery: Read 277 rows, 21.43 KiB in 0.003764 sec., 73591.92348565356 rows/sec., 5.56 MiB/sec. 2025.12.24 01:16:48.229126 [ 3 ] {1832b9f3-c3b7-4f02-84d2-d1bf850da855} TCPHandler: Processed in 0.00393219 sec. 2025.12.24 01:16:48.229247 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.229342 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.229394 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:16:48.230207 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.230243 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.231518 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.231941 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.232081 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} executeQuery: Read 10 rows, 18.35 KiB in 0.002757 sec., 3627.1309394269133 rows/sec., 6.50 MiB/sec. 2025.12.24 01:16:48.232142 [ 3 ] {bad0848a-fa17-46e5-8a46-bcf045a99547} TCPHandler: Processed in 0.00294566 sec. 2025.12.24 01:16:48.232265 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:48.232362 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:16:48.232404 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:16:48.232729 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:48.232764 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:48.233162 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:16:48.233748 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:48.233876 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} executeQuery: Read 48 rows, 3.31 KiB in 0.001534 sec., 31290.743155149936 rows/sec., 2.11 MiB/sec. 2025.12.24 01:16:48.233910 [ 3 ] {d896d06c-9f54-4bc3-a97d-9eea0a43caeb} TCPHandler: Processed in 0.001696205 sec. 2025.12.24 01:16:49.243481 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.12.24 01:16:49.243962 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:49.244001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:49.244672 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:16:49.245339 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:49.245482 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.12.24 01:16:49.314511 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.24 01:16:49.332329 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:49.332398 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:49.339220 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:16:49.340547 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:49.344125 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.24 01:16:50.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 160.04 MiB, peak 164.04 MiB, free memory in arenas 0.00 B, will set to 161.35 MiB (RSS), difference: 1.31 MiB 2025.12.24 01:16:53.143737 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:53.143933 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:16:53.143998 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:16:53.144651 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:53.144698 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:53.145188 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:53.145615 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:53.145762 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} executeQuery: Read 56 rows, 4.41 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.29 MiB/sec. 2025.12.24 01:16:53.145803 [ 3 ] {16b8398d-3869-427b-bf20-ffef821bb4e9} TCPHandler: Processed in 0.002195995 sec. 2025.12.24 01:16:53.145940 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:53.146038 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:16:53.146080 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:16:53.146490 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:53.146527 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:53.146927 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:53.147339 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:53.147464 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} executeQuery: Read 64 rows, 5.12 KiB in 0.001446 sec., 44260.02766251729 rows/sec., 3.45 MiB/sec. 2025.12.24 01:16:53.147500 [ 3 ] {54da4e2b-8496-487d-8e1f-b71f272e7263} TCPHandler: Processed in 0.001614723 sec. 2025.12.24 01:16:53.147619 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:53.147714 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:16:53.147758 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:16:53.148180 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:53.148215 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:53.148655 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:53.149133 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:53.149262 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. 2025.12.24 01:16:53.149296 [ 3 ] {b208d79d-17b6-4717-abe6-cccb7ff4bda0} TCPHandler: Processed in 0.001726925 sec. 2025.12.24 01:16:53.149402 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:53.149501 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:16:53.149543 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:16:53.149854 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:53.149889 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:53.150342 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:53.150840 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:53.150965 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. 2025.12.24 01:16:53.150999 [ 3 ] {d20766db-672a-40f8-94b9-8e5e4df06068} TCPHandler: Processed in 0.001647273 sec. 2025.12.24 01:16:56.676045 [ 98 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:16:56.676108 [ 98 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:16:56.736119 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.12.24 01:16:56.740026 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:56.740071 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:56.741473 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:56.742121 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:56.742440 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.12.24 01:16:56.745634 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.12.24 01:16:56.746146 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:56.746194 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:56.746925 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:16:56.747394 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:56.747543 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.12.24 01:16:56.844255 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.24 01:16:56.862176 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:56.862242 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:56.868666 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:16:56.871248 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:56.874745 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.24 01:16:58.145518 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:58.145698 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:16:58.145766 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:16:58.146425 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:58.146478 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:58.146999 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:16:58.147436 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:58.147595 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} executeQuery: Read 76 rows, 6.41 KiB in 0.001947 sec., 39034.41191576785 rows/sec., 3.22 MiB/sec. 2025.12.24 01:16:58.147644 [ 3 ] {4d09e086-f25c-4229-b4aa-f056e8bb9aec} TCPHandler: Processed in 0.002255156 sec. 2025.12.24 01:16:58.147770 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:58.147876 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:16:58.147920 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:16:58.148318 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:58.148356 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:58.148768 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:58.149222 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:58.149349 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} executeQuery: Read 10 rows, 770.00 B in 0.001498 sec., 6675.567423230975 rows/sec., 501.97 KiB/sec. 2025.12.24 01:16:58.149386 [ 3 ] {baf84c29-c1a0-4132-9705-5083faed16ef} TCPHandler: Processed in 0.001669283 sec. 2025.12.24 01:16:58.149492 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:58.149587 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:16:58.149628 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:16:58.150041 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:58.150077 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:58.150485 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:16:58.150891 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:58.151018 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} executeQuery: Read 74 rows, 5.92 KiB in 0.001449 sec., 51069.703243616284 rows/sec., 3.99 MiB/sec. 2025.12.24 01:16:58.151054 [ 3 ] {46c09226-8427-445d-b857-1b8bb6eb6827} TCPHandler: Processed in 0.001613162 sec. 2025.12.24 01:16:58.151174 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:58.151269 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:16:58.151312 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:16:58.151702 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:58.151737 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:58.152185 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:16:58.152599 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:58.152725 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} executeQuery: Read 160 rows, 11.41 KiB in 0.001475 sec., 108474.57627118644 rows/sec., 7.56 MiB/sec. 2025.12.24 01:16:58.152759 [ 3 ] {2e9c69ff-1a27-4fde-b1bf-a290949c1fee} TCPHandler: Processed in 0.001635123 sec. 2025.12.24 01:16:58.152864 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:58.152958 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:16:58.153012 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:16:58.153781 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:58.153818 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:58.154416 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:16:58.154827 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:58.154961 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} executeQuery: Read 10 rows, 18.35 KiB in 0.00202 sec., 4950.495049504951 rows/sec., 8.87 MiB/sec. 2025.12.24 01:16:58.155008 [ 3 ] {907274ce-792d-476a-9acc-9b33b60811b0} TCPHandler: Processed in 0.002193264 sec. 2025.12.24 01:16:58.155118 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:16:58.155214 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:16:58.155256 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:16:58.155589 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:16:58.155625 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.24 01:16:58.156054 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:16:58.156469 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:16:58.156595 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. 2025.12.24 01:16:58.156630 [ 3 ] {a9c37d40-3f52-4670-a7e3-5d197d6697a9} TCPHandler: Processed in 0.001561551 sec. 2025.12.24 01:17:03.143507 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:03.143759 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:03.143827 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:03.144516 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:03.144561 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:03.145059 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:03.145499 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:03.145653 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec. 2025.12.24 01:17:03.145711 [ 3 ] {d8ba1683-d144-4230-829f-bb4112641613} TCPHandler: Processed in 0.002373729 sec. 2025.12.24 01:17:03.145839 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:03.145943 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:03.145987 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:03.146438 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:03.146476 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:03.146888 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:03.147309 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:03.147441 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} executeQuery: Read 64 rows, 5.12 KiB in 0.001521 sec., 42077.580539119 rows/sec., 3.28 MiB/sec. 2025.12.24 01:17:03.147486 [ 3 ] {e5ef9809-ff93-4b62-b483-91a0216291fa} TCPHandler: Processed in 0.001700775 sec. 2025.12.24 01:17:03.147599 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:03.147697 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:03.147744 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:03.148189 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:03.148227 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:03.148703 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:03.149114 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:03.149248 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. 2025.12.24 01:17:03.149284 [ 3 ] {36d375f3-db57-4edc-b577-8a324818fd36} TCPHandler: Processed in 0.001735325 sec. 2025.12.24 01:17:03.149390 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:03.149485 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:03.149528 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:03.149877 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:03.149914 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:03.150316 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:03.150720 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:03.150846 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. 2025.12.24 01:17:03.150879 [ 3 ] {c118de5c-0748-4803-ace9-efc830a66cda} TCPHandler: Processed in 0.001539331 sec. 2025.12.24 01:17:04.247649 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.12.24 01:17:04.248130 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:04.248169 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:04.248871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:04.249471 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:04.249647 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.12.24 01:17:04.374846 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.24 01:17:04.392266 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:04.392326 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:04.398501 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:04.399668 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:04.402629 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.24 01:17:06.742764 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 190 2025.12.24 01:17:06.744738 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:06.744792 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:06.746082 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:06.746573 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:06.746883 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2025.12.24 01:17:08.144338 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:08.144539 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:08.144614 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:08.145312 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:08.145359 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:08.145914 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:08.146378 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:08.146554 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} executeQuery: Read 76 rows, 6.41 KiB in 0.002072 sec., 36679.53667953668 rows/sec., 3.02 MiB/sec. 2025.12.24 01:17:08.146604 [ 3 ] {c31bb9ef-5d17-4843-8d43-f4df17098ee3} TCPHandler: Processed in 0.002400159 sec. 2025.12.24 01:17:08.146725 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:08.146832 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:17:08.146877 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:17:08.147304 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:08.147344 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:08.147779 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:08.148243 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:08.148382 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} executeQuery: Read 10 rows, 770.00 B in 0.001576 sec., 6345.17766497462 rows/sec., 477.13 KiB/sec. 2025.12.24 01:17:08.148422 [ 3 ] {98f63d56-5920-467c-b52b-9d4b9d46c4cc} TCPHandler: Processed in 0.001749066 sec. 2025.12.24 01:17:08.148536 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:08.148634 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:08.148677 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:08.149096 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:08.149133 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:08.149559 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:08.150185 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:08.150389 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} executeQuery: Read 74 rows, 5.92 KiB in 0.001773 sec., 41737.16864072194 rows/sec., 3.26 MiB/sec. 2025.12.24 01:17:08.150442 [ 3 ] {57df25a8-e62e-436b-8d9a-efc3bd2878f6} TCPHandler: Processed in 0.00195797 sec. 2025.12.24 01:17:08.150568 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:08.150683 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:08.150738 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:08.151163 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:08.151207 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:08.151686 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:08.152237 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:08.152394 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} executeQuery: Read 160 rows, 11.41 KiB in 0.001736 sec., 92165.89861751153 rows/sec., 6.42 MiB/sec. 2025.12.24 01:17:08.152431 [ 3 ] {b7def336-3ebe-4c76-830a-d4b53fbde0b3} TCPHandler: Processed in 0.001924639 sec. 2025.12.24 01:17:08.152539 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:08.152634 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:08.152690 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:17:08.153433 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:08.153470 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:08.154078 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:08.154496 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:08.154636 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} executeQuery: Read 10 rows, 18.35 KiB in 0.002021 sec., 4948.045522018803 rows/sec., 8.87 MiB/sec. 2025.12.24 01:17:08.154695 [ 3 ] {2b5a0243-3252-4695-a7d7-9f05a8a8e2ac} TCPHandler: Processed in 0.002208015 sec. 2025.12.24 01:17:08.154813 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:08.154909 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:08.154951 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:08.155292 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:08.155329 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:08.155731 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:08.156167 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:08.156345 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} executeQuery: Read 60 rows, 4.14 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.78 MiB/sec. 2025.12.24 01:17:08.156383 [ 3 ] {e5cfb1f1-0ce9-4c82-a347-d776fee8886b} TCPHandler: Processed in 0.001621602 sec. 2025.12.24 01:17:09.921535 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58882 2025.12.24 01:17:09.923413 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.923456 [ 286 ] {} TCP-Session: a4bd6dbc-1b25-48de-86e8-aeb2e32a4420 Authenticating user 'default' from [fd00:1122:3344:101::e]:58882 2025.12.24 01:17:09.923478 [ 286 ] {} TCP-Session: a4bd6dbc-1b25-48de-86e8-aeb2e32a4420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.923491 [ 286 ] {} TCP-Session: a4bd6dbc-1b25-48de-86e8-aeb2e32a4420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.923541 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 01:17:09.923566 [ 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 2025.12.24 01:17:09.923585 [ 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 2025.12.24 01:17:09.923938 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44595 2025.12.24 01:17:09.924031 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57182 2025.12.24 01:17:09.924067 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924100 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39779 2025.12.24 01:17:09.924112 [ 287 ] {} TCP-Session: a47d441f-a8ef-43f1-af37-cc5c2ea08889 Authenticating user 'default' from [fd00:1122:3344:101::e]:44595 2025.12.24 01:17:09.924168 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44384 2025.12.24 01:17:09.924188 [ 287 ] {} TCP-Session: a47d441f-a8ef-43f1-af37-cc5c2ea08889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924179 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924216 [ 287 ] {} TCP-Session: a47d441f-a8ef-43f1-af37-cc5c2ea08889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924248 [ 288 ] {} TCP-Session: 3f2e2a7a-67d9-48c6-8b8a-8762f4dd8465 Authenticating user 'default' from [fd00:1122:3344:101::e]:57182 2025.12.24 01:17:09.924252 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64732 2025.12.24 01:17:09.924266 [ 286 ] {} TCP-Session: a4bd6dbc-1b25-48de-86e8-aeb2e32a4420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:09.924281 [ 288 ] {} TCP-Session: 3f2e2a7a-67d9-48c6-8b8a-8762f4dd8465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924325 [ 288 ] {} TCP-Session: 3f2e2a7a-67d9-48c6-8b8a-8762f4dd8465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924373 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63636 2025.12.24 01:17:09.924465 [ 286 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} executeQuery: (from [fd00:1122:3344:101::e]:58882) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:17:09.924489 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924524 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924541 [ 289 ] {} TCP-Session: c8f632df-a678-497c-8be7-a7d1f2b38d4a Authenticating user 'default' from [fd00:1122:3344:101::e]:39779 2025.12.24 01:17:09.924562 [ 290 ] {} TCP-Session: 6e91d2c2-c813-4430-9b9e-87069a8b194a Authenticating user 'default' from [fd00:1122:3344:101::e]:44384 2025.12.24 01:17:09.924569 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46234 2025.12.24 01:17:09.924573 [ 289 ] {} TCP-Session: c8f632df-a678-497c-8be7-a7d1f2b38d4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924586 [ 290 ] {} TCP-Session: 6e91d2c2-c813-4430-9b9e-87069a8b194a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924608 [ 289 ] {} TCP-Session: c8f632df-a678-497c-8be7-a7d1f2b38d4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924621 [ 290 ] {} TCP-Session: 6e91d2c2-c813-4430-9b9e-87069a8b194a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924683 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924716 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924727 [ 291 ] {} TCP-Session: 2097a7be-0574-475f-8c12-aa5e1196821b Authenticating user 'default' from [fd00:1122:3344:101::e]:64732 2025.12.24 01:17:09.924753 [ 292 ] {} TCP-Session: eadc2665-9f62-45a1-80ba-9450e9ac9540 Authenticating user 'default' from [fd00:1122:3344:101::e]:63636 2025.12.24 01:17:09.924761 [ 291 ] {} TCP-Session: 2097a7be-0574-475f-8c12-aa5e1196821b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924778 [ 292 ] {} TCP-Session: eadc2665-9f62-45a1-80ba-9450e9ac9540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924789 [ 291 ] {} TCP-Session: 2097a7be-0574-475f-8c12-aa5e1196821b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924795 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34941 2025.12.24 01:17:09.924800 [ 292 ] {} TCP-Session: eadc2665-9f62-45a1-80ba-9450e9ac9540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924836 [ 286 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:17:09.924795 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.924908 [ 293 ] {} TCP-Session: 4ba52b5f-23d0-45f7-a9f0-cd6912c7c918 Authenticating user 'default' from [fd00:1122:3344:101::e]:46234 2025.12.24 01:17:09.924923 [ 293 ] {} TCP-Session: 4ba52b5f-23d0-45f7-a9f0-cd6912c7c918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924935 [ 293 ] {} TCP-Session: 4ba52b5f-23d0-45f7-a9f0-cd6912c7c918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.924984 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:09.925020 [ 294 ] {} TCP-Session: 51aa274b-1088-4519-8c59-12b5c6041e6f Authenticating user 'default' from [fd00:1122:3344:101::e]:34941 2025.12.24 01:17:09.925037 [ 294 ] {} TCP-Session: 51aa274b-1088-4519-8c59-12b5c6041e6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.925049 [ 294 ] {} TCP-Session: 51aa274b-1088-4519-8c59-12b5c6041e6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.929197 [ 286 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:09.939801 [ 286 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:17:09.957853 [ 296 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} AggregatingTransform: Aggregating 2025.12.24 01:17:09.960059 [ 296 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} Aggregator: Aggregation method: without_key 2025.12.24 01:17:09.960865 [ 296 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006020512 sec. (166.099 rows/sec., 6.49 KiB/sec.) 2025.12.24 01:17:09.960903 [ 296 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} Aggregator: Merging aggregated data 2025.12.24 01:17:09.960933 [ 296 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.24 01:17:09.962339 [ 286 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} executeQuery: Read 1 rows, 40.00 B in 0.037916 sec., 26.374090093891763 rows/sec., 1.03 KiB/sec. 2025.12.24 01:17:09.962562 [ 286 ] {c0177546-3c66-4ec0-8f51-de6ee51684a7} TCPHandler: Processed in 0.03846191 sec. 2025.12.24 01:17:09.963523 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963557 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963578 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963599 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963617 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963637 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963655 [ 288 ] {} TCP-Session: 3f2e2a7a-67d9-48c6-8b8a-8762f4dd8465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963671 [ 292 ] {} TCP-Session: eadc2665-9f62-45a1-80ba-9450e9ac9540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963672 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963693 [ 290 ] {} TCP-Session: 6e91d2c2-c813-4430-9b9e-87069a8b194a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963696 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963733 [ 291 ] {} TCP-Session: 2097a7be-0574-475f-8c12-aa5e1196821b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963650 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:09.963759 [ 294 ] {} TCP-Session: 51aa274b-1088-4519-8c59-12b5c6041e6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963635 [ 287 ] {} TCP-Session: a47d441f-a8ef-43f1-af37-cc5c2ea08889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963813 [ 289 ] {} TCP-Session: c8f632df-a678-497c-8be7-a7d1f2b38d4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963609 [ 293 ] {} TCP-Session: 4ba52b5f-23d0-45f7-a9f0-cd6912c7c918 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:09.963586 [ 286 ] {} TCP-Session: a4bd6dbc-1b25-48de-86e8-aeb2e32a4420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:10.000200 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.53 MiB, peak 172.64 MiB, free memory in arenas 0.00 B, will set to 166.79 MiB (RSS), difference: 2.26 MiB 2025.12.24 01:17:11.676148 [ 77 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:17:11.676198 [ 77 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:17:11.749773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 2812 2025.12.24 01:17:11.750271 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:11.750318 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:11.751034 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:11.751758 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:11.751915 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2812 2025.12.24 01:17:11.751938 [ 76 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:11.752013 [ 76 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:11.752033 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:11.752303 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:11.754405 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:11.754621 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.12.24 01:17:11.760765 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.12.24 01:17:11.760835 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.12.24 01:17:11.760893 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.12.24 01:17:11.760946 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.12.24 01:17:11.761003 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 433 rows starting from the beginning of the part 2025.12.24 01:17:11.785651 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2812 rows, containing 4 columns (4 merged, 0 gathered) in 0.03351056 sec., 83913.84685901996 rows/sec., 1.20 MiB/sec. 2025.12.24 01:17:11.786798 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:11.787374 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:11.787460 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_6_1} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:11.787585 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 01:17:11.902737 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.24 01:17:11.920047 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:11.920103 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:11.926951 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:11.928142 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:11.928431 [ 76 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:11.928486 [ 76 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:11.928505 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:11.928626 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:11.932098 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.24 01:17:11.933083 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:11.934565 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.24 01:17:11.939172 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.24 01:17:11.943537 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.24 01:17:11.947800 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.24 01:17:11.955396 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.24 01:17:11.959764 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.24 01:17:12.021274 [ 202 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092707491 sec., 496.1842835332476 rows/sec., 2.57 MiB/sec. 2025.12.24 01:17:12.023902 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:12.026642 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:12.026752 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_6_1} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:12.028612 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.24 01:17:13.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 168.24 MiB, peak 177.78 MiB, free memory in arenas 0.00 B, will set to 179.63 MiB (RSS), difference: 11.38 MiB 2025.12.24 01:17:13.143721 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:13.143907 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:13.143977 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:13.144678 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.144736 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.145333 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:13.145783 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.145937 [ 75 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:13.145951 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} executeQuery: Read 56 rows, 4.41 KiB in 0.002095 sec., 26730.31026252983 rows/sec., 2.05 MiB/sec. 2025.12.24 01:17:13.146007 [ 75 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.146028 [ 3 ] {0b0fa828-ccd8-49e6-9a53-6a9ee94848df} TCPHandler: Processed in 0.002438379 sec. 2025.12.24 01:17:13.146034 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.146167 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:13.146192 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:13.146280 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:13.146329 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:13.146374 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:13.146418 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 201 rows starting from the beginning of the part 2025.12.24 01:17:13.146524 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:13.146580 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part 2025.12.24 01:17:13.146628 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:13.146671 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2025.12.24 01:17:13.146716 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:13.146849 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.146895 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.147514 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:13.147839 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 521 rows, containing 5 columns (5 merged, 0 gathered) in 0.001712735 sec., 304191.8335294135 rows/sec., 26.41 MiB/sec. 2025.12.24 01:17:13.148084 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:13.148214 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.148361 [ 75 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:13.148380 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} executeQuery: Read 64 rows, 5.12 KiB in 0.002125 sec., 30117.647058823528 rows/sec., 2.35 MiB/sec. 2025.12.24 01:17:13.148402 [ 75 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.148429 [ 3 ] {843a5d9d-0738-44d8-9b84-a6d097b997b8} TCPHandler: Processed in 0.002316577 sec. 2025.12.24 01:17:13.148430 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.148551 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:13.148561 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:13.148643 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.148662 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:13.148679 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:13.148714 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:13.148717 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part 2025.12.24 01:17:13.148728 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_6_1} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:13.148816 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 01:17:13.148819 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:13.148926 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2025.12.24 01:17:13.148977 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:13.149031 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2025.12.24 01:17:13.149091 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:13.149139 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.149183 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.149680 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:13.150094 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.001581682 sec., 290829.6357927826 rows/sec., 24.06 MiB/sec. 2025.12.24 01:17:13.150147 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.150328 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:13.150345 [ 75 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:13.150377 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. 2025.12.24 01:17:13.150381 [ 75 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.150418 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.150421 [ 3 ] {abdc7be8-e894-4dbd-8530-30561454a6cc} TCPHandler: Processed in 0.001922819 sec. 2025.12.24 01:17:13.150490 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:13.150540 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:13.150587 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:13.150642 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:13.150693 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 277 rows starting from the beginning of the part 2025.12.24 01:17:13.150723 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:13.150750 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:13.150763 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.150796 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:13.150833 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_6_1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:13.150837 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:13.150886 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:13.150898 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.12.24 01:17:13.150924 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:13.151052 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.151094 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.151539 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:13.151970 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1077 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510991 sec., 712777.2435441376 rows/sec., 50.73 MiB/sec. 2025.12.24 01:17:13.152030 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.152144 [ 75 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:13.152177 [ 75 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:13.152181 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. 2025.12.24 01:17:13.152200 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:13.152227 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:13.152231 [ 3 ] {57939de4-ccb8-4d05-9b56-9164eb96b69f} TCPHandler: Processed in 0.001741875 sec. 2025.12.24 01:17:13.152314 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:13.152438 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:13.152479 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.12.24 01:17:13.152566 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:13.152625 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:13.152675 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:13.152696 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.152720 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:13.152760 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_6_1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:13.152783 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:13.152819 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.12.24 01:17:13.153622 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001356138 sec., 256611.05285745257 rows/sec., 17.29 MiB/sec. 2025.12.24 01:17:13.153820 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:13.154291 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:13.154351 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_6_1} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:13.154413 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 01:17:16.484128 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40431 2025.12.24 01:17:16.484250 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.484278 [ 286 ] {} TCP-Session: 22a48641-f8aa-447c-96fa-8b35cac88d3e Authenticating user 'default' from [fd00:1122:3344:101::e]:40431 2025.12.24 01:17:16.484301 [ 286 ] {} TCP-Session: 22a48641-f8aa-447c-96fa-8b35cac88d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.484315 [ 286 ] {} TCP-Session: 22a48641-f8aa-447c-96fa-8b35cac88d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.484552 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63655 2025.12.24 01:17:16.484564 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63106 2025.12.24 01:17:16.484597 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43338 2025.12.24 01:17:16.484629 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43856 2025.12.24 01:17:16.484604 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38789 2025.12.24 01:17:16.484679 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.484718 [ 286 ] {} TCP-Session: 22a48641-f8aa-447c-96fa-8b35cac88d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:16.484737 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.484748 [ 287 ] {} TCP-Session: 1b9bd034-d8d1-433f-8a97-4f0dd358182c Authenticating user 'default' from [fd00:1122:3344:101::e]:63655 2025.12.24 01:17:16.484587 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41670 2025.12.24 01:17:16.484803 [ 287 ] {} TCP-Session: 1b9bd034-d8d1-433f-8a97-4f0dd358182c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.484789 [ 292 ] {} TCP-Session: 4f95f085-19e2-4acb-b688-1983eb549e7e Authenticating user 'default' from [fd00:1122:3344:101::e]:43338 2025.12.24 01:17:16.484829 [ 287 ] {} TCP-Session: 1b9bd034-d8d1-433f-8a97-4f0dd358182c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.484850 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.484860 [ 292 ] {} TCP-Session: 4f95f085-19e2-4acb-b688-1983eb549e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.484570 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57797 2025.12.24 01:17:16.484909 [ 286 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} executeQuery: (from [fd00:1122:3344:101::e]:40431) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:17:16.484886 [ 288 ] {} TCP-Session: cc933676-8ae2-4f2b-af5a-3731199195f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63106 2025.12.24 01:17:16.484574 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38751 2025.12.24 01:17:16.484966 [ 288 ] {} TCP-Session: cc933676-8ae2-4f2b-af5a-3731199195f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.484888 [ 292 ] {} TCP-Session: 4f95f085-19e2-4acb-b688-1983eb549e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485002 [ 288 ] {} TCP-Session: cc933676-8ae2-4f2b-af5a-3731199195f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485055 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.485099 [ 293 ] {} TCP-Session: 8ade26ee-1084-4261-8060-4ec1028512db Authenticating user 'default' from [fd00:1122:3344:101::e]:38789 2025.12.24 01:17:16.485126 [ 293 ] {} TCP-Session: 8ade26ee-1084-4261-8060-4ec1028512db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485143 [ 293 ] {} TCP-Session: 8ade26ee-1084-4261-8060-4ec1028512db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485179 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.485185 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.485206 [ 286 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:17:16.485210 [ 289 ] {} TCP-Session: 205c5bbb-c30d-4d71-8651-881346e93226 Authenticating user 'default' from [fd00:1122:3344:101::e]:57797 2025.12.24 01:17:16.485247 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.485265 [ 289 ] {} TCP-Session: 205c5bbb-c30d-4d71-8651-881346e93226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485276 [ 286 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:16.485287 [ 294 ] {} TCP-Session: ea9b5340-98ff-4fae-9c64-3b79fa4ef89b Authenticating user 'default' from [fd00:1122:3344:101::e]:43856 2025.12.24 01:17:16.485299 [ 289 ] {} TCP-Session: 205c5bbb-c30d-4d71-8651-881346e93226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485324 [ 294 ] {} TCP-Session: ea9b5340-98ff-4fae-9c64-3b79fa4ef89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485237 [ 290 ] {} TCP-Session: 1da3f7a9-00c7-489b-bd0d-8d7fe198d12a Authenticating user 'default' from [fd00:1122:3344:101::e]:38751 2025.12.24 01:17:16.485350 [ 294 ] {} TCP-Session: ea9b5340-98ff-4fae-9c64-3b79fa4ef89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485355 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.485364 [ 290 ] {} TCP-Session: 1da3f7a9-00c7-489b-bd0d-8d7fe198d12a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485398 [ 291 ] {} TCP-Session: 764b4186-211f-4185-a1f6-716bb766bb12 Authenticating user 'default' from [fd00:1122:3344:101::e]:41670 2025.12.24 01:17:16.485401 [ 290 ] {} TCP-Session: 1da3f7a9-00c7-489b-bd0d-8d7fe198d12a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485426 [ 291 ] {} TCP-Session: 764b4186-211f-4185-a1f6-716bb766bb12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485445 [ 291 ] {} TCP-Session: 764b4186-211f-4185-a1f6-716bb766bb12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.485602 [ 286 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:17:16.486937 [ 312 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} AggregatingTransform: Aggregating 2025.12.24 01:17:16.486979 [ 312 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} Aggregator: Aggregation method: without_key 2025.12.24 01:17:16.487011 [ 312 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001307186 sec. (765.002 rows/sec., 29.88 KiB/sec.) 2025.12.24 01:17:16.487027 [ 312 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} Aggregator: Merging aggregated data 2025.12.24 01:17:16.488143 [ 286 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} executeQuery: Read 1 rows, 40.00 B in 0.003294 sec., 303.58227079538557 rows/sec., 11.86 KiB/sec. 2025.12.24 01:17:16.488282 [ 286 ] {7a04bf57-fa4a-4232-a5f8-4af40c44eb47} TCPHandler: Processed in 0.003683575 sec. 2025.12.24 01:17:16.488376 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488407 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488418 [ 287 ] {} TCP-Session: 1b9bd034-d8d1-433f-8a97-4f0dd358182c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488429 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488454 [ 290 ] {} TCP-Session: 1da3f7a9-00c7-489b-bd0d-8d7fe198d12a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488467 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488493 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488515 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488526 [ 292 ] {} TCP-Session: 4f95f085-19e2-4acb-b688-1983eb549e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488543 [ 294 ] {} TCP-Session: ea9b5340-98ff-4fae-9c64-3b79fa4ef89b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488551 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488559 [ 288 ] {} TCP-Session: cc933676-8ae2-4f2b-af5a-3731199195f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488568 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488604 [ 293 ] {} TCP-Session: 8ade26ee-1084-4261-8060-4ec1028512db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488530 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.488638 [ 286 ] {} TCP-Session: 22a48641-f8aa-447c-96fa-8b35cac88d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488490 [ 289 ] {} TCP-Session: 205c5bbb-c30d-4d71-8651-881346e93226 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.488694 [ 291 ] {} TCP-Session: 764b4186-211f-4185-a1f6-716bb766bb12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492383 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54245 2025.12.24 01:17:16.492443 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492462 [ 286 ] {} TCP-Session: 48f5b927-98e8-4825-8a40-5b2ca17c1889 Authenticating user 'default' from [fd00:1122:3344:101::e]:54245 2025.12.24 01:17:16.492478 [ 286 ] {} TCP-Session: 48f5b927-98e8-4825-8a40-5b2ca17c1889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492490 [ 286 ] {} TCP-Session: 48f5b927-98e8-4825-8a40-5b2ca17c1889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492653 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58227 2025.12.24 01:17:16.492692 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64742 2025.12.24 01:17:16.492715 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56026 2025.12.24 01:17:16.492724 [ 286 ] {} TCP-Session: 48f5b927-98e8-4825-8a40-5b2ca17c1889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:16.492734 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40853 2025.12.24 01:17:16.492759 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492779 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492780 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61806 2025.12.24 01:17:16.492799 [ 288 ] {} TCP-Session: 8f81563a-6f5d-4712-a52c-12a7c43ff372 Authenticating user 'default' from [fd00:1122:3344:101::e]:64742 2025.12.24 01:17:16.492809 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52484 2025.12.24 01:17:16.492837 [ 288 ] {} TCP-Session: 8f81563a-6f5d-4712-a52c-12a7c43ff372 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492863 [ 286 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} executeQuery: (from [fd00:1122:3344:101::e]:54245) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:17:16.492864 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492871 [ 288 ] {} TCP-Session: 8f81563a-6f5d-4712-a52c-12a7c43ff372 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492902 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492910 [ 292 ] {} TCP-Session: fa913364-1f6c-42ee-a361-19918cbf49a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61806 2025.12.24 01:17:16.492810 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492953 [ 294 ] {} TCP-Session: 492ec57d-847f-4e4c-b04a-40e6a042bb1f Authenticating user 'default' from [fd00:1122:3344:101::e]:52484 2025.12.24 01:17:16.492956 [ 292 ] {} TCP-Session: fa913364-1f6c-42ee-a361-19918cbf49a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492977 [ 290 ] {} TCP-Session: cdbd56a3-2ff6-4490-8839-7ec32826edfd Authenticating user 'default' from [fd00:1122:3344:101::e]:40853 2025.12.24 01:17:16.492993 [ 294 ] {} TCP-Session: 492ec57d-847f-4e4c-b04a-40e6a042bb1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492999 [ 292 ] {} TCP-Session: fa913364-1f6c-42ee-a361-19918cbf49a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493019 [ 294 ] {} TCP-Session: 492ec57d-847f-4e4c-b04a-40e6a042bb1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493033 [ 286 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:17:16.493012 [ 290 ] {} TCP-Session: cdbd56a3-2ff6-4490-8839-7ec32826edfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492795 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58324 2025.12.24 01:17:16.493080 [ 286 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:16.493076 [ 290 ] {} TCP-Session: cdbd56a3-2ff6-4490-8839-7ec32826edfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492737 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.493141 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.492812 [ 289 ] {} TCP-Session: 55fe8341-4bd9-496f-ae9b-298712522636 Authenticating user 'default' from [fd00:1122:3344:101::e]:56026 2025.12.24 01:17:16.493175 [ 293 ] {} TCP-Session: 264f9d2a-19c1-460f-bcbe-f7d4413d0ea3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58324 2025.12.24 01:17:16.493170 [ 287 ] {} TCP-Session: 959e9bc6-3890-4190-bb51-f6fb3ecca7b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58227 2025.12.24 01:17:16.493191 [ 289 ] {} TCP-Session: 55fe8341-4bd9-496f-ae9b-298712522636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493197 [ 293 ] {} TCP-Session: 264f9d2a-19c1-460f-bcbe-f7d4413d0ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493214 [ 287 ] {} TCP-Session: 959e9bc6-3890-4190-bb51-f6fb3ecca7b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493229 [ 293 ] {} TCP-Session: 264f9d2a-19c1-460f-bcbe-f7d4413d0ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493244 [ 287 ] {} TCP-Session: 959e9bc6-3890-4190-bb51-f6fb3ecca7b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493222 [ 289 ] {} TCP-Session: 55fe8341-4bd9-496f-ae9b-298712522636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.492759 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44356 2025.12.24 01:17:16.493357 [ 286 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:17:16.493371 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:16.493411 [ 291 ] {} TCP-Session: 3e98f871-d105-4b3c-af57-b8f4035161a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44356 2025.12.24 01:17:16.493427 [ 291 ] {} TCP-Session: 3e98f871-d105-4b3c-af57-b8f4035161a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.493440 [ 291 ] {} TCP-Session: 3e98f871-d105-4b3c-af57-b8f4035161a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.494200 [ 317 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} AggregatingTransform: Aggregating 2025.12.24 01:17:16.494256 [ 317 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} Aggregator: Aggregation method: without_key 2025.12.24 01:17:16.494290 [ 317 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000837067 sec. (1194.648 rows/sec., 46.67 KiB/sec.) 2025.12.24 01:17:16.494310 [ 317 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} Aggregator: Merging aggregated data 2025.12.24 01:17:16.495526 [ 286 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} executeQuery: Read 1 rows, 40.00 B in 0.002696 sec., 370.919881305638 rows/sec., 14.49 KiB/sec. 2025.12.24 01:17:16.495635 [ 286 ] {fb2c83da-5855-4713-9ddd-5882f6246d24} TCPHandler: Processed in 0.00296513 sec. 2025.12.24 01:17:16.495749 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495774 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495779 [ 286 ] {} TCP-Session: 48f5b927-98e8-4825-8a40-5b2ca17c1889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495799 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495811 [ 294 ] {} TCP-Session: 492ec57d-847f-4e4c-b04a-40e6a042bb1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495830 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495842 [ 289 ] {} TCP-Session: 55fe8341-4bd9-496f-ae9b-298712522636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495852 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495877 [ 288 ] {} TCP-Session: 8f81563a-6f5d-4712-a52c-12a7c43ff372 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495894 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495909 [ 287 ] {} TCP-Session: 959e9bc6-3890-4190-bb51-f6fb3ecca7b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495920 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495943 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.495963 [ 291 ] {} TCP-Session: 3e98f871-d105-4b3c-af57-b8f4035161a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495943 [ 290 ] {} TCP-Session: cdbd56a3-2ff6-4490-8839-7ec32826edfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495989 [ 292 ] {} TCP-Session: fa913364-1f6c-42ee-a361-19918cbf49a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.495872 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:16.496058 [ 293 ] {} TCP-Session: 264f9d2a-19c1-460f-bcbe-f7d4413d0ea3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:16.747079 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 216 2025.12.24 01:17:16.749281 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:16.749332 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:16.750673 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:16.751226 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:16.751482 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 216 2025.12.24 01:17:18.141530 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.141776 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} executeQuery: (from [fd00:1122:3344:101::d]:47156) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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) 2025.12.24 01:17:18.142146 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:18.146612 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 2025.12.24 01:17:18.146925 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:18.147004 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:18.147198 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.24 01:17:18.149231 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:18.151201 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:18.151229 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:18.151320 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" 2025.12.24 01:17:18.151344 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 01:17:18.164563 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} executeQuery: Read 26 rows, 1.13 KiB in 0.022889 sec., 1135.9168159377866 rows/sec., 49.15 KiB/sec. 2025.12.24 01:17:18.164694 [ 3 ] {ff3c57ca-0277-4265-9a12-04d6efcfadc7} TCPHandler: Processed in 0.023293383 sec. 2025.12.24 01:17:18.165031 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.165215 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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) 2025.12.24 01:17:18.165526 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:18.165573 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 2025.12.24 01:17:18.165864 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:18.165935 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:18.166082 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.24 01:17:18.166120 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:18.166147 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:18.166168 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:18.166214 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" 2025.12.24 01:17:18.166240 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 01:17:18.166810 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} executeQuery: Read 26 rows, 1.13 KiB in 0.001681 sec., 15466.983938132063 rows/sec., 669.24 KiB/sec. 2025.12.24 01:17:18.166920 [ 3 ] {65d4b0a3-1eea-4000-a4c1-026a3f01ead3} TCPHandler: Processed in 0.0019668 sec. 2025.12.24 01:17:18.167162 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.167333 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} executeQuery: (from [fd00:1122:3344:101::d]:47156) 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', '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) 2025.12.24 01:17:18.167634 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:18.167683 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 2025.12.24 01:17:18.167967 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:18.168038 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:18.168180 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.24 01:17:18.168220 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:18.168249 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:18.168272 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:18.168320 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" 2025.12.24 01:17:18.168351 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 01:17:18.168859 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} executeQuery: Read 26 rows, 1.13 KiB in 0.001599 sec., 16260.162601626016 rows/sec., 703.56 KiB/sec. 2025.12.24 01:17:18.168967 [ 3 ] {6ce59aa5-9c56-4561-b1bd-4ce6959a25eb} TCPHandler: Processed in 0.001865538 sec. 2025.12.24 01:17:18.174535 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.174650 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 01:17:18.174692 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:18.175209 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.175257 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.175926 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:17:18.176383 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.176534 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} executeQuery: Read 3 rows, 280.00 B in 0.001916 sec., 1565.7620041753653 rows/sec., 142.71 KiB/sec. 2025.12.24 01:17:18.176574 [ 3 ] {9914fde5-1f2a-434e-87f2-a9fbb37fe36a} TCPHandler: Processed in 0.002091662 sec. 2025.12.24 01:17:18.176686 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.176783 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.176824 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:17:18.177262 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.177303 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.177779 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:17:18.178237 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.178385 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} executeQuery: Read 24 rows, 2.04 KiB in 0.00162 sec., 14814.814814814816 rows/sec., 1.23 MiB/sec. 2025.12.24 01:17:18.178428 [ 3 ] {358d536a-701a-4ae6-93b9-0636a03ade0e} TCPHandler: Processed in 0.001791457 sec. 2025.12.24 01:17:18.178546 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.178645 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:17:18.178685 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:17:18.179134 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.179181 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.179827 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:17:18.180452 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.180595 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} executeQuery: Read 2 rows, 167.00 B in 0.001969 sec., 1015.7440325038091 rows/sec., 82.83 KiB/sec. 2025.12.24 01:17:18.180636 [ 3 ] {3b1678f6-168b-49a3-a9f7-c9a4d5166a22} TCPHandler: Processed in 0.002139374 sec. 2025.12.24 01:17:18.180748 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.180845 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:18.180885 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:18.181402 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.181441 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.181879 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:18.182293 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.182424 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} executeQuery: Read 207 rows, 18.90 KiB in 0.001597 sec., 129618.03381340014 rows/sec., 11.56 MiB/sec. 2025.12.24 01:17:18.182476 [ 3 ] {d311b76d-249b-4bc5-92f0-98f530f43b7f} TCPHandler: Processed in 0.001780136 sec. 2025.12.24 01:17:18.182594 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.182692 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.182732 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:17:18.183148 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.183185 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.183632 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:18.184045 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.184195 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} executeQuery: Read 29 rows, 2.23 KiB in 0.001521 sec., 19066.4036817883 rows/sec., 1.43 MiB/sec. 2025.12.24 01:17:18.184237 [ 3 ] {f09b65e3-5f4c-4094-9124-7e793e7f4959} TCPHandler: Processed in 0.001692135 sec. 2025.12.24 01:17:18.184349 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.184456 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.184495 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:17:18.184974 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.185022 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.185459 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:17:18.185936 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.186072 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} executeQuery: Read 24 rows, 2.04 KiB in 0.001634 sec., 14687.882496940025 rows/sec., 1.22 MiB/sec. 2025.12.24 01:17:18.186111 [ 3 ] {c85e259e-f55a-493a-8615-26a85905aece} TCPHandler: Processed in 0.001810267 sec. 2025.12.24 01:17:18.186231 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.186329 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.186370 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:17:18.186780 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.186820 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.187295 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:17:18.187875 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.188009 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} executeQuery: Read 12 rows, 960.00 B in 0.0017 sec., 7058.823529411765 rows/sec., 551.47 KiB/sec. 2025.12.24 01:17:18.188049 [ 3 ] {954081e0-0e0d-43bf-99b2-7ddb01cf10cd} TCPHandler: Processed in 0.001869738 sec. 2025.12.24 01:17:18.188160 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.188257 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:18.188298 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:18.188738 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.188776 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.189245 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:18.189767 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.189901 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} executeQuery: Read 126 rows, 10.46 KiB in 0.001663 sec., 75766.68671076368 rows/sec., 6.14 MiB/sec. 2025.12.24 01:17:18.189939 [ 3 ] {6daf6788-8e70-4ae4-be5a-006cff907c9a} TCPHandler: Processed in 0.001830897 sec. 2025.12.24 01:17:18.190045 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.190143 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.190188 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:18.190609 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.190645 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.191117 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:18.191682 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.191824 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} executeQuery: Read 191 rows, 13.97 KiB in 0.0017 sec., 112352.94117647059 rows/sec., 8.03 MiB/sec. 2025.12.24 01:17:18.191864 [ 3 ] {954da878-0388-4c4c-a4f3-f72c311630ec} TCPHandler: Processed in 0.001869348 sec. 2025.12.24 01:17:18.191973 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.192069 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.192124 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:17:18.192913 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.192954 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.193639 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:17:18.194191 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.194357 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} executeQuery: Read 15 rows, 27.52 KiB in 0.002306 sec., 6504.770164787511 rows/sec., 11.66 MiB/sec. 2025.12.24 01:17:18.194419 [ 3 ] {d12d96bb-2829-4b3e-8ad7-7c85ebbebdeb} TCPHandler: Processed in 0.002496181 sec. 2025.12.24 01:17:18.194534 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.194641 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.194694 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 01:17:18.195005 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.195042 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.195665 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:17:18.196186 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.196318 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} executeQuery: Read 9 rows, 651.00 B in 0.001701 sec., 5291.005291005291 rows/sec., 373.75 KiB/sec. 2025.12.24 01:17:18.196353 [ 3 ] {9d6e26c5-bc83-475e-a571-043883ef9836} TCPHandler: Processed in 0.001869138 sec. 2025.12.24 01:17:18.196459 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:18.196555 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:18.196597 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:18.196910 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:18.196946 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:18.197381 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:18.197809 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:18.197948 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. 2025.12.24 01:17:18.197984 [ 3 ] {6141c958-7663-4afe-b657-afbcb9419e7c} TCPHandler: Processed in 0.001573882 sec. 2025.12.24 01:17:19.252063 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3324 2025.12.24 01:17:19.252596 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:19.252650 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:19.253264 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:19.253720 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:19.253868 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3324 2025.12.24 01:17:19.432243 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.24 01:17:19.451464 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:19.451536 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:19.457370 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:19.458466 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:19.461907 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.24 01:17:23.144202 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:23.144408 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:23.144474 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:23.145117 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:23.145167 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:23.145672 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:23.146190 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:23.146350 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec. 2025.12.24 01:17:23.146397 [ 3 ] {78f8d720-d876-478c-9d9b-cfb0b60b5881} TCPHandler: Processed in 0.002335607 sec. 2025.12.24 01:17:23.146535 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:23.146631 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:23.146674 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:23.147180 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:23.147213 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:23.147735 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:23.148257 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:23.148391 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} executeQuery: Read 64 rows, 5.12 KiB in 0.001763 sec., 36301.75836642087 rows/sec., 2.83 MiB/sec. 2025.12.24 01:17:23.148429 [ 3 ] {2c1d01b0-a42f-4abb-abec-fdd1184d83e7} TCPHandler: Processed in 0.001932479 sec. 2025.12.24 01:17:23.148540 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:23.148638 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:23.148683 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:23.149078 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:23.149112 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:23.149591 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:23.150106 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:23.150237 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. 2025.12.24 01:17:23.150272 [ 3 ] {b690dc66-9212-4cb2-845d-6df7ec355b00} TCPHandler: Processed in 0.001784376 sec. 2025.12.24 01:17:23.150385 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:23.150481 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} executeQuery: (from [fd00:1122:3344:101::d]:47156) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:23.150523 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:23.150858 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:23.150894 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:23.151343 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:23.151928 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:23.152058 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. 2025.12.24 01:17:23.152094 [ 3 ] {0e546197-3ba3-4ff2-a9a2-8a2a0be489f0} TCPHandler: Processed in 0.001758906 sec. 2025.12.24 01:17:26.676255 [ 53 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:17:26.676353 [ 53 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:17:26.751696 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 254 2025.12.24 01:17:26.753992 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3772 2025.12.24 01:17:26.754201 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:26.754253 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:26.754503 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:26.754549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:26.755182 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:26.755596 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:26.755647 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:26.755788 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3772 2025.12.24 01:17:26.756107 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:26.756386 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2025.12.24 01:17:26.962023 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.24 01:17:26.979062 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:26.979131 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:26.985569 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:26.986746 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:26.989793 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.24 01:17:27.594418 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:27.594514 [ 3 ] {} TCP-Session: a3247b54-f308-46f0-bb9a-004765ee41ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:28.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 181.10 MiB, peak 188.57 MiB, free memory in arenas 0.00 B, will set to 183.14 MiB (RSS), difference: 2.04 MiB 2025.12.24 01:17:28.145454 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.145630 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:28.145696 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:28.146492 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.146541 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.147062 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:17:28.147566 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.147725 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} executeQuery: Read 124 rows, 10.91 KiB in 0.002144 sec., 57835.82089552239 rows/sec., 4.97 MiB/sec. 2025.12.24 01:17:28.147773 [ 255 ] {d2bed826-d7c9-4059-9c26-797adc991002} TCPHandler: Processed in 0.00246122 sec. 2025.12.24 01:17:28.147907 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.148010 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:17:28.148055 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:17:28.148486 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.148523 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.148927 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:28.149363 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.149529 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} executeQuery: Read 34 rows, 2.56 KiB in 0.001543 sec., 22034.996759559297 rows/sec., 1.62 MiB/sec. 2025.12.24 01:17:28.149570 [ 255 ] {e9a4dc95-7fb7-49e5-8503-296ac549bfa1} TCPHandler: Processed in 0.001714734 sec. 2025.12.24 01:17:28.149689 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.149786 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:28.149827 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:28.150269 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.150306 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.150722 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:17:28.151186 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.151314 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} executeQuery: Read 106 rows, 8.50 KiB in 0.001548 sec., 68475.45219638244 rows/sec., 5.36 MiB/sec. 2025.12.24 01:17:28.151353 [ 255 ] {0c37dee5-030b-4cef-972c-c882e6a5e767} TCPHandler: Processed in 0.001713615 sec. 2025.12.24 01:17:28.151477 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.151572 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:28.151617 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:28.152035 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.152071 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.152523 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:17:28.152986 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.153115 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. 2025.12.24 01:17:28.153151 [ 255 ] {f23d8c7f-ad14-4753-84ac-f671e30147ea} TCPHandler: Processed in 0.001723365 sec. 2025.12.24 01:17:28.153259 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.153354 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:28.153418 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:17:28.154384 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.154421 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.155117 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:17:28.155603 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.155769 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} executeQuery: Read 34 rows, 62.39 KiB in 0.002434 sec., 13968.775677896467 rows/sec., 25.03 MiB/sec. 2025.12.24 01:17:28.155840 [ 255 ] {ae0efad0-3bc5-4b3e-a71c-a60f1da97808} TCPHandler: Processed in 0.002629014 sec. 2025.12.24 01:17:28.155980 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.156080 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 01:17:28.156121 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 01:17:28.156491 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.156527 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.156958 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:17:28.157399 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.157533 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} executeQuery: Read 15 rows, 1.14 KiB in 0.001472 sec., 10190.217391304348 rows/sec., 777.53 KiB/sec. 2025.12.24 01:17:28.157573 [ 255 ] {c3e1cc44-8c1a-4ac6-afe0-53ee1e37c103} TCPHandler: Processed in 0.001657114 sec. 2025.12.24 01:17:28.157684 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:28.157781 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:28.157823 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:28.158167 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:28.158204 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:28.158609 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:17:28.159036 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:28.159168 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. 2025.12.24 01:17:28.159205 [ 255 ] {79f3bd9f-5304-45d5-a60c-168653e2956a} TCPHandler: Processed in 0.001569992 sec. 2025.12.24 01:17:33.143519 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:33.143736 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:33.143806 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:33.144454 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:33.144498 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:33.144885 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:17:33.145118 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:33.145264 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} executeQuery: Read 56 rows, 4.41 KiB in 0.001582 sec., 35398.23008849558 rows/sec., 2.72 MiB/sec. 2025.12.24 01:17:33.145304 [ 255 ] {32eb98ee-ce77-48ce-8dd5-60d9d261c907} TCPHandler: Processed in 0.001926579 sec. 2025.12.24 01:17:33.145426 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:33.145522 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:33.145563 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:33.145994 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:33.146030 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:33.146336 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:17:33.146552 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:33.146675 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} executeQuery: Read 64 rows, 5.12 KiB in 0.001171 sec., 54654.14175918019 rows/sec., 4.27 MiB/sec. 2025.12.24 01:17:33.146712 [ 255 ] {fd8c3844-2acd-4935-9086-451705f12008} TCPHandler: Processed in 0.001334997 sec. 2025.12.24 01:17:33.146829 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:33.146924 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:33.146968 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:33.147386 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:33.147422 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:33.147750 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:17:33.147960 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:33.148083 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.12.24 01:17:33.148119 [ 255 ] {c18d6681-016b-4969-aa3e-a4c58e734f27} TCPHandler: Processed in 0.001341397 sec. 2025.12.24 01:17:33.148221 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:33.148316 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:33.148357 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:33.148689 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:33.148725 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:33.149029 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:17:33.149241 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:33.149366 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.12.24 01:17:33.149403 [ 255 ] {9b1533f3-2b8b-4417-b385-b8cf933821dd} TCPHandler: Processed in 0.001230325 sec. 2025.12.24 01:17:34.255900 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4284 2025.12.24 01:17:34.256628 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:34.256691 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:34.257219 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:17:34.257448 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:34.257583 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4284 2025.12.24 01:17:34.489887 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.24 01:17:34.507614 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:34.507677 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:34.513824 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:17:34.514536 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:34.517857 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.24 01:17:36.464383 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63150 2025.12.24 01:17:36.464490 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.464517 [ 3 ] {} TCP-Session: b0a39acb-4394-4036-b16c-e1cc923a28ea Authenticating user 'default' from [fd00:1122:3344:101::e]:63150 2025.12.24 01:17:36.464540 [ 3 ] {} TCP-Session: b0a39acb-4394-4036-b16c-e1cc923a28ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.464554 [ 3 ] {} TCP-Session: b0a39acb-4394-4036-b16c-e1cc923a28ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.464776 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60263 2025.12.24 01:17:36.464807 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43419 2025.12.24 01:17:36.464831 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60505 2025.12.24 01:17:36.464849 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57012 2025.12.24 01:17:36.464855 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47543 2025.12.24 01:17:36.464907 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.464929 [ 3 ] {} TCP-Session: b0a39acb-4394-4036-b16c-e1cc923a28ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:36.464941 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.464951 [ 288 ] {} TCP-Session: 52a9f119-6d37-43d7-af69-04904161f036 Authenticating user 'default' from [fd00:1122:3344:101::e]:43419 2025.12.24 01:17:36.464979 [ 292 ] {} TCP-Session: 9fe62975-13bd-41a4-bb83-236dea243416 Authenticating user 'default' from [fd00:1122:3344:101::e]:57012 2025.12.24 01:17:36.464987 [ 288 ] {} TCP-Session: 52a9f119-6d37-43d7-af69-04904161f036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.464993 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.465006 [ 288 ] {} TCP-Session: 52a9f119-6d37-43d7-af69-04904161f036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465003 [ 292 ] {} TCP-Session: 9fe62975-13bd-41a4-bb83-236dea243416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465057 [ 293 ] {} TCP-Session: bdd3f295-5366-4af2-9f92-a334c5c85ea8 Authenticating user 'default' from [fd00:1122:3344:101::e]:47543 2025.12.24 01:17:36.465076 [ 292 ] {} TCP-Session: 9fe62975-13bd-41a4-bb83-236dea243416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.464918 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.465101 [ 293 ] {} TCP-Session: bdd3f295-5366-4af2-9f92-a334c5c85ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465136 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} executeQuery: (from [fd00:1122:3344:101::e]:63150) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:17:36.465146 [ 286 ] {} TCP-Session: dc0c5d2f-3e1b-47ed-bc02-83c5a085e0ad Authenticating user 'default' from [fd00:1122:3344:101::e]:60263 2025.12.24 01:17:36.465148 [ 293 ] {} TCP-Session: bdd3f295-5366-4af2-9f92-a334c5c85ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465199 [ 286 ] {} TCP-Session: dc0c5d2f-3e1b-47ed-bc02-83c5a085e0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.464918 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.465228 [ 286 ] {} TCP-Session: dc0c5d2f-3e1b-47ed-bc02-83c5a085e0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.464830 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61878 2025.12.24 01:17:36.465255 [ 290 ] {} TCP-Session: ffada601-36bf-44f5-9064-9433665762db Authenticating user 'default' from [fd00:1122:3344:101::e]:60505 2025.12.24 01:17:36.464809 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58171 2025.12.24 01:17:36.465300 [ 290 ] {} TCP-Session: ffada601-36bf-44f5-9064-9433665762db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465333 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.465359 [ 290 ] {} TCP-Session: ffada601-36bf-44f5-9064-9433665762db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465380 [ 289 ] {} TCP-Session: 74a69394-ba8f-4bb6-bc7e-964bf158796c Authenticating user 'default' from [fd00:1122:3344:101::e]:61878 2025.12.24 01:17:36.464845 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48750 2025.12.24 01:17:36.465413 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.465441 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:17:36.465456 [ 287 ] {} TCP-Session: 9996162a-98da-4037-be77-c56c01e2db94 Authenticating user 'default' from [fd00:1122:3344:101::e]:58171 2025.12.24 01:17:36.465409 [ 289 ] {} TCP-Session: 74a69394-ba8f-4bb6-bc7e-964bf158796c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465496 [ 287 ] {} TCP-Session: 9996162a-98da-4037-be77-c56c01e2db94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465505 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:36.465524 [ 287 ] {} TCP-Session: 9996162a-98da-4037-be77-c56c01e2db94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465508 [ 289 ] {} TCP-Session: 74a69394-ba8f-4bb6-bc7e-964bf158796c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465581 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:17:36.465613 [ 291 ] {} TCP-Session: 98f25470-ce9f-4108-9c66-471fe4edfb52 Authenticating user 'default' from [fd00:1122:3344:101::e]:48750 2025.12.24 01:17:36.465630 [ 291 ] {} TCP-Session: 98f25470-ce9f-4108-9c66-471fe4edfb52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465644 [ 291 ] {} TCP-Session: 98f25470-ce9f-4108-9c66-471fe4edfb52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.465809 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:17:36.465901 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} Aggregator: Compile expression max()(UInt64) 0 2025.12.24 01:17:36.756594 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 276 2025.12.24 01:17:36.758669 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:36.758728 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:36.765632 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:36.766400 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:36.766600 [ 41 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:36.766683 [ 41 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:36.766711 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:36.766851 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:36.766860 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 276 2025.12.24 01:17:36.767719 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:36.767993 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.12.24 01:17:36.768643 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part 2025.12.24 01:17:36.769248 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2025.12.24 01:17:36.769757 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2025.12.24 01:17:36.770358 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2025.12.24 01:17:36.770712 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2025.12.24 01:17:36.776932 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 72 columns (72 merged, 0 gathered) in 0.010174096 sec., 27127.717293015514 rows/sec., 26.50 MiB/sec. 2025.12.24 01:17:36.778052 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:36.779014 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:36.779105 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_6_1} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:36.779338 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2025.12.24 01:17:36.861610 [ 345 ] {7605565e-10be-4a30-8134-def6feb45419} AggregatingTransform: Aggregating 2025.12.24 01:17:36.861691 [ 345 ] {7605565e-10be-4a30-8134-def6feb45419} Aggregator: Aggregation method: without_key 2025.12.24 01:17:36.861743 [ 345 ] {7605565e-10be-4a30-8134-def6feb45419} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001095512 sec. (912.815 rows/sec., 35.66 KiB/sec.) 2025.12.24 01:17:36.861767 [ 345 ] {7605565e-10be-4a30-8134-def6feb45419} Aggregator: Merging aggregated data 2025.12.24 01:17:36.863062 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} executeQuery: Read 1 rows, 40.00 B in 0.397988 sec., 2.512638572017247 rows/sec., 100.51 B/sec. 2025.12.24 01:17:36.863228 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.24 01:17:36.863244 [ 3 ] {7605565e-10be-4a30-8134-def6feb45419} TCPHandler: Processed in 0.398483725 sec. 2025.12.24 01:17:36.863417 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863452 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863481 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863497 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863534 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863554 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863564 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863582 [ 290 ] {} TCP-Session: ffada601-36bf-44f5-9064-9433665762db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863611 [ 292 ] {} TCP-Session: 9fe62975-13bd-41a4-bb83-236dea243416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863617 [ 3 ] {} TCP-Session: b0a39acb-4394-4036-b16c-e1cc923a28ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863602 [ 291 ] {} TCP-Session: 98f25470-ce9f-4108-9c66-471fe4edfb52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863545 [ 288 ] {} TCP-Session: 52a9f119-6d37-43d7-af69-04904161f036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863540 [ 286 ] {} TCP-Session: dc0c5d2f-3e1b-47ed-bc02-83c5a085e0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863516 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863463 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.24 01:17:36.863751 [ 289 ] {} TCP-Session: 74a69394-ba8f-4bb6-bc7e-964bf158796c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863472 [ 293 ] {} TCP-Session: bdd3f295-5366-4af2-9f92-a334c5c85ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:36.863780 [ 287 ] {} TCP-Session: 9996162a-98da-4037-be77-c56c01e2db94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:17:37.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.16 MiB, peak 199.30 MiB, free memory in arenas 0.00 B, will set to 205.01 MiB (RSS), difference: 18.85 MiB 2025.12.24 01:17:38.145917 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:38.146101 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:38.146172 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:38.146842 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.146896 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.147328 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:17:38.147570 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.147718 [ 40 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:17:38.147729 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} executeQuery: Read 126 rows, 11.10 KiB in 0.001677 sec., 75134.16815742396 rows/sec., 6.46 MiB/sec. 2025.12.24 01:17:38.147798 [ 40 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.147824 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.147828 [ 255 ] {bc5c4d9a-4097-40c9-aaf9-912864bb0018} TCPHandler: Processed in 0.002045702 sec. 2025.12.24 01:17:38.147967 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:17:38.147977 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:38.148128 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:17:38.148129 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:38.148177 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:17:38.148195 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2025.12.24 01:17:38.148302 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 207 rows starting from the beginning of the part 2025.12.24 01:17:38.148354 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:38.148400 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 124 rows starting from the beginning of the part 2025.12.24 01:17:38.148446 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:38.148494 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 126 rows starting from the beginning of the part 2025.12.24 01:17:38.148631 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.148677 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.149037 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:38.149292 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.149409 [ 40 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:38.149432 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} executeQuery: Read 35 rows, 2.63 KiB in 0.001329 sec., 26335.590669676447 rows/sec., 1.93 MiB/sec. 2025.12.24 01:17:38.149457 [ 40 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.149481 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.149483 [ 255 ] {28feb912-5b77-494a-8d8d-ead91f9352a3} TCPHandler: Processed in 0.001560451 sec. 2025.12.24 01:17:38.149595 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 770 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699684 sec., 453025.38589526055 rows/sec., 40.77 MiB/sec. 2025.12.24 01:17:38.149612 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:38.149594 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:38.149725 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:38.149743 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:38.149770 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:38.149783 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part 2025.12.24 01:17:38.149798 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:17:38.149869 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 01:17:38.149927 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 01:17:38.149985 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 29 rows starting from the beginning of the part 2025.12.24 01:17:38.150066 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2025.12.24 01:17:38.150118 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2025.12.24 01:17:38.150142 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.150210 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.150230 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_11_2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:17:38.150257 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.150318 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 01:17:38.150591 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:17:38.150820 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.150925 [ 40 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:17:38.150937 [ 199 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 5 columns (5 merged, 0 gathered) in 0.001406989 sec., 106610.64158994847 rows/sec., 8.27 MiB/sec. 2025.12.24 01:17:38.150950 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} executeQuery: Read 99 rows, 7.92 KiB in 0.001246 sec., 79454.25361155698 rows/sec., 6.21 MiB/sec. 2025.12.24 01:17:38.150959 [ 40 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.151001 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.151004 [ 255 ] {49af2ec3-f888-41ae-8577-a773fa1f8788} TCPHandler: Processed in 0.001442609 sec. 2025.12.24 01:17:38.151083 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:17:38.151110 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:38.151131 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:38.151183 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:38.151214 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 120 rows starting from the beginning of the part 2025.12.24 01:17:38.151235 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:38.151305 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 126 rows starting from the beginning of the part 2025.12.24 01:17:38.151321 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:38.151354 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:38.151401 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 106 rows starting from the beginning of the part 2025.12.24 01:17:38.151434 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.151460 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:38.151524 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_6_1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:38.151532 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 99 rows starting from the beginning of the part 2025.12.24 01:17:38.151624 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 01:17:38.151781 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.151821 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.152178 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:17:38.152279 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.001231965 sec., 469980.88419719716 rows/sec., 39.13 MiB/sec. 2025.12.24 01:17:38.152416 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.152418 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:17:38.152525 [ 40 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:17:38.152552 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001337 sec., 119670.90501121915 rows/sec., 8.33 MiB/sec. 2025.12.24 01:17:38.152556 [ 40 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.152595 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.152597 [ 255 ] {96ba9516-3e85-4b95-a8a9-4cdda28783b2} TCPHandler: Processed in 0.00151577 sec. 2025.12.24 01:17:38.152669 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:17:38.152690 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.152723 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:38.152753 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:38.152756 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_11_2} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:17:38.152781 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1077 rows starting from the beginning of the part 2025.12.24 01:17:38.152820 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:38.152822 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 01:17:38.152832 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 191 rows starting from the beginning of the part 2025.12.24 01:17:38.152878 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:17:38.152885 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:38.152928 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:38.152968 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:38.153004 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:38.153674 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.153712 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.153950 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001312177 sec., 1454072.1259403266 rows/sec., 102.78 MiB/sec. 2025.12.24 01:17:38.154130 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:17:38.154296 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:17:38.154376 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.154442 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_11_2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:17:38.154498 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 01:17:38.154536 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.154642 [ 40 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 01:17:38.154674 [ 40 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.154674 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} executeQuery: Read 35 rows, 64.22 KiB in 0.001872 sec., 18696.581196581195 rows/sec., 33.50 MiB/sec. 2025.12.24 01:17:38.154695 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.154754 [ 255 ] {7c070382-5285-48a0-b0ab-441d94ff79c7} TCPHandler: Processed in 0.002080052 sec. 2025.12.24 01:17:38.154777 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.24 01:17:38.154873 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:38.154976 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:38.154982 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:38.155024 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:38.155054 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.24 01:17:38.155216 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 01:17:38.155331 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 01:17:38.155376 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.155418 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.155439 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part 2025.12.24 01:17:38.155553 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2025.12.24 01:17:38.155663 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2025.12.24 01:17:38.155744 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:17:38.155978 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.156083 [ 40 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:17:38.156112 [ 40 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:38.156116 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2025.12.24 01:17:38.156131 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:38.156164 [ 255 ] {574b0c46-e45f-4dc7-8600-8875b0175338} TCPHandler: Processed in 0.001340837 sec. 2025.12.24 01:17:38.156202 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:17:38.156273 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:38.156300 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part 2025.12.24 01:17:38.156340 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:38.156375 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:38.156406 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:38.156443 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:38.156480 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:38.157208 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001025691 sec., 631769.2170448995 rows/sec., 42.58 MiB/sec. 2025.12.24 01:17:38.157422 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:17:38.157637 [ 193 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 19 columns (19 merged, 0 gathered) in 0.002888389 sec., 39468.36800721787 rows/sec., 70.73 MiB/sec. 2025.12.24 01:17:38.157752 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.157836 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_11_2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:17:38.157905 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 01:17:38.157928 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 01:17:38.158220 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:38.158287 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_6_1} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 01:17:38.158363 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2025.12.24 01:17:41.676412 [ 36 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:17:41.676510 [ 36 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:17:41.757708 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4732 2025.12.24 01:17:41.758183 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:41.758224 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:41.758715 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:17:41.758942 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:41.759079 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4732 2025.12.24 01:17:42.017976 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.12.24 01:17:42.035513 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:42.035584 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:42.041719 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:17:42.042412 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:42.045746 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.12.24 01:17:43.143590 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:43.143769 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:43.143837 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:43.144484 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:43.144539 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:43.144952 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:17:43.145201 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:43.145357 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} executeQuery: Read 56 rows, 4.41 KiB in 0.001637 sec., 34208.91875381796 rows/sec., 2.63 MiB/sec. 2025.12.24 01:17:43.145405 [ 255 ] {eb1651ea-6b31-4272-b330-0400c1a36c2f} TCPHandler: Processed in 0.00194735 sec. 2025.12.24 01:17:43.145530 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:43.145642 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:43.145688 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:43.146120 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:43.146160 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:43.146493 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:17:43.146713 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:43.146841 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2025.12.24 01:17:43.146880 [ 255 ] {3169048e-5544-428c-b5a4-f79b8e30c63f} TCPHandler: Processed in 0.001403639 sec. 2025.12.24 01:17:43.146997 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:43.147095 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:43.147141 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:43.147562 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:43.147600 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:43.147954 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:17:43.148174 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:43.148299 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2025.12.24 01:17:43.148336 [ 255 ] {8afb55b7-daf7-4441-8222-2418e51b4860} TCPHandler: Processed in 0.001389058 sec. 2025.12.24 01:17:43.148450 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:43.148546 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:43.148589 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:43.148922 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:43.148958 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:43.149279 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:17:43.149513 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:43.149640 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.12.24 01:17:43.149675 [ 255 ] {fb0afa49-c850-4451-8243-254a26aa3356} TCPHandler: Processed in 0.001274135 sec. 2025.12.24 01:17:44.466171 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.466467 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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', '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) 2025.12.24 01:17:44.466865 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.466912 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 2025.12.24 01:17:44.467227 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.467297 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.467435 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.24 01:17:44.467552 [ 337 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.467568 [ 319 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.467685 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.467713 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.469738 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.469769 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.469840 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.12.24 01:17:44.469894 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" 2025.12.24 01:17:44.471027 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} executeQuery: Read 29 rows, 1.26 KiB in 0.004687 sec., 6187.3266481758055 rows/sec., 269.61 KiB/sec. 2025.12.24 01:17:44.471149 [ 255 ] {f3bd3f6f-8ff5-44df-a59f-f9b8813e1b70} TCPHandler: Processed in 0.005110084 sec. 2025.12.24 01:17:44.471841 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.471976 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:17:44.472211 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.472248 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} 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 2025.12.24 01:17:44.472442 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.472496 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.472596 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.24 01:17:44.472668 [ 319 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.472669 [ 306 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.472783 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.472810 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.472865 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.472883 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.472912 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} 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'))" 2025.12.24 01:17:44.472942 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} 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'))" 2025.12.24 01:17:44.473570 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} executeQuery: Read 29 rows, 1.26 KiB in 0.001649 sec., 17586.41600970285 rows/sec., 766.33 KiB/sec. 2025.12.24 01:17:44.473678 [ 255 ] {e2cc18d9-c659-4f41-988a-a17e3a08a192} TCPHandler: Processed in 0.001888758 sec. 2025.12.24 01:17:44.473908 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.474042 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:17:44.474254 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.474289 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} 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 2025.12.24 01:17:44.474483 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.474537 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.474635 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.24 01:17:44.474694 [ 331 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.474699 [ 306 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.474792 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.474817 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.474872 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.474888 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.474918 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} 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'))" 2025.12.24 01:17:44.474948 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} 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'))" 2025.12.24 01:17:44.475520 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} executeQuery: Read 29 rows, 1.26 KiB in 0.001532 sec., 18929.503916449088 rows/sec., 824.85 KiB/sec. 2025.12.24 01:17:44.475619 [ 255 ] {ce7d6b43-26a0-42cf-b63b-d67bfb251200} TCPHandler: Processed in 0.001760445 sec. 2025.12.24 01:17:44.475865 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.475998 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:17:44.476229 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.476265 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} 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 2025.12.24 01:17:44.476458 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.476511 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.476610 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.24 01:17:44.476667 [ 331 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.476668 [ 319 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.476754 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.476778 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.476833 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.476850 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.476879 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} 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'))" 2025.12.24 01:17:44.476910 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} 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'))" 2025.12.24 01:17:44.477459 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} executeQuery: Read 29 rows, 1.26 KiB in 0.001515 sec., 19141.914191419142 rows/sec., 834.11 KiB/sec. 2025.12.24 01:17:44.477564 [ 255 ] {c5d23a33-d59c-451a-bd82-49e44fb80fb2} TCPHandler: Processed in 0.001748626 sec. 2025.12.24 01:17:44.477808 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.477944 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:17:44.478160 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.478195 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} 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 2025.12.24 01:17:44.478391 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.478444 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.478542 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.24 01:17:44.478600 [ 306 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.478605 [ 319 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.478695 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.478720 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.478776 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.478794 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.478824 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} 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'))" 2025.12.24 01:17:44.478854 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} 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'))" 2025.12.24 01:17:44.479457 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} executeQuery: Read 29 rows, 1.26 KiB in 0.001568 sec., 18494.897959183672 rows/sec., 805.91 KiB/sec. 2025.12.24 01:17:44.479561 [ 255 ] {3ae4b6a6-e563-4645-9055-3075c6a2d33a} TCPHandler: Processed in 0.001802286 sec. 2025.12.24 01:17:44.479796 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.479932 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:17:44.480143 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.480179 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} 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 2025.12.24 01:17:44.480402 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.480455 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.480553 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.24 01:17:44.480612 [ 334 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.480616 [ 331 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.480707 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.480733 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.480788 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.480805 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.480834 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} 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'))" 2025.12.24 01:17:44.480883 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} 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'))" 2025.12.24 01:17:44.481419 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} executeQuery: Read 29 rows, 1.26 KiB in 0.001542 sec., 18806.74448767834 rows/sec., 819.50 KiB/sec. 2025.12.24 01:17:44.481523 [ 255 ] {a78b54c3-a44e-4169-8eb1-cc47c800f667} TCPHandler: Processed in 0.001777856 sec. 2025.12.24 01:17:44.481762 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.481898 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:17:44.482132 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:17:44.482168 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} 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 2025.12.24 01:17:44.482369 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.482422 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:17:44.482520 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.24 01:17:44.482575 [ 306 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:17:44.482577 [ 334 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:17:44.482657 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:17:44.482683 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:17:44.482737 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:17:44.482754 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.12.24 01:17:44.482783 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} 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'))" 2025.12.24 01:17:44.482821 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} 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'))" 2025.12.24 01:17:44.483342 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} executeQuery: Read 29 rows, 1.26 KiB in 0.001499 sec., 19346.230820547033 rows/sec., 843.01 KiB/sec. 2025.12.24 01:17:44.483443 [ 255 ] {e9cf5f98-5e0c-4ab9-bf00-ee4cde204c66} TCPHandler: Processed in 0.001732005 sec. 2025.12.24 01:17:44.577795 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.577952 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 01:17:44.578018 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:17:44.578787 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.578831 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.579294 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:44.579511 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.579661 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} executeQuery: Read 7 rows, 1.44 KiB in 0.001751 sec., 3997.7155910908054 rows/sec., 822.07 KiB/sec. 2025.12.24 01:17:44.579711 [ 255 ] {a9aad2d6-5cec-4e9f-907a-35fd6985325d} TCPHandler: Processed in 0.00202257 sec. 2025.12.24 01:17:44.579850 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.579952 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.579996 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:17:44.580460 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.580497 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.580831 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:44.581047 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.581176 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} executeQuery: Read 24 rows, 2.04 KiB in 0.001249 sec., 19215.372297838272 rows/sec., 1.59 MiB/sec. 2025.12.24 01:17:44.581214 [ 255 ] {475c4e3b-86b8-4c62-a824-7e2e6a039871} TCPHandler: Processed in 0.001414569 sec. 2025.12.24 01:17:44.581336 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.581432 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:17:44.581473 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:17:44.581895 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.581930 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.582221 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:44.582437 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.582562 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} executeQuery: Read 16 rows, 1.30 KiB in 0.001149 sec., 13925.15230635335 rows/sec., 1.11 MiB/sec. 2025.12.24 01:17:44.582601 [ 255 ] {337dd2ad-f158-47a3-b281-1b2cd5bcc7d1} TCPHandler: Processed in 0.001315827 sec. 2025.12.24 01:17:44.582716 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.582811 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:44.582850 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:44.584066 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.584102 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.584616 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:17:44.584829 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.584956 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} executeQuery: Read 1405 rows, 120.77 KiB in 0.002164 sec., 649260.628465804 rows/sec., 54.50 MiB/sec. 2025.12.24 01:17:44.584993 [ 255 ] {458c8dd3-4cf0-4c75-b142-b3e34037dd8a} TCPHandler: Processed in 0.002328287 sec. 2025.12.24 01:17:44.585101 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.585203 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.585245 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:17:44.585676 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.585712 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.586031 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:44.586253 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.586378 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} executeQuery: Read 68 rows, 5.09 KiB in 0.001194 sec., 56951.42378559464 rows/sec., 4.16 MiB/sec. 2025.12.24 01:17:44.586416 [ 255 ] {85150a31-f003-4ab7-b092-4c3c6ba52c19} TCPHandler: Processed in 0.001365918 sec. 2025.12.24 01:17:44.586533 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.586629 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.586668 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:17:44.587139 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.587174 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.587489 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:44.587694 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.587815 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} executeQuery: Read 253 rows, 17.91 KiB in 0.001205 sec., 209958.5062240664 rows/sec., 14.52 MiB/sec. 2025.12.24 01:17:44.587850 [ 255 ] {8cdb8510-37d5-45a5-adfe-e8261b94c5ef} TCPHandler: Processed in 0.001372478 sec. 2025.12.24 01:17:44.587963 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.588058 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.588097 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:17:44.588488 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.588523 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.588810 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:44.589013 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.589136 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} executeQuery: Read 12 rows, 960.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 855.38 KiB/sec. 2025.12.24 01:17:44.589173 [ 255 ] {8fb77192-c17d-4539-ace6-25f7c5f48890} TCPHandler: Processed in 0.001260266 sec. 2025.12.24 01:17:44.589290 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.589407 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:44.589455 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:44.590169 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.590212 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.590579 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:17:44.590791 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.590917 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} executeQuery: Read 615 rows, 47.41 KiB in 0.001534 sec., 400912.6466753585 rows/sec., 30.18 MiB/sec. 2025.12.24 01:17:44.590954 [ 255 ] {98ba6521-24b7-4ad0-9754-f9de35f8132f} TCPHandler: Processed in 0.001724215 sec. 2025.12.24 01:17:44.591061 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.591161 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.591212 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:44.592398 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.592439 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.593153 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:17:44.593462 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.593625 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} executeQuery: Read 2598 rows, 178.33 KiB in 0.002483 sec., 1046314.9416028997 rows/sec., 70.14 MiB/sec. 2025.12.24 01:17:44.593670 [ 255 ] {f185e726-bf10-464f-932f-0126101f783f} TCPHandler: Processed in 0.002657824 sec. 2025.12.24 01:17:44.593802 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.593918 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.593971 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:17:44.594361 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.594396 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.594715 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:17:44.594934 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.595053 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} executeQuery: Read 1 rows, 65.00 B in 0.001161 sec., 861.3264427217916 rows/sec., 54.67 KiB/sec. 2025.12.24 01:17:44.595092 [ 255 ] {00277007-7ce2-4509-a102-61ed6d497077} TCPHandler: Processed in 0.001348458 sec. 2025.12.24 01:17:44.595197 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.595297 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.595352 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:17:44.596213 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.596249 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.596844 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:44.597078 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.597210 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} executeQuery: Read 40 rows, 73.40 KiB in 0.001932 sec., 20703.933747412008 rows/sec., 37.10 MiB/sec. 2025.12.24 01:17:44.597261 [ 255 ] {46c321c5-0785-4469-9dfa-6ab35333aacf} TCPHandler: Processed in 0.002114133 sec. 2025.12.24 01:17:44.597371 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.597467 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.597507 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 01:17:44.597845 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.597880 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.598173 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:17:44.598390 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.598513 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} executeQuery: Read 3 rows, 217.00 B in 0.001066 sec., 2814.258911819887 rows/sec., 198.79 KiB/sec. 2025.12.24 01:17:44.598551 [ 255 ] {727b71ec-e6d6-4cc2-8330-f992fa120e42} TCPHandler: Processed in 0.001227425 sec. 2025.12.24 01:17:44.598660 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:44.598752 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:44.598793 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:44.599121 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:44.599157 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:44.599466 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:17:44.599682 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:44.599803 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} executeQuery: Read 24 rows, 1.66 KiB in 0.001069 sec., 22450.88868101029 rows/sec., 1.51 MiB/sec. 2025.12.24 01:17:44.599837 [ 255 ] {c51d9970-9842-4790-8e14-bee0bb72e67d} TCPHandler: Processed in 0.001225915 sec. 2025.12.24 01:17:46.767072 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 338 2025.12.24 01:17:46.770098 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:46.770156 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:46.771458 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:17:46.771740 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:46.772093 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 338 2025.12.24 01:17:48.140224 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:48.140414 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:48.140501 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:48.141187 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:48.141240 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:48.141667 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:17:48.141911 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:48.142078 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} executeQuery: Read 56 rows, 4.41 KiB in 0.001717 sec., 32615.026208503205 rows/sec., 2.51 MiB/sec. 2025.12.24 01:17:48.142128 [ 255 ] {4e3f0e6f-2c11-4b9e-839c-d306da74e9a1} TCPHandler: Processed in 0.002037041 sec. 2025.12.24 01:17:48.142273 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:48.142380 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:48.142430 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:48.142874 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:48.142913 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:48.143247 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:17:48.143471 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:48.143603 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} executeQuery: Read 64 rows, 5.12 KiB in 0.001249 sec., 51240.99279423539 rows/sec., 4.00 MiB/sec. 2025.12.24 01:17:48.143642 [ 255 ] {733a8f50-e01c-46fc-9de1-94e918951785} TCPHandler: Processed in 0.001422979 sec. 2025.12.24 01:17:48.143760 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:48.143864 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:48.143911 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:48.144323 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:48.144362 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:48.144702 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:17:48.144915 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:48.145043 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} executeQuery: Read 96 rows, 6.85 KiB in 0.001235 sec., 77732.79352226721 rows/sec., 5.41 MiB/sec. 2025.12.24 01:17:48.145081 [ 255 ] {ab91abf5-c739-4bf5-aa20-ed2c72154c44} TCPHandler: Processed in 0.001406769 sec. 2025.12.24 01:17:48.145193 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:48.145287 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:48.145328 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:48.145730 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:48.145768 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:48.146092 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:17:48.146344 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:48.146500 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} executeQuery: Read 36 rows, 2.48 KiB in 0.001181 sec., 30482.64182895851 rows/sec., 2.05 MiB/sec. 2025.12.24 01:17:48.146543 [ 255 ] {e9fb316d-5503-47db-bd58-4c9d8315b7db} TCPHandler: Processed in 0.001356148 sec. 2025.12.24 01:17:49.259203 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5244 2025.12.24 01:17:49.259785 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:49.259840 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:49.260414 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:17:49.260656 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:49.260796 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5244 2025.12.24 01:17:49.260815 [ 69 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:17:49.260896 [ 69 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:49.260921 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:49.261050 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:17:49.261173 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:49.261220 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2812 rows starting from the beginning of the part 2025.12.24 01:17:49.261321 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2025.12.24 01:17:49.261379 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2025.12.24 01:17:49.261432 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2025.12.24 01:17:49.261477 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2025.12.24 01:17:49.261518 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2025.12.24 01:17:49.262858 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5244 rows, containing 4 columns (4 merged, 0 gathered) in 0.001864678 sec., 2812281.79878778 rows/sec., 40.23 MiB/sec. 2025.12.24 01:17:49.263545 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:17:49.263786 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:49.263851 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_11_2} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:17:49.263913 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 01:17:49.545860 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.12.24 01:17:49.562701 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:49.562747 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:49.569011 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:17:49.569686 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:49.569967 [ 69 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:17:49.570007 [ 69 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:49.570028 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:49.570156 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:17:49.572850 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.12.24 01:17:49.574085 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:49.575429 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.12.24 01:17:49.579829 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.12.24 01:17:49.584153 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.12.24 01:17:49.588455 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.12.24 01:17:49.593039 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.12.24 01:17:49.597287 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.12.24 01:17:49.648259 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.078166376 sec., 1061.8376371958193 rows/sec., 5.49 MiB/sec. 2025.12.24 01:17:49.650014 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:17:49.651696 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:49.651776 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_11_2} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:17:49.652792 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.12.24 01:17:50.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 208.83 MiB, peak 218.71 MiB, free memory in arenas 0.00 B, will set to 219.25 MiB (RSS), difference: 10.42 MiB 2025.12.24 01:17:53.143213 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:53.143413 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:53.143490 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:53.144156 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:53.144209 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:53.144627 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:17:53.144872 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:53.145029 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} executeQuery: Read 56 rows, 4.41 KiB in 0.001669 sec., 33553.0257639305 rows/sec., 2.58 MiB/sec. 2025.12.24 01:17:53.145080 [ 255 ] {acdb0e8c-34b6-41f3-b003-920ea87b1ed5} TCPHandler: Processed in 0.002011061 sec. 2025.12.24 01:17:53.145212 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:53.145319 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:53.145364 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:53.145821 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:53.145861 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:53.146227 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:17:53.146474 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:53.146611 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} executeQuery: Read 64 rows, 5.12 KiB in 0.001316 sec., 48632.2188449848 rows/sec., 3.80 MiB/sec. 2025.12.24 01:17:53.146651 [ 255 ] {74d15dd9-9edc-42d2-9a2f-2fe787027909} TCPHandler: Processed in 0.00149217 sec. 2025.12.24 01:17:53.146776 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:53.146876 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:53.146924 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:53.147345 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:53.147384 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:53.147728 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:17:53.147940 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:53.148066 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.12.24 01:17:53.148104 [ 255 ] {84112b2f-716c-4083-a98b-e8dabe481e74} TCPHandler: Processed in 0.001378528 sec. 2025.12.24 01:17:53.148214 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:53.148313 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:53.148355 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:53.148694 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:53.148732 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:53.149073 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:17:53.149299 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:53.149425 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2025.12.24 01:17:53.149460 [ 255 ] {39b4c7f7-a12c-47c6-9797-8586c9340842} TCPHandler: Processed in 0.001296166 sec. 2025.12.24 01:17:56.677326 [ 153 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:17:56.677388 [ 153 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:17:56.760908 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5692 2025.12.24 01:17:56.761519 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:56.761579 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:56.762211 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:17:56.762460 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:56.762627 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5692 2025.12.24 01:17:56.772345 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 354 2025.12.24 01:17:56.774243 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:56.774302 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:56.775467 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:56.775740 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:56.776093 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 354 2025.12.24 01:17:57.072953 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.12.24 01:17:57.087991 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:57.088067 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:57.094049 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:17:57.094893 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:57.097868 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.12.24 01:17:58.145561 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:58.145757 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:17:58.145822 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:17:58.146613 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.146663 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.147063 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:17:58.147296 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.147457 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} executeQuery: Read 136 rows, 12.08 KiB in 0.001753 sec., 77581.2892184826 rows/sec., 6.73 MiB/sec. 2025.12.24 01:17:58.147457 [ 28 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:17:58.147505 [ 255 ] {448564d5-33d6-472c-8678-eaccc65f09a2} TCPHandler: Processed in 0.002083022 sec. 2025.12.24 01:17:58.147536 [ 28 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.147563 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.147647 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:58.147709 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:17:58.147757 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:17:58.147808 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:17:58.147867 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:58.147916 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 252 rows starting from the beginning of the part 2025.12.24 01:17:58.148014 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:58.148063 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1405 rows starting from the beginning of the part 2025.12.24 01:17:58.148115 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:58.148162 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2025.12.24 01:17:58.148211 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part 2025.12.24 01:17:58.148266 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.148309 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:17:58.148660 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:58.148902 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.149039 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} executeQuery: Read 40 rows, 3.01 KiB in 0.001307 sec., 30604.437643458303 rows/sec., 2.25 MiB/sec. 2025.12.24 01:17:58.149079 [ 255 ] {0f5a318f-52ee-429f-9c48-c04ed6a9ebf3} TCPHandler: Processed in 0.00148515 sec. 2025.12.24 01:17:58.149201 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:58.149297 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:17:58.149337 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:17:58.149486 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1961 rows, containing 5 columns (5 merged, 0 gathered) in 0.001836787 sec., 1067625.151963728 rows/sec., 93.96 MiB/sec. 2025.12.24 01:17:58.149775 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.149818 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.149830 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:17:58.150188 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:17:58.150221 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.150313 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_16_3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:17:58.150412 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.12.24 01:17:58.150431 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.150542 [ 28 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:17:58.150575 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} executeQuery: Read 104 rows, 8.32 KiB in 0.001297 sec., 80185.04240555127 rows/sec., 6.26 MiB/sec. 2025.12.24 01:17:58.150576 [ 28 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.150617 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.150622 [ 255 ] {06546478-6a57-4fa2-bde0-f6dead0b8aa8} TCPHandler: Processed in 0.00147014 sec. 2025.12.24 01:17:58.150705 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:17:58.150749 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:58.150832 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:58.150847 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:58.150869 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 163 rows starting from the beginning of the part 2025.12.24 01:17:58.150895 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:17:58.150955 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:58.151008 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 615 rows starting from the beginning of the part 2025.12.24 01:17:58.151049 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:58.151090 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2025.12.24 01:17:58.151134 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2025.12.24 01:17:58.151319 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.151360 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:17:58.151734 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:17:58.151971 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.152087 [ 28 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:17:58.152115 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} executeQuery: Read 160 rows, 11.41 KiB in 0.001287 sec., 124320.12432012432 rows/sec., 8.66 MiB/sec. 2025.12.24 01:17:58.152120 [ 28 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.152158 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.152162 [ 255 ] {72e15b3a-938b-4f67-9169-76ff0ba8b384} TCPHandler: Processed in 0.00146147 sec. 2025.12.24 01:17:58.152217 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001551872 sec., 692067.3870009898 rows/sec., 55.83 MiB/sec. 2025.12.24 01:17:58.152238 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:17:58.152297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:58.152351 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:58.152388 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1908 rows starting from the beginning of the part 2025.12.24 01:17:58.152399 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:17:58.152412 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:17:58.152462 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:17:58.152489 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:58.152568 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2598 rows starting from the beginning of the part 2025.12.24 01:17:58.152624 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 96 rows starting from the beginning of the part 2025.12.24 01:17:58.152686 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:58.152755 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2025.12.24 01:17:58.152808 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.152896 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_16_3} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:17:58.152989 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.12.24 01:17:58.153394 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.153436 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:17:58.154135 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:17:58.154401 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.154543 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} executeQuery: Read 40 rows, 73.40 KiB in 0.002162 sec., 18501.387604070307 rows/sec., 33.15 MiB/sec. 2025.12.24 01:17:58.154597 [ 255 ] {08ebe73a-5d87-42e9-beb7-a68edf36fc5f} TCPHandler: Processed in 0.002353807 sec. 2025.12.24 01:17:58.154715 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:17:58.154811 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:17:58.154854 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:17:58.155064 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5082 rows, containing 5 columns (5 merged, 0 gathered) in 0.002861998 sec., 1775682.582587409 rows/sec., 121.99 MiB/sec. 2025.12.24 01:17:58.155194 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.155235 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.155495 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:17:58.155667 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:17:58.155801 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.155892 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_16_3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:17:58.155941 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.155963 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.12.24 01:17:58.156053 [ 28 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:17:58.156079 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} executeQuery: Read 60 rows, 4.14 KiB in 0.001286 sec., 46656.29860031104 rows/sec., 3.14 MiB/sec. 2025.12.24 01:17:58.156080 [ 28 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:17:58.156119 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2025.12.24 01:17:58.156122 [ 255 ] {4dc4014a-55f4-4d57-a655-ead2d5fef5ac} TCPHandler: Processed in 0.001456219 sec. 2025.12.24 01:17:58.156186 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:17:58.156266 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:17:58.156291 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 648 rows starting from the beginning of the part 2025.12.24 01:17:58.156339 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:58.156377 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.12.24 01:17:58.156414 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2025.12.24 01:17:58.156451 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:58.156487 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.12.24 01:17:58.157283 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 888 rows, containing 4 columns (4 merged, 0 gathered) in 0.001124363 sec., 789780.5246170498 rows/sec., 53.23 MiB/sec. 2025.12.24 01:17:58.157490 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:17:58.157789 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:17:58.157861 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_16_3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:17:58.157954 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.12.24 01:18:03.143740 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:03.143937 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:03.144003 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:03.144650 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:03.144698 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:03.145112 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:18:03.145355 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:03.145514 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} executeQuery: Read 56 rows, 4.41 KiB in 0.001626 sec., 34440.34440344403 rows/sec., 2.65 MiB/sec. 2025.12.24 01:18:03.145569 [ 255 ] {5cd28fc2-028a-4973-b684-955b3e8e450f} TCPHandler: Processed in 0.001958239 sec. 2025.12.24 01:18:03.145710 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:03.145817 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:03.145861 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:03.146287 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:03.146324 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:03.146646 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:18:03.146885 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:03.147028 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} executeQuery: Read 64 rows, 5.12 KiB in 0.001234 sec., 51863.85737439222 rows/sec., 4.05 MiB/sec. 2025.12.24 01:18:03.147071 [ 255 ] {36e23b8f-d074-45d1-9c34-c06ebb106f8e} TCPHandler: Processed in 0.001413299 sec. 2025.12.24 01:18:03.147184 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:03.147281 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:03.147326 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:03.147736 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:03.147773 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:03.148128 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:18:03.148344 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:03.148474 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.12.24 01:18:03.148510 [ 255 ] {3d60e151-33a7-4d4a-8ea3-e6ca2a7d0f0d} TCPHandler: Processed in 0.001376238 sec. 2025.12.24 01:18:03.148611 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:03.148709 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:03.148752 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:03.149070 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:03.149106 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:03.149429 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:18:03.149648 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:03.149781 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2025.12.24 01:18:03.149817 [ 255 ] {4a750a88-c905-4e4d-982f-3c5181179023} TCPHandler: Processed in 0.001255076 sec. 2025.12.24 01:18:04.262746 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6204 2025.12.24 01:18:04.263306 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:04.263356 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:04.263896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:18:04.264139 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:04.264277 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6204 2025.12.24 01:18:04.597982 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.12.24 01:18:04.615234 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:04.615301 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:04.621034 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:18:04.621729 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:04.624700 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.12.24 01:18:06.776286 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 374 2025.12.24 01:18:06.778630 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:06.778688 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:06.779874 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:18:06.780145 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:06.780497 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 374 2025.12.24 01:18:08.146212 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:08.146392 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:08.146460 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:08.147219 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:08.147270 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:08.147693 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:18:08.147931 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:08.148106 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} executeQuery: Read 136 rows, 12.08 KiB in 0.001766 sec., 77010.19252548131 rows/sec., 6.68 MiB/sec. 2025.12.24 01:18:08.148157 [ 255 ] {62dad963-e6de-4630-bf38-9851d11e7d71} TCPHandler: Processed in 0.002077142 sec. 2025.12.24 01:18:08.148299 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:08.148405 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:18:08.148449 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:18:08.148923 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:08.148959 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:08.149277 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:18:08.149488 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:08.149623 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} executeQuery: Read 40 rows, 3.01 KiB in 0.001244 sec., 32154.34083601286 rows/sec., 2.36 MiB/sec. 2025.12.24 01:18:08.149662 [ 255 ] {fe6eccb0-0e4b-434f-a7d5-053b48fcdd97} TCPHandler: Processed in 0.001417379 sec. 2025.12.24 01:18:08.149795 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:08.149893 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:08.149935 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:08.150383 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:08.150418 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:08.150732 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:18:08.150960 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:08.151092 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} executeQuery: Read 104 rows, 8.32 KiB in 0.00122 sec., 85245.90163934427 rows/sec., 6.66 MiB/sec. 2025.12.24 01:18:08.151129 [ 255 ] {57c6bc81-9200-41c7-8ac5-1589c9a32ea1} TCPHandler: Processed in 0.001384048 sec. 2025.12.24 01:18:08.151250 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:08.151346 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:08.151390 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:08.151820 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:08.151853 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:08.152192 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:18:08.152409 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:08.152553 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.12.24 01:18:08.152590 [ 255 ] {3a999a0b-1673-4f9c-9bdf-85d1ae60c7ee} TCPHandler: Processed in 0.001388738 sec. 2025.12.24 01:18:08.152717 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:08.152812 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:08.152868 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:18:08.153721 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:08.153756 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:08.154320 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:18:08.154539 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:08.154673 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} executeQuery: Read 40 rows, 73.40 KiB in 0.001879 sec., 21287.919105907396 rows/sec., 38.15 MiB/sec. 2025.12.24 01:18:08.154736 [ 255 ] {1f583267-d29f-47cc-9298-da04d3c2251e} TCPHandler: Processed in 0.002066922 sec. 2025.12.24 01:18:08.154852 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:08.154947 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:08.154988 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:08.155328 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:08.155362 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:08.155704 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:18:08.155927 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:08.156058 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.12.24 01:18:08.156094 [ 255 ] {7e4822fe-e312-4349-9ff5-62e3e3c65e66} TCPHandler: Processed in 0.001289416 sec. 2025.12.24 01:18:11.677437 [ 65 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:18:11.677503 [ 65 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:18:11.764401 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6652 2025.12.24 01:18:11.764942 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:11.764996 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:11.765502 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:18:11.765736 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:11.765877 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6652 2025.12.24 01:18:12.124812 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.12.24 01:18:12.141739 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:12.141800 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:12.147987 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:18:12.148752 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:12.152223 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.12.24 01:18:13.143979 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:13.144173 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:13.144250 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:13.145018 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:13.145074 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:13.145657 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:18:13.145913 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:13.146092 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} executeQuery: Read 56 rows, 4.41 KiB in 0.001973 sec., 28383.17283324886 rows/sec., 2.18 MiB/sec. 2025.12.24 01:18:13.146147 [ 255 ] {db2cfc01-993a-4180-93f3-9a82bdaeb962} TCPHandler: Processed in 0.002304156 sec. 2025.12.24 01:18:13.146286 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:13.146392 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:13.146438 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:13.146940 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:13.146985 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:13.147631 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:18:13.148587 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:13.148771 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} executeQuery: Read 64 rows, 5.12 KiB in 0.002403 sec., 26633.374947981687 rows/sec., 2.08 MiB/sec. 2025.12.24 01:18:13.148824 [ 255 ] {0a3e5b06-a33c-4df9-80a0-fd247053acb6} TCPHandler: Processed in 0.002590362 sec. 2025.12.24 01:18:13.149061 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:13.149186 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:13.149248 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:13.149815 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:13.149855 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:13.150213 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:18:13.150451 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:13.150637 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} executeQuery: Read 160 rows, 11.41 KiB in 0.001484 sec., 107816.71159029649 rows/sec., 7.51 MiB/sec. 2025.12.24 01:18:13.150689 [ 255 ] {ae8adbb1-c099-492e-8402-9bc229ecdc65} TCPHandler: Processed in 0.001694454 sec. 2025.12.24 01:18:13.150830 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:13.150932 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:13.150978 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:13.151331 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:13.151371 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:13.151696 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:18:13.151927 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:13.152056 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2025.12.24 01:18:13.152093 [ 255 ] {30a2bfe1-d612-4a7c-ad86-301a11378890} TCPHandler: Processed in 0.001314987 sec. 2025.12.24 01:18:16.780697 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 394 2025.12.24 01:18:16.782785 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:16.782840 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:16.784074 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:18:16.784353 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:16.784724 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 394 2025.12.24 01:18:18.173922 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.174097 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:18:18.174163 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:18:18.174770 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.174817 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.175210 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:18:18.175451 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.175596 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} executeQuery: Read 2 rows, 167.00 B in 0.001549 sec., 1291.1555842479017 rows/sec., 105.28 KiB/sec. 2025.12.24 01:18:18.175636 [ 255 ] {ed9d5464-b214-4a91-a1f4-aa0cbae0879f} TCPHandler: Processed in 0.001845688 sec. 2025.12.24 01:18:18.175757 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.175853 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:18.175892 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:18.176978 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.177015 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.177477 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:18:18.177700 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.177824 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} executeQuery: Read 1277 rows, 108.71 KiB in 0.001992 sec., 641064.2570281125 rows/sec., 53.30 MiB/sec. 2025.12.24 01:18:18.177860 [ 255 ] {b563da80-9e9c-4244-8864-8e019af543bd} TCPHandler: Processed in 0.002155724 sec. 2025.12.24 01:18:18.177962 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.178050 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:18:18.178088 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:18:18.178469 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.178504 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.178877 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:18:18.179096 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.179220 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} executeQuery: Read 42 rows, 3.15 KiB in 0.001171 sec., 35866.780529462 rows/sec., 2.62 MiB/sec. 2025.12.24 01:18:18.179259 [ 255 ] {b8f9cde1-08e0-4c0b-8448-2f74980fdbbc} TCPHandler: Processed in 0.001333697 sec. 2025.12.24 01:18:18.179382 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.179503 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:18:18.179552 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:18:18.180124 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.180169 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.180555 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:18:18.180772 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.180899 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} executeQuery: Read 228 rows, 15.81 KiB in 0.001421 sec., 160450.38705137226 rows/sec., 10.86 MiB/sec. 2025.12.24 01:18:18.180938 [ 255 ] {34267e8d-ed44-4fbc-832a-b5dd2049d115} TCPHandler: Processed in 0.001619203 sec. 2025.12.24 01:18:18.181050 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.181144 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:18.181184 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:18.181781 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.181823 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.182168 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:18:18.182377 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.182502 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} executeQuery: Read 562 rows, 42.77 KiB in 0.001376 sec., 408430.23255813954 rows/sec., 30.35 MiB/sec. 2025.12.24 01:18:18.182539 [ 255 ] {0adb9f0e-d4be-4359-8b77-46e8c02c811e} TCPHandler: Processed in 0.001540462 sec. 2025.12.24 01:18:18.182652 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.182752 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:18.182796 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:18.183345 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.183381 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.183761 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:18:18.183981 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.184110 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} executeQuery: Read 839 rows, 57.83 KiB in 0.001377 sec., 609295.5700798838 rows/sec., 41.01 MiB/sec. 2025.12.24 01:18:18.184148 [ 255 ] {393343db-4fe7-4b43-84ec-e8c1f88fff71} TCPHandler: Processed in 0.001547441 sec. 2025.12.24 01:18:18.184267 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.184361 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:18.184416 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:18:18.185249 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.185286 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.185900 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:18:18.186126 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.186267 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} executeQuery: Read 40 rows, 73.40 KiB in 0.001924 sec., 20790.02079002079 rows/sec., 37.25 MiB/sec. 2025.12.24 01:18:18.186333 [ 255 ] {86ebb7a8-c14d-44b0-b3f3-00e38728ee42} TCPHandler: Processed in 0.002116073 sec. 2025.12.24 01:18:18.186450 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:18.186545 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:18.186587 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:18.186921 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:18.186958 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:18.187260 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:18:18.187467 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:18.187593 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.12.24 01:18:18.187630 [ 255 ] {ff5c8d4b-814c-4719-bf7f-4629fc8e094d} TCPHandler: Processed in 0.001231365 sec. 2025.12.24 01:18:19.266078 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7164 2025.12.24 01:18:19.266575 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:19.266623 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:19.267227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:18:19.267478 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:19.267626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7164 2025.12.24 01:18:19.652420 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.12.24 01:18:19.669441 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:19.669507 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:19.675154 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:18:19.675883 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:19.678918 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.12.24 01:18:23.144043 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:23.144242 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:23.144317 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:23.145038 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.145085 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.145466 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:18:23.145699 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.145856 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} executeQuery: Read 56 rows, 4.41 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.58 MiB/sec. 2025.12.24 01:18:23.145836 [ 129 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:18:23.145907 [ 255 ] {62d28b5b-8d73-400a-b65a-721336b061f2} TCPHandler: Processed in 0.00200517 sec. 2025.12.24 01:18:23.145946 [ 129 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.146000 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.146048 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:23.146157 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:23.146165 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:18:23.146202 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:23.146367 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:23.146427 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1406 rows starting from the beginning of the part 2025.12.24 01:18:23.146572 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2025.12.24 01:18:23.146653 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 136 rows starting from the beginning of the part 2025.12.24 01:18:23.146732 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2025.12.24 01:18:23.146740 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.146801 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.146805 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1277 rows starting from the beginning of the part 2025.12.24 01:18:23.146863 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2025.12.24 01:18:23.147160 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:18:23.147394 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.147512 [ 129 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:18:23.147534 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. 2025.12.24 01:18:23.147552 [ 129 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.147578 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.147579 [ 255 ] {027ade49-aa87-443c-9439-2614b9a8f69a} TCPHandler: Processed in 0.001584782 sec. 2025.12.24 01:18:23.147669 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:18:23.147718 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:23.147782 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:23.147813 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part 2025.12.24 01:18:23.147825 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:23.147864 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2025.12.24 01:18:23.147876 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:23.147913 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2025.12.24 01:18:23.147959 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2025.12.24 01:18:23.147997 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 562 rows starting from the beginning of the part 2025.12.24 01:18:23.148038 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2025.12.24 01:18:23.148306 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2987 rows, containing 5 columns (5 merged, 0 gathered) in 0.002225606 sec., 1342106.3746233608 rows/sec., 116.94 MiB/sec. 2025.12.24 01:18:23.148324 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.148363 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.148621 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:18:23.148863 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:18:23.148958 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328767 sec., 1121340.3102274514 rows/sec., 88.95 MiB/sec. 2025.12.24 01:18:23.148984 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.149079 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_21_4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:18:23.149137 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:18:23.149138 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.149190 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:18:23.149264 [ 129 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:18:23.149291 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} executeQuery: Read 160 rows, 11.41 KiB in 0.001489 sec., 107454.66756212222 rows/sec., 7.48 MiB/sec. 2025.12.24 01:18:23.149299 [ 129 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.149335 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.149335 [ 255 ] {8c2b0127-ae92-4c6e-82fd-47da80b31faf} TCPHandler: Processed in 0.001669154 sec. 2025.12.24 01:18:23.149406 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:18:23.149414 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.149465 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:23.149502 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:23.149511 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_21_4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:18:23.149533 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5082 rows starting from the beginning of the part 2025.12.24 01:18:23.149570 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:23.149581 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:23.149607 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:18:23.149621 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:23.149629 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:23.149688 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:23.149723 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 839 rows starting from the beginning of the part 2025.12.24 01:18:23.149761 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:23.149976 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.150018 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.150334 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:18:23.150571 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.150676 [ 129 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:18:23.150706 [ 129 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:23.150709 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.12.24 01:18:23.150724 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:23.150757 [ 255 ] {f7bf6665-26af-4ded-8a6c-097da954e8ad} TCPHandler: Processed in 0.001342738 sec. 2025.12.24 01:18:23.150827 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:18:23.150931 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:23.150963 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 888 rows starting from the beginning of the part 2025.12.24 01:18:23.151040 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:23.151088 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:23.151130 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:23.151175 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:23.151224 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:23.151794 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6561 rows, containing 5 columns (5 merged, 0 gathered) in 0.00241566 sec., 2716027.9178361194 rows/sec., 186.36 MiB/sec. 2025.12.24 01:18:23.152113 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.001323717 sec., 897472.7981887367 rows/sec., 60.48 MiB/sec. 2025.12.24 01:18:23.152264 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:18:23.152329 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:18:23.152562 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.152642 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_21_4} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:18:23.152661 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:23.152714 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.12.24 01:18:23.152735 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_21_4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:18:23.152818 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2025.12.24 01:18:26.677559 [ 88 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:18:26.677661 [ 88 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:18:26.767724 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7612 2025.12.24 01:18:26.768219 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:26.768266 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:26.768744 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:18:26.768977 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:26.769113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7612 2025.12.24 01:18:26.769114 [ 88 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:18:26.769184 [ 88 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:26.769203 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:26.769297 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:18:26.769396 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:26.769428 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5244 rows starting from the beginning of the part 2025.12.24 01:18:26.769485 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2025.12.24 01:18:26.769530 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2025.12.24 01:18:26.769569 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2025.12.24 01:18:26.769609 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2025.12.24 01:18:26.769648 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2025.12.24 01:18:26.770984 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7612 rows, containing 4 columns (4 merged, 0 gathered) in 0.001727925 sec., 4405283.794146158 rows/sec., 63.02 MiB/sec. 2025.12.24 01:18:26.771522 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:18:26.771764 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:26.771831 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_16_3} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:18:26.771900 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.24 01:18:26.784928 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 418 2025.12.24 01:18:26.787073 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:26.787129 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:26.788323 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:18:26.788599 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:26.788752 [ 88 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:18:26.788803 [ 88 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:26.788822 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:26.788920 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:18:26.788984 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 418 2025.12.24 01:18:26.789496 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:26.789663 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part 2025.12.24 01:18:26.790065 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 62 rows starting from the beginning of the part 2025.12.24 01:18:26.790397 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2025.12.24 01:18:26.790732 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part 2025.12.24 01:18:26.791063 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2025.12.24 01:18:26.791396 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.12.24 01:18:26.797313 [ 193 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 418 rows, containing 72 columns (72 merged, 0 gathered) in 0.008437161 sec., 49542.73125758771 rows/sec., 46.03 MiB/sec. 2025.12.24 01:18:26.798260 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:18:26.798908 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:26.799003 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_11_2} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:18:26.799263 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2025.12.24 01:18:27.001274 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000895228 sec. 2025.12.24 01:18:27.178993 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.12.24 01:18:27.195329 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:27.195383 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:27.201720 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:18:27.202417 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:27.202703 [ 173 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:18:27.202746 [ 173 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:27.202768 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:27.202904 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:18:27.205534 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.12.24 01:18:27.207009 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:27.208534 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.12.24 01:18:27.213220 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.12.24 01:18:27.217603 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.12.24 01:18:27.221918 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.12.24 01:18:27.226177 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.12.24 01:18:27.230544 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.12.24 01:18:27.291226 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.088381903 sec., 1369.0585503686202 rows/sec., 7.08 MiB/sec. 2025.12.24 01:18:27.293979 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:18:27.296142 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:27.296252 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_16_3} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:18:27.298198 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.12.24 01:18:28.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.01 MiB, peak 234.98 MiB, free memory in arenas 0.00 B, will set to 233.75 MiB (RSS), difference: 8.74 MiB 2025.12.24 01:18:28.146440 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:28.146658 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:28.146736 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:28.147437 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.147480 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.147898 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:18:28.148128 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.148282 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} executeQuery: Read 136 rows, 12.08 KiB in 0.001677 sec., 81097.19737626714 rows/sec., 7.03 MiB/sec. 2025.12.24 01:18:28.148329 [ 255 ] {c1f5199c-8999-4074-aa88-416ffd79451f} TCPHandler: Processed in 0.002030511 sec. 2025.12.24 01:18:28.148448 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:28.148551 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:18:28.148594 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:18:28.149012 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.149048 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.149355 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:18:28.149573 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.149670 [ 173 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:18:28.149699 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} executeQuery: Read 40 rows, 3.01 KiB in 0.001171 sec., 34158.838599487615 rows/sec., 2.51 MiB/sec. 2025.12.24 01:18:28.149703 [ 173 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.149731 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.149738 [ 255 ] {9b682b2c-7d20-492d-b277-3402b88d1e01} TCPHandler: Processed in 0.001341858 sec. 2025.12.24 01:18:28.149821 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:18:28.149840 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:28.149920 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:28.149938 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:28.149958 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 59 rows starting from the beginning of the part 2025.12.24 01:18:28.149978 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:28.150022 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 68 rows starting from the beginning of the part 2025.12.24 01:18:28.150073 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.150118 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.150160 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2025.12.24 01:18:28.150201 [ 194 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.150404 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.150440 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.150830 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:18:28.151025 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 289 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240425 sec., 232984.66251486386 rows/sec., 17.96 MiB/sec. 2025.12.24 01:18:28.151050 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.151192 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} executeQuery: Read 104 rows, 8.32 KiB in 0.001273 sec., 81696.7792615868 rows/sec., 6.38 MiB/sec. 2025.12.24 01:18:28.151231 [ 255 ] {156fbfa5-5ae7-4282-8e00-c39526d3eebf} TCPHandler: Processed in 0.001439959 sec. 2025.12.24 01:18:28.151244 [ 199 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:18:28.151348 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:28.151449 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:28.151495 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:28.151578 [ 199 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.151668 [ 199 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_11_2} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:18:28.151768 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.24 01:18:28.151904 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.151948 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.152291 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:18:28.152510 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.152639 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.12.24 01:18:28.152676 [ 255 ] {86c0e6a7-fca2-4928-9b3f-7aee6939f70c} TCPHandler: Processed in 0.001377028 sec. 2025.12.24 01:18:28.152776 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:28.152871 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:28.152926 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:18:28.153707 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.153742 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.154331 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:18:28.154555 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.154652 [ 173 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 01:18:28.154680 [ 173 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.154688 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} executeQuery: Read 40 rows, 73.40 KiB in 0.001835 sec., 21798.365122615804 rows/sec., 39.06 MiB/sec. 2025.12.24 01:18:28.154698 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.154740 [ 255 ] {50b33ad1-e72a-4487-b1b4-99ad43b6ce41} TCPHandler: Processed in 0.002011881 sec. 2025.12.24 01:18:28.154766 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.24 01:18:28.154851 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:28.154948 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:28.154952 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:28.154992 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:28.155009 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part 2025.12.24 01:18:28.155120 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.155218 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.155313 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.155327 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:28.155363 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:28.155406 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.155499 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.12.24 01:18:28.155674 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:18:28.155892 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.156016 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 01:18:28.156053 [ 255 ] {de678679-02a0-4b10-9d5a-3ea49824aaee} TCPHandler: Processed in 0.001251406 sec. 2025.12.24 01:18:28.158200 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 19 columns (19 merged, 0 gathered) in 0.00346216 sec., 90694.82635117961 rows/sec., 162.52 MiB/sec. 2025.12.24 01:18:28.158758 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 01:18:28.159062 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:28.159127 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_11_2} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 01:18:28.159197 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2025.12.24 01:18:33.143607 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:33.143805 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:33.143874 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:33.144547 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:33.144597 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:33.145002 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:18:33.145270 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:33.145429 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} executeQuery: Read 56 rows, 4.41 KiB in 0.001672 sec., 33492.82296650718 rows/sec., 2.57 MiB/sec. 2025.12.24 01:18:33.145482 [ 255 ] {9f882284-6b46-4b6c-9dd4-fdba58a5b710} TCPHandler: Processed in 0.002007871 sec. 2025.12.24 01:18:33.145614 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:33.145720 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:33.145764 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:33.146218 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:33.146258 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:33.146580 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:18:33.146802 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:33.146945 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} executeQuery: Read 64 rows, 5.12 KiB in 0.001249 sec., 51240.99279423539 rows/sec., 4.00 MiB/sec. 2025.12.24 01:18:33.146986 [ 255 ] {f2918d37-14fa-4ab6-8590-a9cc12b34715} TCPHandler: Processed in 0.001425668 sec. 2025.12.24 01:18:33.147110 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:33.147209 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:33.147254 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:33.147673 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:33.147711 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:33.148057 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:18:33.148271 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:33.148396 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.12.24 01:18:33.148433 [ 255 ] {aa78cf3e-b27e-4313-bde1-92d27fc54279} TCPHandler: Processed in 0.001374188 sec. 2025.12.24 01:18:33.148533 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:33.148627 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:33.148668 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:33.149008 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:33.149045 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:33.149351 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:18:33.149583 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:33.149709 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.12.24 01:18:33.149745 [ 255 ] {a42e9257-0adb-416d-aeeb-7ae8cc44c2f3} TCPHandler: Processed in 0.001260555 sec. 2025.12.24 01:18:34.269205 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8124 2025.12.24 01:18:34.269718 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:34.269765 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:34.270251 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:18:34.270486 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:34.270632 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8124 2025.12.24 01:18:34.705618 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.12.24 01:18:34.720256 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:34.720312 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:34.726495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:18:34.727197 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:34.729832 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.12.24 01:18:36.497842 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50287 2025.12.24 01:18:36.497963 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.497996 [ 288 ] {} TCP-Session: 405f5f90-3073-4b5b-86ce-53ae85ef31bd Authenticating user 'default' from [fd00:1122:3344:101::e]:50287 2025.12.24 01:18:36.498021 [ 288 ] {} TCP-Session: 405f5f90-3073-4b5b-86ce-53ae85ef31bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498037 [ 288 ] {} TCP-Session: 405f5f90-3073-4b5b-86ce-53ae85ef31bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498278 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65152 2025.12.24 01:18:36.498311 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33673 2025.12.24 01:18:36.498325 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59010 2025.12.24 01:18:36.498367 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58315 2025.12.24 01:18:36.498406 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.498428 [ 288 ] {} TCP-Session: 405f5f90-3073-4b5b-86ce-53ae85ef31bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:36.498449 [ 289 ] {} TCP-Session: c2656a68-9456-4d21-b1f0-851f4b1d2d75 Authenticating user 'default' from [fd00:1122:3344:101::e]:65152 2025.12.24 01:18:36.498360 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62152 2025.12.24 01:18:36.498486 [ 289 ] {} TCP-Session: c2656a68-9456-4d21-b1f0-851f4b1d2d75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498334 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43244 2025.12.24 01:18:36.498520 [ 289 ] {} TCP-Session: c2656a68-9456-4d21-b1f0-851f4b1d2d75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498323 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59585 2025.12.24 01:18:36.498347 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49663 2025.12.24 01:18:36.498605 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.498623 [ 288 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} executeQuery: (from [fd00:1122:3344:101::e]:50287) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:18:36.498636 [ 290 ] {} TCP-Session: 613b8dd9-c418-4262-b8fb-aeae15a13b47 Authenticating user 'default' from [fd00:1122:3344:101::e]:33673 2025.12.24 01:18:36.498672 [ 290 ] {} TCP-Session: 613b8dd9-c418-4262-b8fb-aeae15a13b47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498685 [ 290 ] {} TCP-Session: 613b8dd9-c418-4262-b8fb-aeae15a13b47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498779 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.498810 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.498815 [ 293 ] {} TCP-Session: 13f09c2d-28fb-4ddb-b4d0-17b12bfd8f8b Authenticating user 'default' from [fd00:1122:3344:101::e]:43244 2025.12.24 01:18:36.498848 [ 294 ] {} TCP-Session: 41ea6203-f545-4ab5-9a3d-f10659959e32 Authenticating user 'default' from [fd00:1122:3344:101::e]:49663 2025.12.24 01:18:36.498853 [ 293 ] {} TCP-Session: 13f09c2d-28fb-4ddb-b4d0-17b12bfd8f8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498876 [ 294 ] {} TCP-Session: 41ea6203-f545-4ab5-9a3d-f10659959e32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498892 [ 293 ] {} TCP-Session: 13f09c2d-28fb-4ddb-b4d0-17b12bfd8f8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498904 [ 294 ] {} TCP-Session: 41ea6203-f545-4ab5-9a3d-f10659959e32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.498948 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.498963 [ 288 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:18:36.498980 [ 286 ] {} TCP-Session: ab27d282-9ca2-4e6b-8849-dafd9adddc53 Authenticating user 'default' from [fd00:1122:3344:101::e]:58315 2025.12.24 01:18:36.499010 [ 286 ] {} TCP-Session: ab27d282-9ca2-4e6b-8849-dafd9adddc53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499023 [ 286 ] {} TCP-Session: ab27d282-9ca2-4e6b-8849-dafd9adddc53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499032 [ 288 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:18:36.499169 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.499199 [ 3 ] {} TCP-Session: 4b59b9d0-adb9-42a3-986d-af12cae5a505 Authenticating user 'default' from [fd00:1122:3344:101::e]:62152 2025.12.24 01:18:36.499206 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.499218 [ 3 ] {} TCP-Session: 4b59b9d0-adb9-42a3-986d-af12cae5a505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499240 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.499251 [ 3 ] {} TCP-Session: 4b59b9d0-adb9-42a3-986d-af12cae5a505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499253 [ 291 ] {} TCP-Session: 075f6f29-848f-4e15-95c8-c715d3e02347 Authenticating user 'default' from [fd00:1122:3344:101::e]:59010 2025.12.24 01:18:36.499272 [ 292 ] {} TCP-Session: e2468ee4-cc47-4290-b78e-35fef69f9445 Authenticating user 'default' from [fd00:1122:3344:101::e]:59585 2025.12.24 01:18:36.499303 [ 291 ] {} TCP-Session: 075f6f29-848f-4e15-95c8-c715d3e02347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499308 [ 292 ] {} TCP-Session: e2468ee4-cc47-4290-b78e-35fef69f9445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499327 [ 291 ] {} TCP-Session: 075f6f29-848f-4e15-95c8-c715d3e02347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499340 [ 292 ] {} TCP-Session: e2468ee4-cc47-4290-b78e-35fef69f9445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.499372 [ 288 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:18:36.500609 [ 334 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} AggregatingTransform: Aggregating 2025.12.24 01:18:36.500645 [ 334 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} Aggregator: Aggregation method: without_key 2025.12.24 01:18:36.500691 [ 334 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001213275 sec. (824.215 rows/sec., 32.20 KiB/sec.) 2025.12.24 01:18:36.500713 [ 334 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} Aggregator: Merging aggregated data 2025.12.24 01:18:36.501918 [ 288 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} executeQuery: Read 1 rows, 40.00 B in 0.003365 sec., 297.1768202080238 rows/sec., 11.61 KiB/sec. 2025.12.24 01:18:36.502055 [ 288 ] {b710a7e5-c3a4-465b-8f9d-7ece5e781db3} TCPHandler: Processed in 0.003781527 sec. 2025.12.24 01:18:36.502181 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502210 [ 288 ] {} TCP-Session: 405f5f90-3073-4b5b-86ce-53ae85ef31bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502209 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502233 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502255 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502263 [ 286 ] {} TCP-Session: ab27d282-9ca2-4e6b-8849-dafd9adddc53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502286 [ 289 ] {} TCP-Session: c2656a68-9456-4d21-b1f0-851f4b1d2d75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502298 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502307 [ 291 ] {} TCP-Session: 075f6f29-848f-4e15-95c8-c715d3e02347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502333 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502351 [ 292 ] {} TCP-Session: e2468ee4-cc47-4290-b78e-35fef69f9445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502352 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502384 [ 294 ] {} TCP-Session: 41ea6203-f545-4ab5-9a3d-f10659959e32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502314 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502407 [ 3 ] {} TCP-Session: 4b59b9d0-adb9-42a3-986d-af12cae5a505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502276 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.502445 [ 290 ] {} TCP-Session: 613b8dd9-c418-4262-b8fb-aeae15a13b47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.502510 [ 293 ] {} TCP-Session: 13f09c2d-28fb-4ddb-b4d0-17b12bfd8f8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778277 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33010 2025.12.24 01:18:36.778382 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.778410 [ 288 ] {} TCP-Session: 0d00813c-f8d1-42b1-82f3-ec6caffa00c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33010 2025.12.24 01:18:36.778432 [ 288 ] {} TCP-Session: 0d00813c-f8d1-42b1-82f3-ec6caffa00c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778445 [ 288 ] {} TCP-Session: 0d00813c-f8d1-42b1-82f3-ec6caffa00c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778673 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59836 2025.12.24 01:18:36.778690 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62221 2025.12.24 01:18:36.778708 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57452 2025.12.24 01:18:36.778749 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35839 2025.12.24 01:18:36.778777 [ 288 ] {} TCP-Session: 0d00813c-f8d1-42b1-82f3-ec6caffa00c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:36.778786 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.778817 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.778845 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.778858 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.778871 [ 290 ] {} TCP-Session: b430ff2d-63c2-479f-a5a8-f693c3a782e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62221 2025.12.24 01:18:36.778883 [ 291 ] {} TCP-Session: 6c5b90ef-33ed-4189-98b3-c280ca0aae25 Authenticating user 'default' from [fd00:1122:3344:101::e]:57452 2025.12.24 01:18:36.778899 [ 3 ] {} TCP-Session: 29cc7754-f481-4285-ba85-9e8ef30be8bd Authenticating user 'default' from [fd00:1122:3344:101::e]:35839 2025.12.24 01:18:36.778913 [ 290 ] {} TCP-Session: b430ff2d-63c2-479f-a5a8-f693c3a782e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778929 [ 291 ] {} TCP-Session: 6c5b90ef-33ed-4189-98b3-c280ca0aae25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778940 [ 3 ] {} TCP-Session: 29cc7754-f481-4285-ba85-9e8ef30be8bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778959 [ 288 ] {2f296d13-4037-418a-a584-deccd6ad660c} executeQuery: (from [fd00:1122:3344:101::e]:33010) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:18:36.778983 [ 3 ] {} TCP-Session: 29cc7754-f481-4285-ba85-9e8ef30be8bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778970 [ 291 ] {} TCP-Session: 6c5b90ef-33ed-4189-98b3-c280ca0aae25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778847 [ 289 ] {} TCP-Session: e0f3e42f-9529-4555-809f-f3b7111b33a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59836 2025.12.24 01:18:36.778715 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53672 2025.12.24 01:18:36.779061 [ 289 ] {} TCP-Session: e0f3e42f-9529-4555-809f-f3b7111b33a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778709 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46078 2025.12.24 01:18:36.779078 [ 289 ] {} TCP-Session: e0f3e42f-9529-4555-809f-f3b7111b33a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.778959 [ 290 ] {} TCP-Session: b430ff2d-63c2-479f-a5a8-f693c3a782e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779113 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.778758 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62478 2025.12.24 01:18:36.779149 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.779158 [ 293 ] {} TCP-Session: 79dc47a3-9414-4cde-b3af-7b5eef61de08 Authenticating user 'default' from [fd00:1122:3344:101::e]:53672 2025.12.24 01:18:36.779205 [ 292 ] {} TCP-Session: 42312c0c-2100-4ae9-9a62-0e499cb3d01a Authenticating user 'default' from [fd00:1122:3344:101::e]:46078 2025.12.24 01:18:36.779222 [ 293 ] {} TCP-Session: 79dc47a3-9414-4cde-b3af-7b5eef61de08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779232 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.779243 [ 288 ] {2f296d13-4037-418a-a584-deccd6ad660c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:18:36.779240 [ 292 ] {} TCP-Session: 42312c0c-2100-4ae9-9a62-0e499cb3d01a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779284 [ 286 ] {} TCP-Session: 79494e18-23a3-4aae-b88e-b4b939a24dc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:62478 2025.12.24 01:18:36.779305 [ 292 ] {} TCP-Session: 42312c0c-2100-4ae9-9a62-0e499cb3d01a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779322 [ 286 ] {} TCP-Session: 79494e18-23a3-4aae-b88e-b4b939a24dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779257 [ 293 ] {} TCP-Session: 79dc47a3-9414-4cde-b3af-7b5eef61de08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779358 [ 286 ] {} TCP-Session: 79494e18-23a3-4aae-b88e-b4b939a24dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779323 [ 288 ] {2f296d13-4037-418a-a584-deccd6ad660c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:18:36.778735 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38975 2025.12.24 01:18:36.779471 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.779494 [ 294 ] {} TCP-Session: 7cda7124-aa62-4464-8364-a12b8cd502bb Authenticating user 'default' from [fd00:1122:3344:101::e]:38975 2025.12.24 01:18:36.779510 [ 294 ] {} TCP-Session: 7cda7124-aa62-4464-8364-a12b8cd502bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779522 [ 294 ] {} TCP-Session: 7cda7124-aa62-4464-8364-a12b8cd502bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.779711 [ 288 ] {2f296d13-4037-418a-a584-deccd6ad660c} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:18:36.780648 [ 260 ] {2f296d13-4037-418a-a584-deccd6ad660c} AggregatingTransform: Aggregating 2025.12.24 01:18:36.780695 [ 260 ] {2f296d13-4037-418a-a584-deccd6ad660c} Aggregator: Aggregation method: without_key 2025.12.24 01:18:36.780737 [ 260 ] {2f296d13-4037-418a-a584-deccd6ad660c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000920568 sec. (1086.286 rows/sec., 42.43 KiB/sec.) 2025.12.24 01:18:36.780759 [ 260 ] {2f296d13-4037-418a-a584-deccd6ad660c} Aggregator: Merging aggregated data 2025.12.24 01:18:36.782309 [ 288 ] {2f296d13-4037-418a-a584-deccd6ad660c} executeQuery: Read 1 rows, 40.00 B in 0.003402 sec., 293.9447383891828 rows/sec., 11.48 KiB/sec. 2025.12.24 01:18:36.782486 [ 288 ] {2f296d13-4037-418a-a584-deccd6ad660c} TCPHandler: Processed in 0.003824288 sec. 2025.12.24 01:18:36.782604 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782621 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782638 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782657 [ 288 ] {} TCP-Session: 0d00813c-f8d1-42b1-82f3-ec6caffa00c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782653 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782674 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782703 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782735 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782745 [ 292 ] {} TCP-Session: 42312c0c-2100-4ae9-9a62-0e499cb3d01a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782730 [ 289 ] {} TCP-Session: e0f3e42f-9529-4555-809f-f3b7111b33a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782772 [ 291 ] {} TCP-Session: 6c5b90ef-33ed-4189-98b3-c280ca0aae25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782778 [ 3 ] {} TCP-Session: 29cc7754-f481-4285-ba85-9e8ef30be8bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782718 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782687 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.782857 [ 293 ] {} TCP-Session: 79dc47a3-9414-4cde-b3af-7b5eef61de08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782680 [ 290 ] {} TCP-Session: b430ff2d-63c2-479f-a5a8-f693c3a782e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782885 [ 294 ] {} TCP-Session: 7cda7124-aa62-4464-8364-a12b8cd502bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.782669 [ 286 ] {} TCP-Session: 79494e18-23a3-4aae-b88e-b4b939a24dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.789127 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 442 2025.12.24 01:18:36.791442 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:36.791494 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:36.792815 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:18:36.793225 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:36.793603 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 442 2025.12.24 01:18:36.889041 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39451 2025.12.24 01:18:36.889145 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889171 [ 288 ] {} TCP-Session: 79a40404-ddb2-473a-b03e-0aa5d140279e Authenticating user 'default' from [fd00:1122:3344:101::e]:39451 2025.12.24 01:18:36.889193 [ 288 ] {} TCP-Session: 79a40404-ddb2-473a-b03e-0aa5d140279e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889206 [ 288 ] {} TCP-Session: 79a40404-ddb2-473a-b03e-0aa5d140279e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889414 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45691 2025.12.24 01:18:36.889437 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38467 2025.12.24 01:18:36.889462 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48496 2025.12.24 01:18:36.889485 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33308 2025.12.24 01:18:36.889518 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889526 [ 288 ] {} TCP-Session: 79a40404-ddb2-473a-b03e-0aa5d140279e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:36.889551 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889563 [ 289 ] {} TCP-Session: 2aaf39ab-5f66-4ad6-8c3f-8c7305f49c0a Authenticating user 'default' from [fd00:1122:3344:101::e]:45691 2025.12.24 01:18:36.889584 [ 292 ] {} TCP-Session: 3bf88a30-8195-400d-a6fe-f34f8e804baf Authenticating user 'default' from [fd00:1122:3344:101::e]:48496 2025.12.24 01:18:36.889603 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889615 [ 292 ] {} TCP-Session: 3bf88a30-8195-400d-a6fe-f34f8e804baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889638 [ 294 ] {} TCP-Session: ffcdca5f-fed1-4f46-91e0-b515b5c3b1f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33308 2025.12.24 01:18:36.889643 [ 292 ] {} TCP-Session: 3bf88a30-8195-400d-a6fe-f34f8e804baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889604 [ 289 ] {} TCP-Session: 2aaf39ab-5f66-4ad6-8c3f-8c7305f49c0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889670 [ 294 ] {} TCP-Session: ffcdca5f-fed1-4f46-91e0-b515b5c3b1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889693 [ 289 ] {} TCP-Session: 2aaf39ab-5f66-4ad6-8c3f-8c7305f49c0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889707 [ 288 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} executeQuery: (from [fd00:1122:3344:101::e]:39451) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:18:36.889543 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889472 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56304 2025.12.24 01:18:36.889776 [ 291 ] {} TCP-Session: 4bc244e7-47d5-4dda-820f-26eb8a8dd93d Authenticating user 'default' from [fd00:1122:3344:101::e]:38467 2025.12.24 01:18:36.889429 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37224 2025.12.24 01:18:36.889812 [ 291 ] {} TCP-Session: 4bc244e7-47d5-4dda-820f-26eb8a8dd93d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889709 [ 294 ] {} TCP-Session: ffcdca5f-fed1-4f46-91e0-b515b5c3b1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889844 [ 291 ] {} TCP-Session: 4bc244e7-47d5-4dda-820f-26eb8a8dd93d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889846 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889873 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.889904 [ 293 ] {} TCP-Session: 29b4e8b7-661f-429f-b599-cc1f4b2476f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:56304 2025.12.24 01:18:36.889918 [ 290 ] {} TCP-Session: d81af14e-dc6c-4336-b9ba-a9245c13148b Authenticating user 'default' from [fd00:1122:3344:101::e]:37224 2025.12.24 01:18:36.889929 [ 293 ] {} TCP-Session: 29b4e8b7-661f-429f-b599-cc1f4b2476f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889944 [ 290 ] {} TCP-Session: d81af14e-dc6c-4336-b9ba-a9245c13148b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889956 [ 293 ] {} TCP-Session: 29b4e8b7-661f-429f-b599-cc1f4b2476f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889969 [ 290 ] {} TCP-Session: d81af14e-dc6c-4336-b9ba-a9245c13148b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.889975 [ 288 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:18:36.890043 [ 288 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:18:36.890326 [ 288 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:18:36.891295 [ 323 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} AggregatingTransform: Aggregating 2025.12.24 01:18:36.891338 [ 323 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} Aggregator: Aggregation method: without_key 2025.12.24 01:18:36.891368 [ 323 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943629 sec. (1059.739 rows/sec., 41.40 KiB/sec.) 2025.12.24 01:18:36.891383 [ 323 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} Aggregator: Merging aggregated data 2025.12.24 01:18:36.892573 [ 288 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} executeQuery: Read 1 rows, 40.00 B in 0.00292 sec., 342.4657534246576 rows/sec., 13.38 KiB/sec. 2025.12.24 01:18:36.892722 [ 288 ] {704bdfb6-d043-4394-a0c1-1a739485acf4} TCPHandler: Processed in 0.003312898 sec. 2025.12.24 01:18:36.892847 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.892891 [ 288 ] {} TCP-Session: 79a40404-ddb2-473a-b03e-0aa5d140279e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.892895 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.892913 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.892938 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.892956 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.892977 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.892996 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:18:36.893015 [ 294 ] {} TCP-Session: ffcdca5f-fed1-4f46-91e0-b515b5c3b1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.893037 [ 291 ] {} TCP-Session: 4bc244e7-47d5-4dda-820f-26eb8a8dd93d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.893050 [ 292 ] {} TCP-Session: 3bf88a30-8195-400d-a6fe-f34f8e804baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.892972 [ 289 ] {} TCP-Session: 2aaf39ab-5f66-4ad6-8c3f-8c7305f49c0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.892951 [ 293 ] {} TCP-Session: 29b4e8b7-661f-429f-b599-cc1f4b2476f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.893001 [ 290 ] {} TCP-Session: d81af14e-dc6c-4336-b9ba-a9245c13148b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.895159 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63784 2025.12.24 01:18:36.895187 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35694 2025.12.24 01:18:36.895246 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.895256 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:18:36.895292 [ 286 ] {} TCP-Session: a0ef3bf0-99ac-446e-ac59-72fc2033176a Authenticating user 'default' from [fd00:1122:3344:101::e]:63784 2025.12.24 01:18:36.895300 [ 3 ] {} TCP-Session: edfce09c-9129-42a0-a39f-d4d0a12dc4e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:35694 2025.12.24 01:18:36.895317 [ 286 ] {} TCP-Session: a0ef3bf0-99ac-446e-ac59-72fc2033176a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.895331 [ 3 ] {} TCP-Session: edfce09c-9129-42a0-a39f-d4d0a12dc4e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.895338 [ 286 ] {} TCP-Session: a0ef3bf0-99ac-446e-ac59-72fc2033176a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.895353 [ 3 ] {} TCP-Session: edfce09c-9129-42a0-a39f-d4d0a12dc4e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.913037 [ 3 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:35694). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.12.24 01:18:36.913215 [ 3 ] {} TCP-Session: edfce09c-9129-42a0-a39f-d4d0a12dc4e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:36.913243 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63784). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.12.24 01:18:36.913343 [ 286 ] {} TCP-Session: a0ef3bf0-99ac-446e-ac59-72fc2033176a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:18:38.146151 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:38.146336 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:38.146405 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:38.147197 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:38.147250 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:38.147766 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:18:38.148016 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:38.148189 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} executeQuery: Read 136 rows, 12.08 KiB in 0.001903 sec., 71466.10614818707 rows/sec., 6.20 MiB/sec. 2025.12.24 01:18:38.148243 [ 255 ] {125864c8-2634-4f74-8f22-980c0654bde2} TCPHandler: Processed in 0.002224855 sec. 2025.12.24 01:18:38.148381 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:38.148490 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:18:38.148536 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:18:38.148996 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:38.149036 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:38.149367 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:18:38.149593 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:38.149727 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} executeQuery: Read 40 rows, 3.01 KiB in 0.001263 sec., 31670.625494853524 rows/sec., 2.33 MiB/sec. 2025.12.24 01:18:38.149768 [ 255 ] {e13a436c-b37d-42d9-a60e-109384079e25} TCPHandler: Processed in 0.001438939 sec. 2025.12.24 01:18:38.149883 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:38.149989 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:38.150033 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:38.150473 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:38.150512 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:38.150843 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:18:38.151070 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:38.151198 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} executeQuery: Read 104 rows, 8.32 KiB in 0.00123 sec., 84552.84552845529 rows/sec., 6.60 MiB/sec. 2025.12.24 01:18:38.151237 [ 255 ] {ec9c373e-5af4-4297-a6ef-416a0fbbb95c} TCPHandler: Processed in 0.001403028 sec. 2025.12.24 01:18:38.151360 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:38.151456 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:38.151501 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:38.151931 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:38.151975 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:38.152358 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:18:38.152577 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:38.152710 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} executeQuery: Read 160 rows, 11.41 KiB in 0.001272 sec., 125786.16352201259 rows/sec., 8.76 MiB/sec. 2025.12.24 01:18:38.152747 [ 255 ] {ba8ae551-360f-42ba-925a-1ed6f9556ce9} TCPHandler: Processed in 0.001436759 sec. 2025.12.24 01:18:38.152857 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:38.152954 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:38.153010 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:18:38.153861 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:38.153902 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:38.154490 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:18:38.154727 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:38.154871 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} executeQuery: Read 40 rows, 73.40 KiB in 0.001935 sec., 20671.834625322997 rows/sec., 37.04 MiB/sec. 2025.12.24 01:18:38.154925 [ 255 ] {6e63937d-8837-4a12-9438-1c43bc732115} TCPHandler: Processed in 0.002116463 sec. 2025.12.24 01:18:38.155039 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:38.155134 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:38.155178 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:38.155519 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:38.155556 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:38.155879 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:18:38.156117 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:38.156250 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.12.24 01:18:38.156287 [ 255 ] {ffb3425b-111c-4441-989a-54d61bc10be8} TCPHandler: Processed in 0.001297617 sec. 2025.12.24 01:18:41.677710 [ 145 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:18:41.677783 [ 145 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:18:41.770833 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8572 2025.12.24 01:18:41.771313 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:41.771363 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:41.771833 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:18:41.772069 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:41.772211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8572 2025.12.24 01:18:42.229942 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.12.24 01:18:42.246139 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:42.246202 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:42.252715 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:18:42.253485 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:42.256471 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.12.24 01:18:43.144223 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:43.144417 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:43.144488 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:43.145152 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:43.145193 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:43.145599 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:18:43.145831 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:43.145995 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} executeQuery: Read 56 rows, 4.41 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.64 MiB/sec. 2025.12.24 01:18:43.146046 [ 255 ] {99d307ad-e33d-4cd2-85a0-0657cd5c3dc3} TCPHandler: Processed in 0.00195803 sec. 2025.12.24 01:18:43.146182 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:43.146287 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:43.146332 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:43.146773 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:43.146808 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:43.147138 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:18:43.147354 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:43.147490 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} executeQuery: Read 64 rows, 5.12 KiB in 0.001228 sec., 52117.26384364821 rows/sec., 4.07 MiB/sec. 2025.12.24 01:18:43.147529 [ 255 ] {396043e6-8b9b-4df5-ad1d-a0c49d7f47fb} TCPHandler: Processed in 0.001401068 sec. 2025.12.24 01:18:43.147649 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:43.147747 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:43.147792 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:43.148207 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:43.148244 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:43.148581 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:18:43.148804 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:43.148945 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.12.24 01:18:43.148984 [ 255 ] {475138f3-9a59-44ad-aebe-0701ef3d628a} TCPHandler: Processed in 0.001385889 sec. 2025.12.24 01:18:43.149096 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:43.149191 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:43.149232 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:43.149565 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:43.149601 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:43.149902 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:18:43.150119 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:43.150248 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.12.24 01:18:43.150283 [ 255 ] {d78918ac-f459-4e85-ac07-adf486e3ca45} TCPHandler: Processed in 0.001236575 sec. 2025.12.24 01:18:46.793768 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 464 2025.12.24 01:18:46.795906 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:46.795960 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:46.797203 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:18:46.797475 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:46.797814 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 464 2025.12.24 01:18:47.259558 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.259862 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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) 2025.12.24 01:18:47.260278 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:18:47.260325 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} 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 2025.12.24 01:18:47.260635 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:18:47.260707 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:18:47.260847 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.12.24 01:18:47.261060 [ 295 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:18:47.261066 [ 343 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:18:47.261092 [ 304 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:18:47.261254 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (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 2025.12.24 01:18:47.261284 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:18:47.261373 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:18:47.261394 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:18:47.261438 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} 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'))" 2025.12.24 01:18:47.261491 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} 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'))" 2025.12.24 01:18:47.261536 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} 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'))" 2025.12.24 01:18:47.262590 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} executeQuery: Read 36 rows, 1.52 KiB in 0.002842 sec., 12667.13581984518 rows/sec., 534.67 KiB/sec. 2025.12.24 01:18:47.262724 [ 255 ] {c247a4c6-b525-4909-8539-06987ad19a33} TCPHandler: Processed in 0.003338927 sec. 2025.12.24 01:18:47.301655 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.301778 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 01:18:47.301830 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:18:47.302468 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.302513 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.302958 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:18:47.303166 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.303315 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} executeQuery: Read 1 rows, 256.00 B in 0.001574 sec., 635.3240152477763 rows/sec., 158.83 KiB/sec. 2025.12.24 01:18:47.303358 [ 255 ] {47ba1ff4-40a1-4afc-908a-075b2439ddf0} TCPHandler: Processed in 0.001767716 sec. 2025.12.24 01:18:47.303477 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.303580 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.303624 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:18:47.304060 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.304098 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.304418 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:18:47.304636 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.304763 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} executeQuery: Read 24 rows, 2.04 KiB in 0.001206 sec., 19900.49751243781 rows/sec., 1.65 MiB/sec. 2025.12.24 01:18:47.304802 [ 255 ] {74b6bfe4-2fcf-4738-8767-4dc27f5a0693} TCPHandler: Processed in 0.001376208 sec. 2025.12.24 01:18:47.304915 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.305015 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:18:47.305057 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:18:47.305467 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.305504 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.305823 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:18:47.306062 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.306198 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} executeQuery: Read 18 rows, 1.48 KiB in 0.001204 sec., 14950.166112956811 rows/sec., 1.20 MiB/sec. 2025.12.24 01:18:47.306237 [ 255 ] {c8874c96-06a9-4dd2-ae26-203051d8f05b} TCPHandler: Processed in 0.001371298 sec. 2025.12.24 01:18:47.306352 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.306451 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:47.306492 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:47.307878 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.307915 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.308340 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:18:47.308565 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.308684 [ 141 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:18:47.308696 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} executeQuery: Read 1406 rows, 120.85 KiB in 0.002264 sec., 621024.7349823322 rows/sec., 52.13 MiB/sec. 2025.12.24 01:18:47.308750 [ 141 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.308758 [ 255 ] {4b25e992-1a24-463e-a9cf-bdba0f8c2d2f} TCPHandler: Processed in 0.00245431 sec. 2025.12.24 01:18:47.308783 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.308893 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.308897 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:18:47.308997 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.309034 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:47.309042 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:18:47.309073 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1406 rows starting from the beginning of the part 2025.12.24 01:18:47.309136 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part 2025.12.24 01:18:47.309179 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2025.12.24 01:18:47.309217 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 136 rows starting from the beginning of the part 2025.12.24 01:18:47.309253 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part 2025.12.24 01:18:47.309292 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:18:47.309517 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.309561 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.309919 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:18:47.310178 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.310310 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} executeQuery: Read 70 rows, 5.24 KiB in 0.001333 sec., 52513.12828207052 rows/sec., 3.84 MiB/sec. 2025.12.24 01:18:47.310348 [ 255 ] {2fd803ca-05b6-4f53-999b-9907c8a89a33} TCPHandler: Processed in 0.00150436 sec. 2025.12.24 01:18:47.310470 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.310566 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.310606 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:18:47.310921 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3196 rows, containing 5 columns (5 merged, 0 gathered) in 0.002069972 sec., 1543982.2374408932 rows/sec., 135.47 MiB/sec. 2025.12.24 01:18:47.311091 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.311131 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.311158 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:18:47.311501 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.311530 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:18:47.311592 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_26_5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:18:47.311692 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:18:47.311785 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.311919 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} executeQuery: Read 252 rows, 17.85 KiB in 0.001372 sec., 183673.46938775512 rows/sec., 12.70 MiB/sec. 2025.12.24 01:18:47.311958 [ 255 ] {f8e047be-5313-4f35-8375-1e3f47065ed9} TCPHandler: Processed in 0.001537001 sec. 2025.12.24 01:18:47.312079 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.312173 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.312212 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:18:47.312630 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.312667 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.312960 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:18:47.313181 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.313305 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} executeQuery: Read 12 rows, 960.00 B in 0.001151 sec., 10425.716768027803 rows/sec., 814.51 KiB/sec. 2025.12.24 01:18:47.313343 [ 255 ] {0526a0e1-a04d-499c-b18c-e002d76a726d} TCPHandler: Processed in 0.001318887 sec. 2025.12.24 01:18:47.313461 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.313562 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:47.313603 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:47.314279 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.314316 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.314662 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:18:47.314886 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.314996 [ 141 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:18:47.315014 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} executeQuery: Read 614 rows, 47.35 KiB in 0.001471 sec., 417403.1271244051 rows/sec., 31.43 MiB/sec. 2025.12.24 01:18:47.315048 [ 141 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.315066 [ 255 ] {70891844-c8bc-42d9-84ff-af653e7745cc} TCPHandler: Processed in 0.001656533 sec. 2025.12.24 01:18:47.315073 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.315168 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:18:47.315189 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.315257 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:47.315286 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 632 rows starting from the beginning of the part 2025.12.24 01:18:47.315285 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.315336 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:47.315340 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part 2025.12.24 01:18:47.315390 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2025.12.24 01:18:47.315430 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2025.12.24 01:18:47.315471 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part 2025.12.24 01:18:47.315508 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 614 rows starting from the beginning of the part 2025.12.24 01:18:47.315916 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.315951 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.316361 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:18:47.316492 [ 196 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001356147 sec., 1166540.205449704 rows/sec., 93.02 MiB/sec. 2025.12.24 01:18:47.316589 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.316650 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:18:47.316705 [ 141 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:18:47.316725 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} executeQuery: Read 925 rows, 64.79 KiB in 0.001459 sec., 633995.8875942426 rows/sec., 43.36 MiB/sec. 2025.12.24 01:18:47.316741 [ 141 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.316768 [ 255 ] {df9d12a8-bb18-4d5d-89b6-49ef5faa1bbd} TCPHandler: Processed in 0.001629303 sec. 2025.12.24 01:18:47.316771 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.316865 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:18:47.316890 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.316914 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.316965 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:47.316983 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_26_5} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:18:47.316991 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.317001 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6561 rows starting from the beginning of the part 2025.12.24 01:18:47.317051 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:18:47.317055 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:18:47.317079 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:47.317129 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:47.317171 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:47.317207 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.12.24 01:18:47.317246 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 925 rows starting from the beginning of the part 2025.12.24 01:18:47.317922 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.317964 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.318562 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:18:47.318826 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.318975 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} executeQuery: Read 40 rows, 73.40 KiB in 0.002002 sec., 19980.01998001998 rows/sec., 35.80 MiB/sec. 2025.12.24 01:18:47.319039 [ 255 ] {8cdea47d-a2d4-4809-aa7f-e89706894e18} TCPHandler: Processed in 0.002198285 sec. 2025.12.24 01:18:47.319178 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:47.319274 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:47.319317 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:47.319662 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.319699 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.320050 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:18:47.320110 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8126 rows, containing 5 columns (5 merged, 0 gathered) in 0.003278287 sec., 2478733.5581051935 rows/sec., 170.22 MiB/sec. 2025.12.24 01:18:47.320266 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.320388 [ 139 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:18:47.320395 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2025.12.24 01:18:47.320436 [ 139 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:47.320452 [ 255 ] {89824e1e-f384-471f-a5ac-74bf74849a3e} TCPHandler: Processed in 0.001323587 sec. 2025.12.24 01:18:47.320462 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:47.320536 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:18:47.320548 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:18:47.320614 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:47.320639 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1188 rows starting from the beginning of the part 2025.12.24 01:18:47.320683 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:47.320717 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:47.320749 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:47.320782 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:47.320814 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.12.24 01:18:47.320835 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.320903 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_26_5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:18:47.320968 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.12.24 01:18:47.321621 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 4 columns (4 merged, 0 gathered) in 0.001109002 sec., 1341746.903973122 rows/sec., 90.42 MiB/sec. 2025.12.24 01:18:47.321819 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:18:47.322083 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:47.322147 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_26_5} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:18:47.322219 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 01:18:49.272393 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9084 2025.12.24 01:18:49.273231 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:49.273279 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:49.273765 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:18:49.274010 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:49.274158 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9084 2025.12.24 01:18:49.756622 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.12.24 01:18:49.773400 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:49.773460 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:49.779911 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:18:49.780628 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:49.783448 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.12.24 01:18:53.144339 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:53.144515 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:53.144580 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:53.145232 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:53.145277 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:53.145660 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:18:53.145889 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:53.146044 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} executeQuery: Read 56 rows, 4.41 KiB in 0.001575 sec., 35555.555555555555 rows/sec., 2.73 MiB/sec. 2025.12.24 01:18:53.146090 [ 255 ] {4a8e389a-28e5-4f8c-81e9-2f050aaf40d3} TCPHandler: Processed in 0.001879989 sec. 2025.12.24 01:18:53.146220 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:53.146322 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:53.146365 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:53.146797 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:53.146832 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:53.147149 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:18:53.147360 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:53.147486 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} executeQuery: Read 64 rows, 5.12 KiB in 0.001186 sec., 53962.900505902195 rows/sec., 4.21 MiB/sec. 2025.12.24 01:18:53.147522 [ 255 ] {29c9c163-e3e7-4442-a5e4-dcdb4670db3b} TCPHandler: Processed in 0.001355008 sec. 2025.12.24 01:18:53.147650 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:53.147748 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:53.147793 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:53.148201 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:53.148236 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:53.148562 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:18:53.148768 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:53.148892 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.12.24 01:18:53.148930 [ 255 ] {c69553d4-1df0-4b2a-9bbb-401209613c10} TCPHandler: Processed in 0.001330247 sec. 2025.12.24 01:18:53.149040 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:53.149135 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:53.149177 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:53.149509 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:53.149544 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:53.149841 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:18:53.150041 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:53.150162 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2025.12.24 01:18:53.150197 [ 255 ] {5d70a06a-8d81-428d-bf24-6300aec7f15d} TCPHandler: Processed in 0.001207245 sec. 2025.12.24 01:18:56.677837 [ 127 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:18:56.677909 [ 127 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:18:56.775206 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9532 2025.12.24 01:18:56.775683 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:56.775724 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:56.776192 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:18:56.776418 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:56.776555 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9532 2025.12.24 01:18:56.797931 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 496 2025.12.24 01:18:56.800335 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:56.800375 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:56.801563 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:18:56.801829 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:56.802084 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 496 2025.12.24 01:18:57.283496 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.12.24 01:18:57.301773 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:57.301842 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:57.308142 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:18:57.308886 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:57.312298 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.12.24 01:18:58.146790 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:58.146973 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:18:58.147042 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:18:58.147797 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:58.147846 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:58.148253 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:18:58.148494 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:58.148660 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} executeQuery: Read 136 rows, 12.08 KiB in 0.001735 sec., 78386.16714697407 rows/sec., 6.80 MiB/sec. 2025.12.24 01:18:58.148712 [ 255 ] {f61d1a68-a0bc-4ffc-9c23-97f6c7ddbc8d} TCPHandler: Processed in 0.002067712 sec. 2025.12.24 01:18:58.148846 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:58.148955 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:18:58.149001 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:18:58.149438 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:58.149478 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:58.149805 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:18:58.150030 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:58.150171 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} executeQuery: Read 40 rows, 3.01 KiB in 0.001238 sec., 32310.177705977385 rows/sec., 2.37 MiB/sec. 2025.12.24 01:18:58.150213 [ 255 ] {cbd1f069-b99d-463f-8e0a-a5b917b18240} TCPHandler: Processed in 0.001420419 sec. 2025.12.24 01:18:58.150351 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:58.150450 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:18:58.150493 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:18:58.150941 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:58.150979 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:58.151289 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:18:58.151524 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:58.151662 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} executeQuery: Read 104 rows, 8.32 KiB in 0.001232 sec., 84415.58441558441 rows/sec., 6.59 MiB/sec. 2025.12.24 01:18:58.151701 [ 255 ] {06adc900-0f07-4c99-9a8a-daa78f9308e2} TCPHandler: Processed in 0.001402269 sec. 2025.12.24 01:18:58.151817 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:58.151912 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:58.151957 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:18:58.152385 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:58.152422 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:58.152765 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:18:58.152977 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:58.153113 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.12.24 01:18:58.153150 [ 255 ] {97ab2462-9870-46ab-a5d7-8d6e76ca641a} TCPHandler: Processed in 0.001384088 sec. 2025.12.24 01:18:58.153255 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:58.153351 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:18:58.153408 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:18:58.154273 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:58.154309 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:58.154904 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:18:58.155144 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:58.155285 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} executeQuery: Read 40 rows, 73.40 KiB in 0.001951 sec., 20502.306509482318 rows/sec., 36.74 MiB/sec. 2025.12.24 01:18:58.155351 [ 255 ] {fd68eae2-2afb-466e-ab32-992d2aabdab9} TCPHandler: Processed in 0.002146263 sec. 2025.12.24 01:18:58.155467 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:18:58.155563 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:18:58.155605 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:18:58.155955 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:58.155991 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:58.156303 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:18:58.156515 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:58.156644 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.12.24 01:18:58.156680 [ 255 ] {3222ee53-9ed7-49a1-ab7b-5b398ea1b126} TCPHandler: Processed in 0.001264316 sec. 2025.12.24 01:18:59.716037 [ 122 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:18:59.716122 [ 122 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:18:59.716143 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:18:59.716238 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:18:59.716355 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:18:59.716388 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.24 01:18:59.716456 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.12.24 01:18:59.716501 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2025.12.24 01:18:59.716546 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.12.24 01:18:59.716587 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 18 rows starting from the beginning of the part 2025.12.24 01:18:59.717366 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001168054 sec., 41093.99051756169 rows/sec., 3.44 MiB/sec. 2025.12.24 01:18:59.717526 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:18:59.717782 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:18:59.717852 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_5_1} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:18:59.717915 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:19:00.228693 [ 120 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:19:00.228758 [ 120 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:00.228780 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:00.228905 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:19:00.229043 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:00.229078 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:00.229144 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:00.229188 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 253 rows starting from the beginning of the part 2025.12.24 01:19:00.229232 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.12.24 01:19:00.229272 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part 2025.12.24 01:19:00.230180 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332097 sec., 586293.6407784118 rows/sec., 43.03 MiB/sec. 2025.12.24 01:19:00.230314 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:19:00.230550 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:00.230618 [ 202 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_5_1} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:19:00.230685 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 01:19:03.144514 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:03.144719 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:03.144790 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:03.145483 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:03.145526 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:03.145912 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:19:03.146147 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:03.146318 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} executeQuery: Read 56 rows, 4.41 KiB in 0.001652 sec., 33898.30508474576 rows/sec., 2.60 MiB/sec. 2025.12.24 01:19:03.146360 [ 255 ] {b2cbc3e5-cf68-4f7c-9729-4c5c20fd0882} TCPHandler: Processed in 0.001985281 sec. 2025.12.24 01:19:03.146486 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:03.146583 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:03.146624 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:03.147041 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:03.147077 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:03.147377 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:19:03.147595 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:03.147744 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} executeQuery: Read 64 rows, 5.12 KiB in 0.00118 sec., 54237.28813559322 rows/sec., 4.23 MiB/sec. 2025.12.24 01:19:03.147781 [ 255 ] {dfab29d8-288d-44ec-9ecf-a22c96760200} TCPHandler: Processed in 0.001345557 sec. 2025.12.24 01:19:03.147899 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:03.147995 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:03.148039 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:03.148442 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:03.148478 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:03.148799 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:19:03.148991 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:03.149111 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.12.24 01:19:03.149212 [ 255 ] {9a124a20-2d3e-49c9-8d6e-11d00962d623} TCPHandler: Processed in 0.001361977 sec. 2025.12.24 01:19:03.149326 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:03.149421 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:03.149462 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:03.149791 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:03.149823 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:03.150127 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:19:03.150332 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:03.150455 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.12.24 01:19:03.150490 [ 255 ] {8d6d5c76-f2a3-4341-8bc8-9bb0f1759d93} TCPHandler: Processed in 0.001214524 sec. 2025.12.24 01:19:04.276809 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10044 2025.12.24 01:19:04.277701 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:04.277757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:04.278245 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:19:04.278481 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:04.278626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10044 2025.12.24 01:19:04.278628 [ 116 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:19:04.278717 [ 116 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:04.278752 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:04.278925 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:19:04.279134 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:04.279199 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7612 rows starting from the beginning of the part 2025.12.24 01:19:04.279300 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2025.12.24 01:19:04.279373 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2025.12.24 01:19:04.279437 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2025.12.24 01:19:04.279475 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2025.12.24 01:19:04.279513 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2025.12.24 01:19:04.281592 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10044 rows, containing 4 columns (4 merged, 0 gathered) in 0.002748966 sec., 3653737.441641694 rows/sec., 52.27 MiB/sec. 2025.12.24 01:19:04.282236 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:19:04.282589 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:04.282666 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_21_4} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:19:04.282765 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2025.12.24 01:19:04.812530 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.12.24 01:19:04.830715 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:04.830782 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:04.836651 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:19:04.837355 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:04.837654 [ 116 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:19:04.837720 [ 116 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:04.837741 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:04.837846 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:19:04.840727 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.12.24 01:19:04.842073 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:04.843638 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.12.24 01:19:04.848420 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.12.24 01:19:04.852954 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.12.24 01:19:04.857357 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.12.24 01:19:04.862010 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.12.24 01:19:04.866106 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.12.24 01:19:04.915024 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.077224067 sec., 2058.9436192217127 rows/sec., 10.65 MiB/sec. 2025.12.24 01:19:04.916557 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:19:04.918137 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:04.918220 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_21_4} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:19:04.919631 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2025.12.24 01:19:05.000383 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 241.82 MiB, peak 252.37 MiB, free memory in arenas 0.00 B, will set to 247.17 MiB (RSS), difference: 5.34 MiB 2025.12.24 01:19:06.802414 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 516 2025.12.24 01:19:06.804838 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:06.804879 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:06.806018 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:19:06.806302 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:06.806539 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 516 2025.12.24 01:19:08.148415 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:08.148597 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:08.148665 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:08.149389 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:08.149439 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:08.149864 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:19:08.150106 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:08.150272 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} executeQuery: Read 136 rows, 12.08 KiB in 0.001723 sec., 78932.09518282066 rows/sec., 6.84 MiB/sec. 2025.12.24 01:19:08.150331 [ 255 ] {5b2c0c83-fda0-40f1-adba-7d2b5ee0afd5} TCPHandler: Processed in 0.002047952 sec. 2025.12.24 01:19:08.150492 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:08.150629 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:19:08.150678 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:19:08.151146 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:08.151191 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:08.151516 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:19:08.151749 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:08.151886 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} executeQuery: Read 40 rows, 3.01 KiB in 0.001291 sec., 30983.733539891557 rows/sec., 2.28 MiB/sec. 2025.12.24 01:19:08.151926 [ 255 ] {57ed450d-94df-4794-870b-97ba71ac993a} TCPHandler: Processed in 0.00150206 sec. 2025.12.24 01:19:08.152047 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:08.152146 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:08.152188 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:08.152634 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:08.152673 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:08.153008 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:19:08.153234 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:08.153366 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} executeQuery: Read 104 rows, 8.32 KiB in 0.00124 sec., 83870.96774193548 rows/sec., 6.55 MiB/sec. 2025.12.24 01:19:08.153405 [ 255 ] {f0fbd8d3-ec9f-4d8e-8aef-3421d3de0e38} TCPHandler: Processed in 0.001411018 sec. 2025.12.24 01:19:08.153535 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:08.153631 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:08.153676 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:08.154092 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:08.154129 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:08.154475 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:19:08.154712 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:08.154848 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} executeQuery: Read 160 rows, 11.41 KiB in 0.001236 sec., 129449.83818770228 rows/sec., 9.02 MiB/sec. 2025.12.24 01:19:08.154886 [ 255 ] {b57c8a02-4eb3-4d33-a22e-3618a3feb6bb} TCPHandler: Processed in 0.001402488 sec. 2025.12.24 01:19:08.154995 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:08.155091 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:08.155148 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:19:08.155984 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:08.156021 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:08.156633 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:19:08.156877 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:08.157018 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} executeQuery: Read 40 rows, 73.40 KiB in 0.001946 sec., 20554.98458376156 rows/sec., 36.83 MiB/sec. 2025.12.24 01:19:08.157082 [ 255 ] {cde05c1e-207a-4ad8-bb2f-e14c6502290f} TCPHandler: Processed in 0.002137783 sec. 2025.12.24 01:19:08.157206 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:08.157303 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:08.157346 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:08.157683 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:08.157719 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2025.12.24 01:19:08.158034 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:19:08.158253 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:08.158381 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.12.24 01:19:08.158417 [ 255 ] {c02ac3ea-db61-4de2-a177-e84ca4401ad9} TCPHandler: Processed in 0.001262406 sec. 2025.12.24 01:19:11.677953 [ 107 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:19:11.678019 [ 107 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:19:11.779664 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10492 2025.12.24 01:19:11.780126 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:11.780170 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:11.780655 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:19:11.780885 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:11.781026 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10492 2025.12.24 01:19:12.341759 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.12.24 01:19:12.358264 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:12.358331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:12.364224 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:19:12.364928 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:12.367781 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.12.24 01:19:13.143647 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:13.143824 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:13.143890 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:13.144612 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.144665 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.145065 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:19:13.145306 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.145451 [ 106 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:19:13.145464 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} executeQuery: Read 56 rows, 4.41 KiB in 0.001689 sec., 33155.71343990527 rows/sec., 2.55 MiB/sec. 2025.12.24 01:19:13.145516 [ 106 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.145539 [ 255 ] {b8c0b553-f5e5-4be3-b75d-a2b48e4fbe23} TCPHandler: Processed in 0.002023101 sec. 2025.12.24 01:19:13.145542 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.145658 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:19:13.145675 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:13.145785 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:13.145790 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:13.145829 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1408 rows starting from the beginning of the part 2025.12.24 01:19:13.145851 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:13.145900 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2025.12.24 01:19:13.145951 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part 2025.12.24 01:19:13.145992 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2025.12.24 01:19:13.146029 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part 2025.12.24 01:19:13.146067 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2025.12.24 01:19:13.146321 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.146365 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.146705 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:19:13.146944 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.147074 [ 106 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:19:13.147080 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} executeQuery: Read 64 rows, 5.12 KiB in 0.001316 sec., 48632.2188449848 rows/sec., 3.80 MiB/sec. 2025.12.24 01:19:13.147128 [ 106 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.147146 [ 255 ] {eb953dc9-a403-4e5a-a231-12d417af733a} TCPHandler: Processed in 0.001523421 sec. 2025.12.24 01:19:13.147155 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.147236 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:19:13.147278 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:13.147326 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:13.147356 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 634 rows starting from the beginning of the part 2025.12.24 01:19:13.147370 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.001750406 sec., 1055755.0648249607 rows/sec., 92.39 MiB/sec. 2025.12.24 01:19:13.147405 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2025.12.24 01:19:13.147382 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:13.147461 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2025.12.24 01:19:13.147482 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:13.147508 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2025.12.24 01:19:13.147550 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2025.12.24 01:19:13.147588 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2025.12.24 01:19:13.147681 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:19:13.147958 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.147971 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.148016 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.148044 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_31_6} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:19:13.148139 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 01:19:13.148415 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:19:13.148507 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298406 sec., 796361.0765815931 rows/sec., 63.91 MiB/sec. 2025.12.24 01:19:13.148661 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.148690 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:19:13.148791 [ 106 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:19:13.148806 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} executeQuery: Read 160 rows, 11.41 KiB in 0.001445 sec., 110726.6435986159 rows/sec., 7.71 MiB/sec. 2025.12.24 01:19:13.148834 [ 106 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.148855 [ 255 ] {5b95453e-450a-445b-9051-28a8d9bf672a} TCPHandler: Processed in 0.001627813 sec. 2025.12.24 01:19:13.148866 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.148946 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:19:13.148983 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:13.149000 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.149049 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:13.149078 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8126 rows starting from the beginning of the part 2025.12.24 01:19:13.149086 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:13.149094 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_31_6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:19:13.149130 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:13.149141 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:13.149177 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:13.149199 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.12.24 01:19:13.149223 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:13.149264 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:13.149302 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:13.149514 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.149558 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.149944 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:19:13.150170 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.150279 [ 106 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:19:13.150302 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} executeQuery: Read 60 rows, 4.14 KiB in 0.001234 sec., 48622.3662884927 rows/sec., 3.28 MiB/sec. 2025.12.24 01:19:13.150314 [ 106 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:13.150344 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:13.150347 [ 255 ] {7bcbcdab-9b48-4d8c-aaf7-06888f6ad133} TCPHandler: Processed in 0.001412918 sec. 2025.12.24 01:19:13.150434 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:19:13.150557 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:13.150591 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1488 rows starting from the beginning of the part 2025.12.24 01:19:13.150659 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:13.150703 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:13.150746 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:13.150788 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:13.150829 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:13.151927 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.0015307 sec., 1168093.029332985 rows/sec., 78.72 MiB/sec. 2025.12.24 01:19:13.152286 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:19:13.152636 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.152732 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_31_6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:19:13.152830 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.12.24 01:19:13.153560 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 8926 rows, containing 5 columns (5 merged, 0 gathered) in 0.004640914 sec., 1923328.0340898365 rows/sec., 132.25 MiB/sec. 2025.12.24 01:19:13.153760 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:19:13.154045 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:13.154134 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_31_6} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:19:13.154239 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2025.12.24 01:19:14.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 248.81 MiB, peak 255.55 MiB, free memory in arenas 0.00 B, will set to 249.89 MiB (RSS), difference: 1.08 MiB 2025.12.24 01:19:16.806644 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 536 2025.12.24 01:19:16.808806 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:16.808866 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:16.810085 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:19:16.810379 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:16.810534 [ 101 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:19:16.810603 [ 101 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:16.810621 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:16.810744 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:19:16.810757 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 536 2025.12.24 01:19:16.811328 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:16.811484 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 418 rows starting from the beginning of the part 2025.12.24 01:19:16.811914 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:16.812324 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part 2025.12.24 01:19:16.812702 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.12.24 01:19:16.813032 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part 2025.12.24 01:19:16.813351 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part 2025.12.24 01:19:16.819508 [ 186 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 72 columns (72 merged, 0 gathered) in 0.008819019 sec., 60777.73502925892 rows/sec., 53.93 MiB/sec. 2025.12.24 01:19:16.820453 [ 199 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:19:16.821041 [ 199 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:16.821112 [ 199 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_16_3} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:19:16.821325 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2025.12.24 01:19:18.175535 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.175736 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.175813 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:19:18.176525 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.176577 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.176985 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:19:18.177238 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.177399 [ 98 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:19:18.177405 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} executeQuery: Read 24 rows, 2.04 KiB in 0.001725 sec., 13913.04347826087 rows/sec., 1.15 MiB/sec. 2025.12.24 01:19:18.177471 [ 98 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.177497 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.177505 [ 255 ] {d322af75-fbae-4730-a760-97c750ebeeff} TCPHandler: Processed in 0.002113993 sec. 2025.12.24 01:19:18.177615 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:19:18.177646 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.177761 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:18.177763 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:19:18.177804 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:18.177825 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:19:18.177878 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:18.177935 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:18.177983 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:18.178028 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.12.24 01:19:18.178252 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.178296 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.178637 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:19:18.178876 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.178937 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001377728 sec., 87099.92102940494 rows/sec., 7.56 MiB/sec. 2025.12.24 01:19:18.179010 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} executeQuery: Read 2 rows, 167.00 B in 0.001271 sec., 1573.5641227380015 rows/sec., 128.31 KiB/sec. 2025.12.24 01:19:18.179055 [ 255 ] {72a186df-4baf-4b45-a912-13e9eeb0de25} TCPHandler: Processed in 0.00146171 sec. 2025.12.24 01:19:18.179100 [ 198 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:19:18.179179 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.179278 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:18.179318 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:18.179420 [ 198 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.179498 [ 198 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_5_1} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:19:18.179596 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 01:19:18.180427 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.180464 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.180864 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:19:18.181083 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.181213 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} executeQuery: Read 1397 rows, 120.17 KiB in 0.001956 sec., 714212.6789366053 rows/sec., 60.00 MiB/sec. 2025.12.24 01:19:18.181253 [ 255 ] {eb2a210c-85f9-44e2-8267-4e7a49619012} TCPHandler: Processed in 0.002122963 sec. 2025.12.24 01:19:18.181369 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.181466 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.181507 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:19:18.181927 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.181965 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.182274 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:19:18.182491 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.182593 [ 98 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:19:18.182618 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} executeQuery: Read 54 rows, 4.11 KiB in 0.001171 sec., 46114.43210930828 rows/sec., 3.43 MiB/sec. 2025.12.24 01:19:18.182630 [ 98 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.182659 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.182664 [ 255 ] {6247639f-bfc0-48a3-95ae-9955a082b016} TCPHandler: Processed in 0.001343817 sec. 2025.12.24 01:19:18.182737 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:19:18.182785 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.182830 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:18.182859 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 70 rows starting from the beginning of the part 2025.12.24 01:19:18.182884 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.182905 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.182928 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:19:18.182947 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 70 rows starting from the beginning of the part 2025.12.24 01:19:18.182988 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.183024 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.183061 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part 2025.12.24 01:19:18.183419 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.183462 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.183796 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:19:18.183828 [ 199 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 314 rows, containing 5 columns (5 merged, 0 gathered) in 0.001122963 sec., 279617.40502581117 rows/sec., 21.59 MiB/sec. 2025.12.24 01:19:18.183986 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:19:18.184052 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.184196 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} executeQuery: Read 252 rows, 17.85 KiB in 0.00133 sec., 189473.68421052632 rows/sec., 13.10 MiB/sec. 2025.12.24 01:19:18.184237 [ 255 ] {e403fb70-e33e-4267-8815-f1714d74c86c} TCPHandler: Processed in 0.00150096 sec. 2025.12.24 01:19:18.184283 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.184355 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.184361 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_16_3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:19:18.184457 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.184465 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.24 01:19:18.184505 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:19:18.184907 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.184947 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.185265 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:19:18.185505 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.185613 [ 98 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:19:18.185641 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} executeQuery: Read 12 rows, 960.00 B in 0.001201 sec., 9991.673605328893 rows/sec., 780.60 KiB/sec. 2025.12.24 01:19:18.185648 [ 98 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.185682 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.185687 [ 255 ] {e31c06fc-d96f-424d-8694-1b228797f3ba} TCPHandler: Processed in 0.001380618 sec. 2025.12.24 01:19:18.185767 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:19:18.185827 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.185855 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:18.185886 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.12.24 01:19:18.185927 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:18.185932 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.12.24 01:19:18.185977 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:18.185989 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.12.24 01:19:18.186031 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.12.24 01:19:18.186064 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.12.24 01:19:18.186686 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.186728 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.186818 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001090613 sec., 55014.93196945204 rows/sec., 4.41 MiB/sec. 2025.12.24 01:19:18.186941 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:19:18.187110 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:19:18.187242 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.187328 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_5_1} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:19:18.187385 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.187389 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:19:18.187530 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} executeQuery: Read 598 rows, 46.03 KiB in 0.001636 sec., 365525.6723716381 rows/sec., 27.48 MiB/sec. 2025.12.24 01:19:18.187572 [ 255 ] {745cd917-450d-4171-8668-25feda7cde3c} TCPHandler: Processed in 0.001812997 sec. 2025.12.24 01:19:18.187684 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.187773 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.187815 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:18.188470 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.188509 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.188904 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:19:18.189125 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.189258 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} executeQuery: Read 881 rows, 61.23 KiB in 0.00147 sec., 599319.7278911564 rows/sec., 40.68 MiB/sec. 2025.12.24 01:19:18.189296 [ 255 ] {50b168a2-39d4-4cf4-9fc6-bc7d8126fe62} TCPHandler: Processed in 0.001634993 sec. 2025.12.24 01:19:18.189409 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.189504 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.189559 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:19:18.190416 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.190455 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.191035 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:19:18.191265 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.191380 [ 98 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 01:19:18.191407 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} executeQuery: Read 40 rows, 73.40 KiB in 0.001921 sec., 20822.488287350337 rows/sec., 37.31 MiB/sec. 2025.12.24 01:19:18.191417 [ 98 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.191448 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.191483 [ 255 ] {0760d54a-a55d-462d-a261-07f67d187ac3} TCPHandler: Processed in 0.002123633 sec. 2025.12.24 01:19:18.191534 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.24 01:19:18.191606 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:18.191706 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:18.191747 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:18.191765 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:18.191831 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 314 rows starting from the beginning of the part 2025.12.24 01:19:18.191962 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.192071 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.192096 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:18.192138 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:18.192177 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.192278 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.192377 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2025.12.24 01:19:18.192474 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:19:18.192718 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.192862 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2025.12.24 01:19:18.192900 [ 255 ] {25ec7451-4be3-49f7-b380-9ac767fabc86} TCPHandler: Processed in 0.001343817 sec. 2025.12.24 01:19:18.196612 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 19 columns (19 merged, 0 gathered) in 0.005117164 sec., 100446.26281276114 rows/sec., 180.00 MiB/sec. 2025.12.24 01:19:18.197477 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 01:19:18.197841 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:18.197913 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_16_3} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 01:19:18.198048 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. 2025.12.24 01:19:19.281217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11004 2025.12.24 01:19:19.281788 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:19.281837 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:19.282323 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:19:19.282574 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:19.282704 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11004 2025.12.24 01:19:19.867970 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.12.24 01:19:19.884660 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:19.884710 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:19.891063 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:19:19.891790 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:19.894844 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.12.24 01:19:23.144366 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:23.144567 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:23.144644 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:23.145363 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:23.145415 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:23.145823 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:19:23.146073 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:23.146240 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} executeQuery: Read 56 rows, 4.41 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.49 MiB/sec. 2025.12.24 01:19:23.146292 [ 255 ] {76f66d14-2877-4efa-a15c-c96bb30d4dba} TCPHandler: Processed in 0.002069592 sec. 2025.12.24 01:19:23.146441 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:23.146548 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:23.146594 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:23.147046 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:23.147085 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:23.147429 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:19:23.147656 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:23.147794 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} executeQuery: Read 64 rows, 5.12 KiB in 0.001271 sec., 50354.05192761605 rows/sec., 3.93 MiB/sec. 2025.12.24 01:19:23.147834 [ 255 ] {b8ceecc5-88e7-4ea2-bce4-7db8998dab14} TCPHandler: Processed in 0.00144776 sec. 2025.12.24 01:19:23.147978 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:23.148105 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:23.148159 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:23.148604 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:23.148642 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:23.148990 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:19:23.149217 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:23.149355 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2025.12.24 01:19:23.149395 [ 255 ] {948502be-d303-451a-a555-c74636e2f02e} TCPHandler: Processed in 0.0014741 sec. 2025.12.24 01:19:23.149516 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:23.149615 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:23.149659 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:23.150020 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:23.150056 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:23.150379 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:19:23.150604 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:23.150739 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2025.12.24 01:19:23.150776 [ 255 ] {8a39c070-a9ef-4446-97d3-30f68bba64ae} TCPHandler: Processed in 0.001311016 sec. 2025.12.24 01:19:26.678259 [ 89 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:19:26.678332 [ 89 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:19:26.783771 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11452 2025.12.24 01:19:26.784274 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:26.784324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:26.784882 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:19:26.785122 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:26.785267 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11452 2025.12.24 01:19:26.810956 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 564 2025.12.24 01:19:26.813697 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:26.813755 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:26.814976 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:19:26.815266 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:26.815633 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 564 2025.12.24 01:19:27.395862 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.12.24 01:19:27.413175 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:27.413236 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:27.419761 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:19:27.420478 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:27.423469 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.12.24 01:19:28.146274 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:28.146455 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:28.146526 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:28.147301 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:28.147353 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:28.147767 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:19:28.148042 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:28.148219 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} executeQuery: Read 136 rows, 12.08 KiB in 0.001815 sec., 74931.12947658403 rows/sec., 6.50 MiB/sec. 2025.12.24 01:19:28.148276 [ 255 ] {3b9820b3-8d94-43c6-8039-d3946228649a} TCPHandler: Processed in 0.002135674 sec. 2025.12.24 01:19:28.148412 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:28.148521 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:19:28.148567 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:19:28.149012 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:28.149053 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:28.149430 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:19:28.149651 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:28.149793 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} executeQuery: Read 40 rows, 3.01 KiB in 0.001298 sec., 30816.640986132516 rows/sec., 2.26 MiB/sec. 2025.12.24 01:19:28.149835 [ 255 ] {593a1717-c0f3-404a-a544-00807f4a7785} TCPHandler: Processed in 0.0014781 sec. 2025.12.24 01:19:28.149956 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:28.150062 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:28.150113 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:28.150601 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:28.150640 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:28.150970 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:19:28.151192 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:28.151331 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} executeQuery: Read 104 rows, 8.32 KiB in 0.001294 sec., 80370.942812983 rows/sec., 6.28 MiB/sec. 2025.12.24 01:19:28.151371 [ 255 ] {17440cad-086a-4b01-9325-9a15fee26a1d} TCPHandler: Processed in 0.00146691 sec. 2025.12.24 01:19:28.151486 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:28.151586 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:28.151631 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:28.152053 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:28.152091 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:28.152434 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:19:28.152662 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:28.152808 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2025.12.24 01:19:28.152849 [ 255 ] {55a0243e-ba91-4f5b-8536-0a2483808695} TCPHandler: Processed in 0.001413129 sec. 2025.12.24 01:19:28.152961 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:28.153057 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:28.153115 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:19:28.154022 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:28.154060 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:28.154674 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:19:28.154903 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:28.155044 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} executeQuery: Read 40 rows, 73.40 KiB in 0.002006 sec., 19940.179461615156 rows/sec., 35.73 MiB/sec. 2025.12.24 01:19:28.155113 [ 255 ] {03d1e9a8-d8d5-4077-b114-843c84cf826b} TCPHandler: Processed in 0.002202385 sec. 2025.12.24 01:19:28.155224 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:28.155321 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:28.155365 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:28.155710 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:28.155747 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:28.156078 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:19:28.156304 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:28.156438 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.12.24 01:19:28.156476 [ 255 ] {0db4b6a6-d7f8-45f6-8a94-422a10a198d8} TCPHandler: Processed in 0.001301526 sec. 2025.12.24 01:19:33.144691 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:33.144888 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:33.144956 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:33.145596 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:33.145639 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:33.146048 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:19:33.146292 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:33.146449 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} executeQuery: Read 56 rows, 4.41 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.68 MiB/sec. 2025.12.24 01:19:33.146499 [ 255 ] {23b22ed9-7ab7-4828-96d7-3c7442e7970e} TCPHandler: Processed in 0.00193663 sec. 2025.12.24 01:19:33.146622 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:33.146728 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:33.146772 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:33.147214 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:33.147250 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:33.147583 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:19:33.147799 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:33.147925 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2025.12.24 01:19:33.147964 [ 255 ] {404eef4e-317e-4826-b54c-5cc9d0a72374} TCPHandler: Processed in 0.001394888 sec. 2025.12.24 01:19:33.148081 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:33.148180 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:33.148224 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:33.148629 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:33.148666 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:33.149026 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:19:33.149243 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:33.149378 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.12.24 01:19:33.149416 [ 255 ] {4967f325-cea6-4c4c-bd46-fcdf6e442a0c} TCPHandler: Processed in 0.001384988 sec. 2025.12.24 01:19:33.149532 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:33.149629 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:33.149672 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:33.150009 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:33.150043 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:33.150351 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:19:33.150569 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:33.150695 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 01:19:33.150731 [ 255 ] {b845e7b9-34e2-4d4f-bc5d-9d9727885f22} TCPHandler: Processed in 0.001248666 sec. 2025.12.24 01:19:34.285429 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11964 2025.12.24 01:19:34.285998 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:34.286046 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:34.286582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:19:34.286812 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:34.286961 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11964 2025.12.24 01:19:34.923628 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.12.24 01:19:34.941444 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:34.941510 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:34.947186 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:19:34.947890 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:34.950949 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.12.24 01:19:36.510177 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53401 2025.12.24 01:19:36.510289 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.510316 [ 286 ] {} TCP-Session: d730d39d-2078-4d67-a560-04a802eaa522 Authenticating user 'default' from [fd00:1122:3344:101::e]:53401 2025.12.24 01:19:36.510340 [ 286 ] {} TCP-Session: d730d39d-2078-4d67-a560-04a802eaa522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510353 [ 286 ] {} TCP-Session: d730d39d-2078-4d67-a560-04a802eaa522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510586 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44697 2025.12.24 01:19:36.510617 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42260 2025.12.24 01:19:36.510617 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47336 2025.12.24 01:19:36.510664 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52318 2025.12.24 01:19:36.510654 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45239 2025.12.24 01:19:36.510732 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.510733 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.510772 [ 288 ] {} TCP-Session: 7c81b9ea-bfa1-4eac-992f-4e2a04a08b3c Authenticating user 'default' from [fd00:1122:3344:101::e]:44697 2025.12.24 01:19:36.510784 [ 292 ] {} TCP-Session: f7a61f09-3664-4106-a185-c8c1b2d89aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:42260 2025.12.24 01:19:36.510740 [ 286 ] {} TCP-Session: d730d39d-2078-4d67-a560-04a802eaa522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:36.510806 [ 292 ] {} TCP-Session: f7a61f09-3664-4106-a185-c8c1b2d89aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510799 [ 288 ] {} TCP-Session: 7c81b9ea-bfa1-4eac-992f-4e2a04a08b3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510845 [ 292 ] {} TCP-Session: f7a61f09-3664-4106-a185-c8c1b2d89aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510857 [ 288 ] {} TCP-Session: 7c81b9ea-bfa1-4eac-992f-4e2a04a08b3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510627 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47210 2025.12.24 01:19:36.510595 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56502 2025.12.24 01:19:36.510906 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.510944 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.510976 [ 291 ] {} TCP-Session: f61d247e-85af-4af4-beb1-391e5dc55bd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47336 2025.12.24 01:19:36.510992 [ 286 ] {28abfa7e-0242-4555-8254-c083fb28f00a} executeQuery: (from [fd00:1122:3344:101::e]:53401) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:19:36.510992 [ 3 ] {} TCP-Session: 4f01ffcb-de46-4b59-8823-980a4a06b418 Authenticating user 'default' from [fd00:1122:3344:101::e]:52318 2025.12.24 01:19:36.511011 [ 291 ] {} TCP-Session: f61d247e-85af-4af4-beb1-391e5dc55bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511036 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.511038 [ 3 ] {} TCP-Session: 4f01ffcb-de46-4b59-8823-980a4a06b418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511051 [ 291 ] {} TCP-Session: f61d247e-85af-4af4-beb1-391e5dc55bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511082 [ 3 ] {} TCP-Session: 4f01ffcb-de46-4b59-8823-980a4a06b418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511077 [ 294 ] {} TCP-Session: 8752962c-9ea2-4750-b37e-a56cc042b6d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:45239 2025.12.24 01:19:36.511105 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.511140 [ 294 ] {} TCP-Session: 8752962c-9ea2-4750-b37e-a56cc042b6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511150 [ 290 ] {} TCP-Session: b973589c-9c89-43df-8e5d-fe36babc4eee Authenticating user 'default' from [fd00:1122:3344:101::e]:56502 2025.12.24 01:19:36.511159 [ 294 ] {} TCP-Session: 8752962c-9ea2-4750-b37e-a56cc042b6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511166 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.511170 [ 290 ] {} TCP-Session: b973589c-9c89-43df-8e5d-fe36babc4eee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.510590 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50201 2025.12.24 01:19:36.511212 [ 293 ] {} TCP-Session: 4b1ebff1-03dd-4f45-b57c-7492da10dd67 Authenticating user 'default' from [fd00:1122:3344:101::e]:47210 2025.12.24 01:19:36.511212 [ 290 ] {} TCP-Session: b973589c-9c89-43df-8e5d-fe36babc4eee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511256 [ 293 ] {} TCP-Session: 4b1ebff1-03dd-4f45-b57c-7492da10dd67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511279 [ 293 ] {} TCP-Session: 4b1ebff1-03dd-4f45-b57c-7492da10dd67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511282 [ 286 ] {28abfa7e-0242-4555-8254-c083fb28f00a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:19:36.511336 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.511344 [ 286 ] {28abfa7e-0242-4555-8254-c083fb28f00a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:19:36.511370 [ 289 ] {} TCP-Session: 0fc6a678-d90d-4b08-ac5f-db7a86e060ac Authenticating user 'default' from [fd00:1122:3344:101::e]:50201 2025.12.24 01:19:36.511393 [ 289 ] {} TCP-Session: 0fc6a678-d90d-4b08-ac5f-db7a86e060ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511406 [ 289 ] {} TCP-Session: 0fc6a678-d90d-4b08-ac5f-db7a86e060ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.511646 [ 286 ] {28abfa7e-0242-4555-8254-c083fb28f00a} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:19:36.512643 [ 329 ] {28abfa7e-0242-4555-8254-c083fb28f00a} AggregatingTransform: Aggregating 2025.12.24 01:19:36.512682 [ 329 ] {28abfa7e-0242-4555-8254-c083fb28f00a} Aggregator: Aggregation method: without_key 2025.12.24 01:19:36.512718 [ 329 ] {28abfa7e-0242-4555-8254-c083fb28f00a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000965559 sec. (1035.669 rows/sec., 40.46 KiB/sec.) 2025.12.24 01:19:36.512736 [ 329 ] {28abfa7e-0242-4555-8254-c083fb28f00a} Aggregator: Merging aggregated data 2025.12.24 01:19:36.513974 [ 286 ] {28abfa7e-0242-4555-8254-c083fb28f00a} executeQuery: Read 1 rows, 40.00 B in 0.003083 sec., 324.3593902043464 rows/sec., 12.67 KiB/sec. 2025.12.24 01:19:36.514078 [ 286 ] {28abfa7e-0242-4555-8254-c083fb28f00a} TCPHandler: Processed in 0.003552042 sec. 2025.12.24 01:19:36.514194 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514223 [ 286 ] {} TCP-Session: d730d39d-2078-4d67-a560-04a802eaa522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514225 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514242 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514255 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514284 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514290 [ 288 ] {} TCP-Session: 7c81b9ea-bfa1-4eac-992f-4e2a04a08b3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514315 [ 291 ] {} TCP-Session: f61d247e-85af-4af4-beb1-391e5dc55bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514328 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514333 [ 293 ] {} TCP-Session: 4b1ebff1-03dd-4f45-b57c-7492da10dd67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514303 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514456 [ 3 ] {} TCP-Session: 4f01ffcb-de46-4b59-8823-980a4a06b418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514499 [ 290 ] {} TCP-Session: b973589c-9c89-43df-8e5d-fe36babc4eee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514286 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514271 [ 292 ] {} TCP-Session: f7a61f09-3664-4106-a185-c8c1b2d89aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514568 [ 294 ] {} TCP-Session: 8752962c-9ea2-4750-b37e-a56cc042b6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.514317 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.514625 [ 289 ] {} TCP-Session: 0fc6a678-d90d-4b08-ac5f-db7a86e060ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602432 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51843 2025.12.24 01:19:36.602547 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.602576 [ 286 ] {} TCP-Session: 8a50a08e-a917-4920-b8b5-ee54f9d00b19 Authenticating user 'default' from [fd00:1122:3344:101::e]:51843 2025.12.24 01:19:36.602597 [ 286 ] {} TCP-Session: 8a50a08e-a917-4920-b8b5-ee54f9d00b19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602610 [ 286 ] {} TCP-Session: 8a50a08e-a917-4920-b8b5-ee54f9d00b19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602793 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34579 2025.12.24 01:19:36.602811 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44269 2025.12.24 01:19:36.602835 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58868 2025.12.24 01:19:36.602868 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50384 2025.12.24 01:19:36.602858 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47477 2025.12.24 01:19:36.602922 [ 286 ] {} TCP-Session: 8a50a08e-a917-4920-b8b5-ee54f9d00b19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:36.602940 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.602946 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.602952 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.602975 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.602987 [ 3 ] {} TCP-Session: 631bae69-7dd8-4e29-b4ce-8b61303641e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50384 2025.12.24 01:19:36.603015 [ 294 ] {} TCP-Session: b88d68a5-1a33-4c09-88b1-f9bff4ec55e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:47477 2025.12.24 01:19:36.603006 [ 290 ] {} TCP-Session: 768aff89-9d75-4b95-b9f4-58a15613be0c Authenticating user 'default' from [fd00:1122:3344:101::e]:44269 2025.12.24 01:19:36.603037 [ 3 ] {} TCP-Session: 631bae69-7dd8-4e29-b4ce-8b61303641e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603058 [ 290 ] {} TCP-Session: 768aff89-9d75-4b95-b9f4-58a15613be0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603070 [ 3 ] {} TCP-Session: 631bae69-7dd8-4e29-b4ce-8b61303641e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603084 [ 290 ] {} TCP-Session: 768aff89-9d75-4b95-b9f4-58a15613be0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603111 [ 286 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} executeQuery: (from [fd00:1122:3344:101::e]:51843) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:19:36.603046 [ 294 ] {} TCP-Session: b88d68a5-1a33-4c09-88b1-f9bff4ec55e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602983 [ 292 ] {} TCP-Session: 14646c15-530a-4d91-a709-491e1c54a364 Authenticating user 'default' from [fd00:1122:3344:101::e]:58868 2025.12.24 01:19:36.603156 [ 294 ] {} TCP-Session: b88d68a5-1a33-4c09-88b1-f9bff4ec55e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603179 [ 292 ] {} TCP-Session: 14646c15-530a-4d91-a709-491e1c54a364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602940 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.603206 [ 292 ] {} TCP-Session: 14646c15-530a-4d91-a709-491e1c54a364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602799 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55748 2025.12.24 01:19:36.603234 [ 288 ] {} TCP-Session: 584633f8-6413-4685-94e6-12a8a4f29847 Authenticating user 'default' from [fd00:1122:3344:101::e]:34579 2025.12.24 01:19:36.602846 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39343 2025.12.24 01:19:36.603286 [ 288 ] {} TCP-Session: 584633f8-6413-4685-94e6-12a8a4f29847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.602848 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60444 2025.12.24 01:19:36.603328 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.603331 [ 288 ] {} TCP-Session: 584633f8-6413-4685-94e6-12a8a4f29847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603371 [ 289 ] {} TCP-Session: 6fd3ff33-5a5a-414a-a9c7-5284671d4d3b Authenticating user 'default' from [fd00:1122:3344:101::e]:55748 2025.12.24 01:19:36.603373 [ 286 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:19:36.603409 [ 289 ] {} TCP-Session: 6fd3ff33-5a5a-414a-a9c7-5284671d4d3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603402 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.603435 [ 289 ] {} TCP-Session: 6fd3ff33-5a5a-414a-a9c7-5284671d4d3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603386 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.603453 [ 286 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:19:36.603451 [ 293 ] {} TCP-Session: 0fd3647a-eeb8-4a2d-a151-f8f8cdc0babd Authenticating user 'default' from [fd00:1122:3344:101::e]:60444 2025.12.24 01:19:36.603488 [ 291 ] {} TCP-Session: ef2c05de-8618-4ea4-a701-5c24ed6295f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39343 2025.12.24 01:19:36.603513 [ 293 ] {} TCP-Session: 0fd3647a-eeb8-4a2d-a151-f8f8cdc0babd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603527 [ 291 ] {} TCP-Session: ef2c05de-8618-4ea4-a701-5c24ed6295f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603531 [ 293 ] {} TCP-Session: 0fd3647a-eeb8-4a2d-a151-f8f8cdc0babd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603548 [ 291 ] {} TCP-Session: ef2c05de-8618-4ea4-a701-5c24ed6295f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.603744 [ 286 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:19:36.604716 [ 317 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} AggregatingTransform: Aggregating 2025.12.24 01:19:36.604752 [ 317 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} Aggregator: Aggregation method: without_key 2025.12.24 01:19:36.604788 [ 317 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000917248 sec. (1090.218 rows/sec., 42.59 KiB/sec.) 2025.12.24 01:19:36.604808 [ 317 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} Aggregator: Merging aggregated data 2025.12.24 01:19:36.606078 [ 286 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} executeQuery: Read 1 rows, 40.00 B in 0.003031 sec., 329.92411745298585 rows/sec., 12.89 KiB/sec. 2025.12.24 01:19:36.606221 [ 286 ] {ce82e0bb-7612-4bc5-b053-b5ddc6385ccc} TCPHandler: Processed in 0.00341715 sec. 2025.12.24 01:19:36.606322 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606337 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606370 [ 286 ] {} TCP-Session: 8a50a08e-a917-4920-b8b5-ee54f9d00b19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606374 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606403 [ 288 ] {} TCP-Session: 584633f8-6413-4685-94e6-12a8a4f29847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606410 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606429 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606450 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606467 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606497 [ 292 ] {} TCP-Session: 14646c15-530a-4d91-a709-491e1c54a364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606521 [ 3 ] {} TCP-Session: 631bae69-7dd8-4e29-b4ce-8b61303641e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606491 [ 291 ] {} TCP-Session: ef2c05de-8618-4ea4-a701-5c24ed6295f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606548 [ 290 ] {} TCP-Session: 768aff89-9d75-4b95-b9f4-58a15613be0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606574 [ 294 ] {} TCP-Session: b88d68a5-1a33-4c09-88b1-f9bff4ec55e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606394 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606358 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.606640 [ 293 ] {} TCP-Session: 0fd3647a-eeb8-4a2d-a151-f8f8cdc0babd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.606660 [ 289 ] {} TCP-Session: 6fd3ff33-5a5a-414a-a9c7-5284671d4d3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737120 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44482 2025.12.24 01:19:36.737225 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737252 [ 286 ] {} TCP-Session: 049a2c3b-dfd6-470e-b591-2910579d3012 Authenticating user 'default' from [fd00:1122:3344:101::e]:44482 2025.12.24 01:19:36.737273 [ 286 ] {} TCP-Session: 049a2c3b-dfd6-470e-b591-2910579d3012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737287 [ 286 ] {} TCP-Session: 049a2c3b-dfd6-470e-b591-2910579d3012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737494 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37885 2025.12.24 01:19:36.737526 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46746 2025.12.24 01:19:36.737524 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44140 2025.12.24 01:19:36.737580 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58421 2025.12.24 01:19:36.737596 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61884 2025.12.24 01:19:36.737615 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737646 [ 286 ] {} TCP-Session: 049a2c3b-dfd6-470e-b591-2910579d3012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:36.737666 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737667 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737671 [ 288 ] {} TCP-Session: c7fa78e1-afbf-4db1-96d2-5911ddb63ee3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37885 2025.12.24 01:19:36.737711 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737720 [ 292 ] {} TCP-Session: 3bd46204-ae9e-4d3a-ad4f-b5784e9faea0 Authenticating user 'default' from [fd00:1122:3344:101::e]:58421 2025.12.24 01:19:36.737737 [ 288 ] {} TCP-Session: c7fa78e1-afbf-4db1-96d2-5911ddb63ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737752 [ 291 ] {} TCP-Session: a07250bf-ca48-4779-8e28-69c31e84c778 Authenticating user 'default' from [fd00:1122:3344:101::e]:61884 2025.12.24 01:19:36.737758 [ 292 ] {} TCP-Session: 3bd46204-ae9e-4d3a-ad4f-b5784e9faea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737764 [ 288 ] {} TCP-Session: c7fa78e1-afbf-4db1-96d2-5911ddb63ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737786 [ 291 ] {} TCP-Session: a07250bf-ca48-4779-8e28-69c31e84c778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737788 [ 292 ] {} TCP-Session: 3bd46204-ae9e-4d3a-ad4f-b5784e9faea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737810 [ 291 ] {} TCP-Session: a07250bf-ca48-4779-8e28-69c31e84c778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737822 [ 286 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} executeQuery: (from [fd00:1122:3344:101::e]:44482) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:19:36.737634 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45849 2025.12.24 01:19:36.737626 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52369 2025.12.24 01:19:36.737614 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737708 [ 289 ] {} TCP-Session: 95101756-cf48-4344-ad28-a2001db3d1c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44140 2025.12.24 01:19:36.737932 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737952 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.737959 [ 289 ] {} TCP-Session: 95101756-cf48-4344-ad28-a2001db3d1c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737970 [ 3 ] {} TCP-Session: 5e6885bb-527f-463e-8f92-a9f2e5dfc082 Authenticating user 'default' from [fd00:1122:3344:101::e]:45849 2025.12.24 01:19:36.737995 [ 289 ] {} TCP-Session: 95101756-cf48-4344-ad28-a2001db3d1c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.738011 [ 3 ] {} TCP-Session: 5e6885bb-527f-463e-8f92-a9f2e5dfc082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737986 [ 294 ] {} TCP-Session: 5cbe2b76-b5ef-4e07-8ecf-c914c0f75617 Authenticating user 'default' from [fd00:1122:3344:101::e]:52369 2025.12.24 01:19:36.738036 [ 3 ] {} TCP-Session: 5e6885bb-527f-463e-8f92-a9f2e5dfc082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.738062 [ 294 ] {} TCP-Session: 5cbe2b76-b5ef-4e07-8ecf-c914c0f75617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737934 [ 290 ] {} TCP-Session: b1abb243-5a47-499d-9556-eddda0746f43 Authenticating user 'default' from [fd00:1122:3344:101::e]:46746 2025.12.24 01:19:36.738085 [ 294 ] {} TCP-Session: 5cbe2b76-b5ef-4e07-8ecf-c914c0f75617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.738091 [ 286 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:19:36.738100 [ 290 ] {} TCP-Session: b1abb243-5a47-499d-9556-eddda0746f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.737611 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52534 2025.12.24 01:19:36.738151 [ 286 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:19:36.738129 [ 290 ] {} TCP-Session: b1abb243-5a47-499d-9556-eddda0746f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.738206 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:19:36.738233 [ 293 ] {} TCP-Session: 53d3ddce-deed-48ec-a9c5-d6ff180aa4c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:52534 2025.12.24 01:19:36.738250 [ 293 ] {} TCP-Session: 53d3ddce-deed-48ec-a9c5-d6ff180aa4c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.738262 [ 293 ] {} TCP-Session: 53d3ddce-deed-48ec-a9c5-d6ff180aa4c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.738453 [ 286 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:19:36.739371 [ 298 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} AggregatingTransform: Aggregating 2025.12.24 01:19:36.739439 [ 298 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} Aggregator: Aggregation method: without_key 2025.12.24 01:19:36.739484 [ 298 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000926259 sec. (1079.612 rows/sec., 42.17 KiB/sec.) 2025.12.24 01:19:36.739507 [ 298 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} Aggregator: Merging aggregated data 2025.12.24 01:19:36.740860 [ 286 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} executeQuery: Read 1 rows, 40.00 B in 0.003094 sec., 323.2062055591467 rows/sec., 12.63 KiB/sec. 2025.12.24 01:19:36.741009 [ 286 ] {63568a6d-a7db-4ca1-931c-1cf1d4e98e4a} TCPHandler: Processed in 0.003477541 sec. 2025.12.24 01:19:36.741116 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741145 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741146 [ 286 ] {} TCP-Session: 049a2c3b-dfd6-470e-b591-2910579d3012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741167 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741188 [ 288 ] {} TCP-Session: c7fa78e1-afbf-4db1-96d2-5911ddb63ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741200 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741220 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741238 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741249 [ 3 ] {} TCP-Session: 5e6885bb-527f-463e-8f92-a9f2e5dfc082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741262 [ 292 ] {} TCP-Session: 3bd46204-ae9e-4d3a-ad4f-b5784e9faea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741272 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741291 [ 293 ] {} TCP-Session: 53d3ddce-deed-48ec-a9c5-d6ff180aa4c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741181 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741324 [ 294 ] {} TCP-Session: 5cbe2b76-b5ef-4e07-8ecf-c914c0f75617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741258 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 01:19:36.741359 [ 290 ] {} TCP-Session: b1abb243-5a47-499d-9556-eddda0746f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741226 [ 289 ] {} TCP-Session: 95101756-cf48-4344-ad28-a2001db3d1c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.741397 [ 291 ] {} TCP-Session: a07250bf-ca48-4779-8e28-69c31e84c778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:19:36.815891 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 590 2025.12.24 01:19:36.818212 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:36.818270 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:36.819506 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:19:36.819818 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:36.820222 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 590 2025.12.24 01:19:38.146391 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:38.146569 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:38.146634 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:38.147369 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.147411 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.147827 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:19:38.148064 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.148219 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} executeQuery: Read 136 rows, 12.08 KiB in 0.001696 sec., 80188.67924528301 rows/sec., 6.95 MiB/sec. 2025.12.24 01:19:38.148201 [ 76 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:19:38.148263 [ 255 ] {ef471bbe-f8f4-481c-b38c-e24e2ce84dc6} TCPHandler: Processed in 0.00200072 sec. 2025.12.24 01:19:38.148317 [ 76 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.148354 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.148399 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:38.148477 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:19:38.148504 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:19:38.148560 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:19:38.148627 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:38.148672 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1408 rows starting from the beginning of the part 2025.12.24 01:19:38.148747 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:19:38.148798 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2025.12.24 01:19:38.148848 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part 2025.12.24 01:19:38.148895 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2025.12.24 01:19:38.148943 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 136 rows starting from the beginning of the part 2025.12.24 01:19:38.148985 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.149029 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.149382 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:19:38.149623 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.149763 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} executeQuery: Read 40 rows, 3.01 KiB in 0.001279 sec., 31274.43315089914 rows/sec., 2.30 MiB/sec. 2025.12.24 01:19:38.149804 [ 255 ] {33f7a7d1-698c-4975-8a71-75c290a1ad1e} TCPHandler: Processed in 0.00145559 sec. 2025.12.24 01:19:38.149916 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:38.150017 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:38.150059 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:38.150502 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.150520 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.002098723 sec., 1519495.4265045936 rows/sec., 133.36 MiB/sec. 2025.12.24 01:19:38.150540 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.150849 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:19:38.150904 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:19:38.151192 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.151250 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.151304 [ 76 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:19:38.151326 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} executeQuery: Read 104 rows, 8.32 KiB in 0.001328 sec., 78313.2530120482 rows/sec., 6.12 MiB/sec. 2025.12.24 01:19:38.151364 [ 76 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.151348 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_36_7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:19:38.151398 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.151399 [ 255 ] {4907e95b-24ff-4c38-8da9-35bdd7d07038} TCPHandler: Processed in 0.001534721 sec. 2025.12.24 01:19:38.151489 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:19:38.151509 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:19:38.151552 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:38.151590 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:38.151619 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 634 rows starting from the beginning of the part 2025.12.24 01:19:38.151654 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:38.151663 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 598 rows starting from the beginning of the part 2025.12.24 01:19:38.151711 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:38.151731 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2025.12.24 01:19:38.151773 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part 2025.12.24 01:19:38.151807 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2025.12.24 01:19:38.151844 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2025.12.24 01:19:38.152142 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.152185 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.152552 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:19:38.152786 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.152809 [ 196 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349797 sec., 1161656.160148526 rows/sec., 92.59 MiB/sec. 2025.12.24 01:19:38.152900 [ 76 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:19:38.152920 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2025.12.24 01:19:38.152941 [ 76 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.152967 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.152967 [ 255 ] {c39290e2-9bd4-4875-8791-77a43b939f24} TCPHandler: Processed in 0.00146625 sec. 2025.12.24 01:19:38.152982 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:19:38.153044 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:19:38.153105 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:38.153149 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:38.153186 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8926 rows starting from the beginning of the part 2025.12.24 01:19:38.153208 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:38.153251 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 881 rows starting from the beginning of the part 2025.12.24 01:19:38.153270 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:19:38.153299 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.153302 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:38.153362 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:38.153383 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_36_7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:19:38.153402 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:38.153443 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.12.24 01:19:38.153464 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:19:38.154171 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.154213 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.154849 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:19:38.155080 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.155233 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} executeQuery: Read 40 rows, 73.40 KiB in 0.002043 sec., 19579.05041605482 rows/sec., 35.08 MiB/sec. 2025.12.24 01:19:38.155302 [ 255 ] {77c2ed7f-007a-4651-a0ba-da8149691e5f} TCPHandler: Processed in 0.002247075 sec. 2025.12.24 01:19:38.155418 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:38.155515 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:38.155557 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:38.155897 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.155934 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.156264 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:19:38.156480 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.156577 [ 76 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:19:38.156608 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.12.24 01:19:38.156618 [ 76 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:38.156649 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:38.156651 [ 255 ] {97cbdd36-ccad-486c-af20-4ae2fb5d4362} TCPHandler: Processed in 0.001283986 sec. 2025.12.24 01:19:38.156734 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:19:38.156851 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:38.156857 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10447 rows, containing 5 columns (5 merged, 0 gathered) in 0.003842908 sec., 2718514.2085108464 rows/sec., 186.87 MiB/sec. 2025.12.24 01:19:38.156886 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1788 rows starting from the beginning of the part 2025.12.24 01:19:38.156956 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:38.157006 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:38.157049 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:38.157097 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:38.157140 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:19:38.157142 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.12.24 01:19:38.157439 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.157513 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_36_7} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:19:38.157594 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. 2025.12.24 01:19:38.158198 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 4 columns (4 merged, 0 gathered) in 0.001501261 sec., 1390830.7749285433 rows/sec., 93.73 MiB/sec. 2025.12.24 01:19:38.158458 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:19:38.158705 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:38.158768 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_36_7} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:19:38.158836 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.12.24 01:19:41.678424 [ 72 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:19:41.678510 [ 72 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:19:41.787118 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12412 2025.12.24 01:19:41.787615 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:41.787665 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:41.788278 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:19:41.788569 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:41.788720 [ 71 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:19:41.788731 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12412 2025.12.24 01:19:41.788764 [ 71 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:41.788786 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:41.788915 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:19:41.789062 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:41.789110 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10044 rows starting from the beginning of the part 2025.12.24 01:19:41.789176 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2025.12.24 01:19:41.789220 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2025.12.24 01:19:41.789263 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2025.12.24 01:19:41.789304 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2025.12.24 01:19:41.789344 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2025.12.24 01:19:41.793420 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12412 rows, containing 4 columns (4 merged, 0 gathered) in 0.004562783 sec., 2720269.6249197037 rows/sec., 38.91 MiB/sec. 2025.12.24 01:19:41.793695 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:19:41.793974 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:41.794044 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_26_5} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:19:41.794130 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 01:19:42.451096 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.12.24 01:19:42.468898 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:42.468964 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:42.474517 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:19:42.475202 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:42.475533 [ 71 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:19:42.475601 [ 71 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:42.475621 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:42.475715 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:19:42.478229 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.12.24 01:19:42.478791 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:19:42.479629 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.12.24 01:19:42.483123 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.12.24 01:19:42.486528 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.12.24 01:19:42.490200 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.12.24 01:19:42.494328 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.12.24 01:19:42.498320 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.12.24 01:19:42.551981 [ 187 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.076299449 sec., 2568.8258902105567 rows/sec., 13.28 MiB/sec. 2025.12.24 01:19:42.554807 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:19:42.556876 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:42.556997 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_26_5} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:19:42.559856 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 01:19:43.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 255.27 MiB, peak 267.85 MiB, free memory in arenas 0.00 B, will set to 260.29 MiB (RSS), difference: 5.01 MiB 2025.12.24 01:19:43.144649 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:43.144861 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:43.144934 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:43.145621 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:43.145675 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:43.146096 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:19:43.146346 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:43.146513 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} executeQuery: Read 56 rows, 4.41 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.51 MiB/sec. 2025.12.24 01:19:43.146566 [ 255 ] {7e8fd6f7-9ea3-4b0e-9c32-b6737de442b7} TCPHandler: Processed in 0.002089323 sec. 2025.12.24 01:19:43.146709 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:43.146818 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:43.146862 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:43.147315 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:43.147357 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:43.147712 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:19:43.147932 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:43.148072 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} executeQuery: Read 64 rows, 5.12 KiB in 0.001279 sec., 50039.093041438624 rows/sec., 3.91 MiB/sec. 2025.12.24 01:19:43.148112 [ 255 ] {a06a617e-e4df-48bd-8ebf-8e51a7f1a918} TCPHandler: Processed in 0.001457769 sec. 2025.12.24 01:19:43.148248 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:43.148351 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:43.148398 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:43.148823 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:43.148859 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:43.149218 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:19:43.149430 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:43.149562 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2025.12.24 01:19:43.149599 [ 255 ] {4e713638-cf3c-4593-ae61-afce483705c3} TCPHandler: Processed in 0.001402958 sec. 2025.12.24 01:19:43.149718 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:43.149815 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:43.149858 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:43.150197 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:43.150233 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:43.150563 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:19:43.150791 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:43.150922 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2025.12.24 01:19:43.150958 [ 255 ] {ec50d15a-851a-46b0-b874-eb783cdc425a} TCPHandler: Processed in 0.001290856 sec. 2025.12.24 01:19:46.820451 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 610 2025.12.24 01:19:46.822604 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:46.822658 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:46.823921 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:19:46.824203 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:46.824567 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 610 2025.12.24 01:19:48.175983 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.176164 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.176231 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:19:48.176869 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.176920 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.177311 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:19:48.177535 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.177693 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} executeQuery: Read 24 rows, 2.04 KiB in 0.001577 sec., 15218.769816106531 rows/sec., 1.26 MiB/sec. 2025.12.24 01:19:48.177744 [ 255 ] {de07030c-07d2-4de0-80c3-e658ee68a227} TCPHandler: Processed in 0.001894099 sec. 2025.12.24 01:19:48.177872 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.177974 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:19:48.178018 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:19:48.178430 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.178467 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.178798 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:19:48.179002 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.179129 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} executeQuery: Read 18 rows, 1.48 KiB in 0.001179 sec., 15267.175572519085 rows/sec., 1.23 MiB/sec. 2025.12.24 01:19:48.179168 [ 255 ] {27235339-42a4-44a5-aa03-95ecac48241c} TCPHandler: Processed in 0.001351008 sec. 2025.12.24 01:19:48.179280 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.179376 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:48.179416 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:48.180362 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.180400 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.180852 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:19:48.181058 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.181195 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} executeQuery: Read 1406 rows, 120.85 KiB in 0.001839 sec., 764545.9488852638 rows/sec., 64.18 MiB/sec. 2025.12.24 01:19:48.181233 [ 255 ] {809809a5-8e0b-4f40-b7b5-b141d06b763b} TCPHandler: Processed in 0.00200445 sec. 2025.12.24 01:19:48.181346 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.181441 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.181481 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:19:48.181901 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.181937 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.182240 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:19:48.182449 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.182581 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} executeQuery: Read 70 rows, 5.24 KiB in 0.001159 sec., 60396.89387402933 rows/sec., 4.41 MiB/sec. 2025.12.24 01:19:48.182620 [ 255 ] {334d867a-3764-4ea5-b2b7-aea10ce89975} TCPHandler: Processed in 0.001325056 sec. 2025.12.24 01:19:48.182735 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.182830 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.182869 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:19:48.183318 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.183353 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.183685 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:19:48.183894 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.184023 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} executeQuery: Read 252 rows, 17.85 KiB in 0.001212 sec., 207920.79207920792 rows/sec., 14.38 MiB/sec. 2025.12.24 01:19:48.184061 [ 255 ] {92677ea8-2b9a-4a1f-bcbe-63aa78699d5f} TCPHandler: Processed in 0.001377278 sec. 2025.12.24 01:19:48.184173 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.184267 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.184306 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:19:48.184712 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.184749 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.185056 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:19:48.185259 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.185385 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2025.12.24 01:19:48.185422 [ 255 ] {cd9dba6f-2736-4bff-8d14-faf4cff2ab69} TCPHandler: Processed in 0.001298126 sec. 2025.12.24 01:19:48.185544 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.185639 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:48.185677 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:48.186272 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.186309 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.186652 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:19:48.186856 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.186989 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} executeQuery: Read 614 rows, 47.35 KiB in 0.001369 sec., 448502.5566106647 rows/sec., 33.77 MiB/sec. 2025.12.24 01:19:48.187027 [ 255 ] {e943669f-9be3-48aa-aff1-752bd2f88371} TCPHandler: Processed in 0.001536011 sec. 2025.12.24 01:19:48.187146 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.187241 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.187283 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:48.187861 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.187898 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.188284 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:19:48.188497 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.188636 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} executeQuery: Read 889 rows, 61.80 KiB in 0.001413 sec., 629157.8202406229 rows/sec., 42.71 MiB/sec. 2025.12.24 01:19:48.188674 [ 255 ] {855d6ff1-c08a-45db-a3e0-2fdbd04c3500} TCPHandler: Processed in 0.001577572 sec. 2025.12.24 01:19:48.188782 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.188887 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.188944 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:19:48.189796 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.189836 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.190493 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:19:48.190735 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.190883 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} executeQuery: Read 40 rows, 73.40 KiB in 0.002017 sec., 19831.432821021317 rows/sec., 35.54 MiB/sec. 2025.12.24 01:19:48.190954 [ 255 ] {ade761c8-801d-4ad7-8845-741bfc4e42da} TCPHandler: Processed in 0.002223235 sec. 2025.12.24 01:19:48.191069 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:48.191166 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:48.191209 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:48.191545 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:48.191583 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:48.191920 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:19:48.192138 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:48.192276 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.12.24 01:19:48.192320 [ 255 ] {97710550-9eaa-44c7-982a-cdc3c6850a9c} TCPHandler: Processed in 0.001301296 sec. 2025.12.24 01:19:49.288859 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12924 2025.12.24 01:19:49.289423 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:49.289463 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:49.289985 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:19:49.290240 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:49.290419 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12924 2025.12.24 01:19:49.978327 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.12.24 01:19:49.994739 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:49.994803 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:50.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 265.05 MiB, peak 267.85 MiB, free memory in arenas 0.00 B, will set to 261.14 MiB (RSS), difference: -3.91 MiB 2025.12.24 01:19:50.000956 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:19:50.001698 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:50.004794 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.12.24 01:19:51.000191 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 257.14 MiB, peak 267.85 MiB, free memory in arenas 0.00 B, will set to 261.59 MiB (RSS), difference: 4.45 MiB 2025.12.24 01:19:53.145418 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:53.145601 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:53.145668 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:53.146349 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:53.146401 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:53.146810 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:19:53.147057 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:53.147229 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} executeQuery: Read 56 rows, 4.41 KiB in 0.001678 sec., 33373.063170441004 rows/sec., 2.56 MiB/sec. 2025.12.24 01:19:53.147284 [ 255 ] {29b3c85a-8897-4037-b96f-360cb5374c89} TCPHandler: Processed in 0.00199623 sec. 2025.12.24 01:19:53.147420 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:53.147526 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:53.147571 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:53.148008 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:53.148048 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:53.148398 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:19:53.148624 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:53.148761 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} executeQuery: Read 64 rows, 5.12 KiB in 0.001259 sec., 50833.99523431295 rows/sec., 3.97 MiB/sec. 2025.12.24 01:19:53.148801 [ 255 ] {e26f3e2d-d948-4727-8c3a-d982a2a21a97} TCPHandler: Processed in 0.001434569 sec. 2025.12.24 01:19:53.148920 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:53.149021 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:53.149068 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:53.149494 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:53.149534 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:53.149899 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:19:53.150151 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:53.150303 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} executeQuery: Read 160 rows, 11.41 KiB in 0.001302 sec., 122887.86482334869 rows/sec., 8.56 MiB/sec. 2025.12.24 01:19:53.150350 [ 255 ] {9bd3bd77-3895-4d8b-995e-fd08426cdd36} TCPHandler: Processed in 0.00148077 sec. 2025.12.24 01:19:53.150466 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:53.150566 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:53.150609 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:53.150953 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:53.150991 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:53.151318 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:19:53.151551 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:53.151683 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.12.24 01:19:53.151721 [ 255 ] {3f7b3506-1309-4ceb-b00b-ecfda6f981a1} TCPHandler: Processed in 0.001305086 sec. 2025.12.24 01:19:56.678555 [ 53 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:19:56.678620 [ 53 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:19:56.790546 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13372 2025.12.24 01:19:56.791310 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:56.791375 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:56.791846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:19:56.792073 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:56.792215 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13372 2025.12.24 01:19:56.824729 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 638 2025.12.24 01:19:56.827057 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:56.827122 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:56.828421 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:19:56.828712 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:56.829082 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 638 2025.12.24 01:19:57.505102 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.12.24 01:19:57.521826 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:57.521896 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:57.528145 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:19:57.528907 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:57.531793 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.12.24 01:19:58.146864 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:58.147052 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:19:58.147130 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:19:58.147845 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:58.147900 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:58.148387 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:19:58.148645 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:58.148823 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} executeQuery: Read 136 rows, 12.08 KiB in 0.001819 sec., 74766.35514018692 rows/sec., 6.48 MiB/sec. 2025.12.24 01:19:58.148881 [ 255 ] {20b15f8d-51c4-48d9-aa69-5997cbfabfeb} TCPHandler: Processed in 0.002154114 sec. 2025.12.24 01:19:58.149014 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:58.149124 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:19:58.149171 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:19:58.149612 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:58.149657 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:58.150005 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:19:58.150249 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:58.150386 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} executeQuery: Read 40 rows, 3.01 KiB in 0.001288 sec., 31055.90062111801 rows/sec., 2.28 MiB/sec. 2025.12.24 01:19:58.150427 [ 255 ] {910819e0-3628-4885-b9ee-bc69c912c0ff} TCPHandler: Processed in 0.00146953 sec. 2025.12.24 01:19:58.150541 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:58.150646 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:19:58.150693 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:19:58.151152 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:58.151192 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:58.151551 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:19:58.151791 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:58.151935 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} executeQuery: Read 104 rows, 8.32 KiB in 0.00131 sec., 79389.31297709924 rows/sec., 6.20 MiB/sec. 2025.12.24 01:19:58.151976 [ 255 ] {56ca3d56-9318-4e06-8660-c9912d7835ba} TCPHandler: Processed in 0.001485381 sec. 2025.12.24 01:19:58.152095 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:58.152195 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:58.152241 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:19:58.152677 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:58.152717 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:58.153153 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:19:58.153449 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:58.153595 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} executeQuery: Read 160 rows, 11.41 KiB in 0.001422 sec., 112517.58087201124 rows/sec., 7.84 MiB/sec. 2025.12.24 01:19:58.153637 [ 255 ] {f2497d48-1f8b-44f4-8a01-c1067e6dbd09} TCPHandler: Processed in 0.001592042 sec. 2025.12.24 01:19:58.153794 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:58.153913 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:19:58.153996 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:19:58.155714 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:58.155767 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:58.156543 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:19:58.156796 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:58.156955 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} executeQuery: Read 40 rows, 73.40 KiB in 0.003069 sec., 13033.561420658194 rows/sec., 23.36 MiB/sec. 2025.12.24 01:19:58.157040 [ 255 ] {4b68caae-8610-4d0e-a45c-6d534c1c3029} TCPHandler: Processed in 0.003308768 sec. 2025.12.24 01:19:58.157167 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:19:58.157272 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:19:58.157319 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:19:58.157674 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:19:58.157711 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:19:58.158040 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:19:58.158250 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:19:58.158382 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.12.24 01:19:58.158421 [ 255 ] {7f52ab5c-2da1-497e-945e-611e93ba1f4d} TCPHandler: Processed in 0.001308446 sec. 2025.12.24 01:20:03.144388 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:03.144587 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:03.144659 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:03.145372 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.145425 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.145847 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:20:03.146076 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.146231 [ 50 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:20:03.146240 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} executeQuery: Read 56 rows, 4.41 KiB in 0.001702 sec., 32902.46768507638 rows/sec., 2.53 MiB/sec. 2025.12.24 01:20:03.146302 [ 50 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.146329 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.146339 [ 255 ] {eed3ae1c-7e59-43f3-a97e-897c1c946fbb} TCPHandler: Processed in 0.002088933 sec. 2025.12.24 01:20:03.146420 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:20:03.146483 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:03.146519 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:03.146550 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1408 rows starting from the beginning of the part 2025.12.24 01:20:03.146588 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:03.146609 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:03.146633 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:03.146666 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:20:03.146707 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:03.146744 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 136 rows starting from the beginning of the part 2025.12.24 01:20:03.146783 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:03.147089 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.147127 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.147490 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:20:03.147720 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.147858 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} executeQuery: Read 64 rows, 5.12 KiB in 0.001294 sec., 49459.04173106646 rows/sec., 3.86 MiB/sec. 2025.12.24 01:20:03.147873 [ 47 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:20:03.147900 [ 255 ] {e6dbae3b-fa60-467e-b44a-572bffc76fb3} TCPHandler: Processed in 0.001471029 sec. 2025.12.24 01:20:03.147944 [ 47 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.147971 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.148044 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:03.148089 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:20:03.148106 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.001723815 sec., 1808778.784266293 rows/sec., 158.25 MiB/sec. 2025.12.24 01:20:03.148153 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:03.148204 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:03.148236 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:03.148281 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 634 rows starting from the beginning of the part 2025.12.24 01:20:03.148309 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:20:03.148353 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:03.148405 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 614 rows starting from the beginning of the part 2025.12.24 01:20:03.148449 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:03.148512 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part 2025.12.24 01:20:03.148560 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:03.148568 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.148633 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.148649 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_41_8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:20:03.148670 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.148713 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:20:03.149141 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:20:03.149391 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.149516 [ 47 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:20:03.149534 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} executeQuery: Read 160 rows, 11.41 KiB in 0.001403 sec., 114041.33998574484 rows/sec., 7.94 MiB/sec. 2025.12.24 01:20:03.149555 [ 47 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.149578 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.149581 [ 255 ] {acf4723c-c852-4d2e-96db-d1d801b9e284} TCPHandler: Processed in 0.001588413 sec. 2025.12.24 01:20:03.149678 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:20:03.149708 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:03.149746 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001719025 sec., 898183.5633571356 rows/sec., 71.58 MiB/sec. 2025.12.24 01:20:03.149813 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:03.149822 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:03.149864 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:03.149874 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10447 rows starting from the beginning of the part 2025.12.24 01:20:03.149911 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:20:03.149952 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:03.150005 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 889 rows starting from the beginning of the part 2025.12.24 01:20:03.150048 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:03.150093 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:03.150137 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:03.150211 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.150226 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.150269 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.150301 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_41_8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:20:03.150401 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:20:03.150649 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:20:03.150887 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.151005 [ 47 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:20:03.151023 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} executeQuery: Read 60 rows, 4.14 KiB in 0.001231 sec., 48740.86108854589 rows/sec., 3.28 MiB/sec. 2025.12.24 01:20:03.151039 [ 47 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:03.151071 [ 255 ] {b0ca02e8-bdfa-414d-8c6d-8fdca4ea6aef} TCPHandler: Processed in 0.001413239 sec. 2025.12.24 01:20:03.151076 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:03.151165 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:20:03.151260 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:03.151288 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2088 rows starting from the beginning of the part 2025.12.24 01:20:03.151333 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:03.151371 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:03.151406 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:03.151441 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:03.151475 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:03.152810 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001678004 sec., 1423119.3727786108 rows/sec., 95.91 MiB/sec. 2025.12.24 01:20:03.153125 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:20:03.153459 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.153549 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_41_8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:20:03.153626 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.12.24 01:20:03.154715 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 11976 rows, containing 5 columns (5 merged, 0 gathered) in 0.005082733 sec., 2356212.691085682 rows/sec., 161.93 MiB/sec. 2025.12.24 01:20:03.155121 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:20:03.155450 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:03.155535 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_41_8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:20:03.155650 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2025.12.24 01:20:04.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 262.73 MiB, peak 269.61 MiB, free memory in arenas 0.00 B, will set to 264.27 MiB (RSS), difference: 1.54 MiB 2025.12.24 01:20:04.292331 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13884 2025.12.24 01:20:04.292902 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:04.292951 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:04.293516 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:20:04.293757 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:04.293885 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13884 2025.12.24 01:20:05.031893 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.12.24 01:20:05.049235 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:05.049280 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:05.055279 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:20:05.055979 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:05.059094 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.12.24 01:20:06.829292 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 658 2025.12.24 01:20:06.831446 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:06.831502 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:06.832739 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:20:06.833034 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:06.833220 [ 43 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:20:06.833287 [ 43 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:06.833308 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:06.833404 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 658 2025.12.24 01:20:06.833434 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:20:06.834220 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:06.834442 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 536 rows starting from the beginning of the part 2025.12.24 01:20:06.835005 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2025.12.24 01:20:06.835534 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2025.12.24 01:20:06.836085 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part 2025.12.24 01:20:06.836582 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part 2025.12.24 01:20:06.836948 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part 2025.12.24 01:20:06.843737 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 72 columns (72 merged, 0 gathered) in 0.01035806 sec., 63525.409198247544 rows/sec., 54.33 MiB/sec. 2025.12.24 01:20:06.844844 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:20:06.845415 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:06.845487 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_21_4} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:20:06.845800 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2025.12.24 01:20:08.148102 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:08.148285 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:08.148353 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:08.149115 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.149166 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.149603 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:20:08.149838 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.150000 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} executeQuery: Read 136 rows, 12.08 KiB in 0.001763 sec., 77141.23652864435 rows/sec., 6.69 MiB/sec. 2025.12.24 01:20:08.150054 [ 255 ] {f21a9ee8-a283-466e-aea8-bd3ea5044622} TCPHandler: Processed in 0.002087603 sec. 2025.12.24 01:20:08.150191 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:08.150297 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:20:08.150343 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:20:08.150779 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.150818 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.151135 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:20:08.151357 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.151480 [ 42 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:20:08.151491 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} executeQuery: Read 40 rows, 3.01 KiB in 0.001218 sec., 32840.722495894915 rows/sec., 2.41 MiB/sec. 2025.12.24 01:20:08.151546 [ 42 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.151558 [ 255 ] {1f321406-d1c4-4c29-99f0-b79b58d48367} TCPHandler: Processed in 0.001418648 sec. 2025.12.24 01:20:08.151575 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.151671 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:08.151726 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:20:08.151779 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:08.151830 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:08.151881 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:08.151925 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 72 rows starting from the beginning of the part 2025.12.24 01:20:08.152008 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.152064 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.152116 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 70 rows starting from the beginning of the part 2025.12.24 01:20:08.152165 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.152209 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.152287 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.152329 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.152698 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:20:08.152934 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.153069 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} executeQuery: Read 104 rows, 8.32 KiB in 0.001311 sec., 79328.75667429443 rows/sec., 6.20 MiB/sec. 2025.12.24 01:20:08.153109 [ 255 ] {4cee8104-a516-4f4e-aa59-4cd404ae4c91} TCPHandler: Processed in 0.0014877 sec. 2025.12.24 01:20:08.153151 [ 195 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507581 sec., 200320.91144688078 rows/sec., 15.44 MiB/sec. 2025.12.24 01:20:08.153227 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:08.153288 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:20:08.153328 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:08.153378 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:08.153540 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.153617 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_21_4} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:20:08.153727 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.24 01:20:08.153817 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.153861 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.154205 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:20:08.154425 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.154588 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.12.24 01:20:08.154626 [ 255 ] {dbc82cd2-6b5f-427f-92f9-d8101fa3a054} TCPHandler: Processed in 0.00144747 sec. 2025.12.24 01:20:08.154742 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:08.154850 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:08.154912 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:20:08.155817 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.155881 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.156470 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:20:08.156706 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.156823 [ 42 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 01:20:08.156844 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} executeQuery: Read 40 rows, 73.40 KiB in 0.002012 sec., 19880.715705765408 rows/sec., 35.63 MiB/sec. 2025.12.24 01:20:08.156869 [ 42 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.156893 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.156908 [ 255 ] {4e5d5f64-3c00-490c-b2d7-07f5b48df1a6} TCPHandler: Processed in 0.002217615 sec. 2025.12.24 01:20:08.156978 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.24 01:20:08.157036 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:08.157138 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:08.157180 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:08.157190 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:08.157243 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 514 rows starting from the beginning of the part 2025.12.24 01:20:08.157347 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.157445 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.157534 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.157541 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:08.157584 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:08.157619 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.157702 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:08.157914 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:20:08.158192 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.158331 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} executeQuery: Read 60 rows, 4.14 KiB in 0.001212 sec., 49504.9504950495 rows/sec., 3.34 MiB/sec. 2025.12.24 01:20:08.158371 [ 255 ] {0989047a-2038-4a14-abbd-6c9694b8959e} TCPHandler: Processed in 0.001385478 sec. 2025.12.24 01:20:08.180389 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 19 columns (19 merged, 0 gathered) in 0.023447255 sec., 30451.325752204255 rows/sec., 54.57 MiB/sec. 2025.12.24 01:20:08.181194 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 01:20:08.181518 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:08.181587 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_21_4} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 01:20:08.181674 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. 2025.12.24 01:20:09.000264 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 264.96 MiB, peak 272.62 MiB, free memory in arenas 0.00 B, will set to 266.84 MiB (RSS), difference: 1.88 MiB 2025.12.24 01:20:11.678875 [ 39 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:20:11.678940 [ 39 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:20:11.794051 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14332 2025.12.24 01:20:11.794524 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:11.794561 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:11.795095 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:20:11.795329 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:11.795465 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14332 2025.12.24 01:20:12.559277 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.12.24 01:20:12.576642 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:12.576697 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:12.582664 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:20:12.583349 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:12.586250 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.12.24 01:20:13.145233 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:13.145404 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:13.145467 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:13.146200 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:13.146254 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:13.146665 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:20:13.146917 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:13.147083 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} executeQuery: Read 56 rows, 4.41 KiB in 0.001684 sec., 33254.1567695962 rows/sec., 2.55 MiB/sec. 2025.12.24 01:20:13.147138 [ 255 ] {b00380a3-c9e5-45eb-9492-b8d79961291d} TCPHandler: Processed in 0.002007981 sec. 2025.12.24 01:20:13.147270 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:13.147377 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:13.147422 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:13.147881 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:13.147922 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:13.148250 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:20:13.148471 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:13.148604 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} executeQuery: Read 64 rows, 5.12 KiB in 0.001252 sec., 51118.2108626198 rows/sec., 3.99 MiB/sec. 2025.12.24 01:20:13.148645 [ 255 ] {a84bf9f8-96c0-4eb1-979c-788a7bfd4a8c} TCPHandler: Processed in 0.001432889 sec. 2025.12.24 01:20:13.148765 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:13.148864 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:13.148910 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:13.149342 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:13.149381 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:13.149733 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:20:13.149976 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:13.150107 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2025.12.24 01:20:13.150147 [ 255 ] {bf6d285d-e8ef-494a-bab3-12c294faf3f3} TCPHandler: Processed in 0.001431789 sec. 2025.12.24 01:20:13.150257 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:13.150353 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:13.150395 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:13.150747 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:13.150784 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:13.151114 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:20:13.151350 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:13.151480 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.12.24 01:20:13.151519 [ 255 ] {ccaf29d7-15b1-49b7-bacf-f93050bb863d} TCPHandler: Processed in 0.001310267 sec. 2025.12.24 01:20:16.833668 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 678 2025.12.24 01:20:16.835757 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:16.835813 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:16.837028 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:20:16.837303 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:16.837678 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 678 2025.12.24 01:20:18.175781 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.175981 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.176059 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:20:18.176772 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.176837 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.177244 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:20:18.177486 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.177650 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} executeQuery: Read 24 rows, 2.04 KiB in 0.001726 sec., 13904.982618771726 rows/sec., 1.15 MiB/sec. 2025.12.24 01:20:18.177705 [ 255 ] {08e88e80-f76a-4718-a267-a1544ae743bc} TCPHandler: Processed in 0.002065062 sec. 2025.12.24 01:20:18.177846 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.177954 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:20:18.178000 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:20:18.178403 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.178441 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.178773 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:20:18.178999 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.179133 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} executeQuery: Read 2 rows, 167.00 B in 0.001205 sec., 1659.7510373443984 rows/sec., 135.34 KiB/sec. 2025.12.24 01:20:18.179175 [ 255 ] {c915d33d-0b1f-423c-a986-5ccc53451da7} TCPHandler: Processed in 0.001395948 sec. 2025.12.24 01:20:18.179292 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.179392 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:18.179433 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:18.180445 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.180484 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.180907 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:20:18.181138 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.181279 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} executeQuery: Read 1397 rows, 120.17 KiB in 0.001908 sec., 732180.2935010482 rows/sec., 61.51 MiB/sec. 2025.12.24 01:20:18.181323 [ 255 ] {e05c62ac-1d09-4b8b-bc2a-257e3e59bf36} TCPHandler: Processed in 0.002082273 sec. 2025.12.24 01:20:18.181438 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.181536 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.181577 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:20:18.182000 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.182037 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.182368 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:20:18.182575 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.182702 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} executeQuery: Read 54 rows, 4.11 KiB in 0.001186 sec., 45531.197301854976 rows/sec., 3.38 MiB/sec. 2025.12.24 01:20:18.182740 [ 255 ] {9159694a-781a-4a46-930d-8f77efda9682} TCPHandler: Processed in 0.001352217 sec. 2025.12.24 01:20:18.182863 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.182959 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.183000 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:20:18.183466 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.183504 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.183834 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:20:18.184044 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.184169 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} executeQuery: Read 252 rows, 17.85 KiB in 0.001229 sec., 205044.7518307567 rows/sec., 14.18 MiB/sec. 2025.12.24 01:20:18.184208 [ 255 ] {e5924809-51cb-49ba-adaf-667b43881f22} TCPHandler: Processed in 0.001410649 sec. 2025.12.24 01:20:18.184324 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.184418 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.184458 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:20:18.184852 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.184890 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.185187 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:20:18.185392 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.185516 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2025.12.24 01:20:18.185555 [ 255 ] {bd561389-6e99-4508-a1d7-aa121c17b6c0} TCPHandler: Processed in 0.001281435 sec. 2025.12.24 01:20:18.185659 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.185752 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:18.185791 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:18.186395 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.186432 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.186781 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:20:18.186997 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.187127 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} executeQuery: Read 598 rows, 46.03 KiB in 0.001393 sec., 429289.30366116296 rows/sec., 32.27 MiB/sec. 2025.12.24 01:20:18.187165 [ 255 ] {9fb8978a-f8ac-4bff-83a4-a1c29aabc2ea} TCPHandler: Processed in 0.001555291 sec. 2025.12.24 01:20:18.187265 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.187360 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.187401 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:18.187964 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.188000 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.188367 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:20:18.188577 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.188714 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} executeQuery: Read 881 rows, 61.23 KiB in 0.001373 sec., 641660.5972323379 rows/sec., 43.55 MiB/sec. 2025.12.24 01:20:18.188754 [ 255 ] {a9961e96-b509-443b-8188-4a0b292d75c4} TCPHandler: Processed in 0.001538001 sec. 2025.12.24 01:20:18.188866 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.188960 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.189015 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:20:18.189850 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.189887 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.190523 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:20:18.190793 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.190953 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} executeQuery: Read 40 rows, 73.40 KiB in 0.00201 sec., 19900.49751243781 rows/sec., 35.66 MiB/sec. 2025.12.24 01:20:18.191022 [ 255 ] {a42f2f56-a162-45c6-8779-9a827abdc376} TCPHandler: Processed in 0.002209564 sec. 2025.12.24 01:20:18.191145 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:18.191248 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:18.191296 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:18.191691 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:18.191734 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:18.192100 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:20:18.192360 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:18.192489 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001263 sec., 47505.93824228028 rows/sec., 3.20 MiB/sec. 2025.12.24 01:20:18.192524 [ 255 ] {4856d2d4-16cb-4f86-b571-85780e0aab7d} TCPHandler: Processed in 0.001437209 sec. 2025.12.24 01:20:19.295608 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14844 2025.12.24 01:20:19.296121 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:19.296170 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:19.296641 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:20:19.296875 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:19.297015 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14844 2025.12.24 01:20:19.297019 [ 33 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:20:19.297092 [ 33 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:19.297115 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:19.297205 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:20:19.297292 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:19.297322 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12412 rows starting from the beginning of the part 2025.12.24 01:20:19.297376 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2025.12.24 01:20:19.297416 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2025.12.24 01:20:19.297456 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2025.12.24 01:20:19.297489 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2025.12.24 01:20:19.297525 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2025.12.24 01:20:19.299152 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14844 rows, containing 4 columns (4 merged, 0 gathered) in 0.00198008 sec., 7496666.80134136 rows/sec., 107.24 MiB/sec. 2025.12.24 01:20:19.299584 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:20:19.299946 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:19.300042 [ 199 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_31_6} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:20:19.300155 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.12.24 01:20:20.086381 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.12.24 01:20:20.105337 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:20.105408 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:20.111241 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:20:20.111974 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:20.112268 [ 29 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:20:20.112310 [ 29 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:20.112332 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:20.112459 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:20:20.116182 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.12.24 01:20:20.116309 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:20.117973 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.12.24 01:20:20.123052 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.12.24 01:20:20.127808 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.12.24 01:20:20.132454 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.12.24 01:20:20.136814 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.12.24 01:20:20.140758 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.12.24 01:20:20.194346 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.081943702 sec., 2855.6190932159743 rows/sec., 14.77 MiB/sec. 2025.12.24 01:20:20.197112 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:20:20.199210 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:20.199330 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_31_6} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:20:20.202094 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 01:20:21.001182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 267.97 MiB, peak 278.53 MiB, free memory in arenas 0.00 B, will set to 270.30 MiB (RSS), difference: 2.33 MiB 2025.12.24 01:20:23.145558 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:23.145748 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:23.145817 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:23.146490 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:23.146527 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:23.146899 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:20:23.147113 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:23.147259 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} executeQuery: Read 56 rows, 4.41 KiB in 0.001564 sec., 35805.626598465475 rows/sec., 2.75 MiB/sec. 2025.12.24 01:20:23.147299 [ 255 ] {a88b7eab-e03d-4724-9c28-60850db3ece8} TCPHandler: Processed in 0.001874489 sec. 2025.12.24 01:20:23.147422 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:23.147535 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:23.147577 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:23.148002 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:23.148038 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:23.148345 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:20:23.148555 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:23.148685 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2025.12.24 01:20:23.148721 [ 255 ] {911d8042-bce3-4f21-ad4c-7b1b74ec6511} TCPHandler: Processed in 0.001348867 sec. 2025.12.24 01:20:23.148836 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:23.148931 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:23.148974 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:23.149402 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:23.149438 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:23.149769 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:20:23.149977 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:23.150108 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.12.24 01:20:23.150145 [ 255 ] {9fd557c2-32cc-4db2-b141-418bcccc18c6} TCPHandler: Processed in 0.001361207 sec. 2025.12.24 01:20:23.150254 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:23.150348 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:23.150390 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:23.150717 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:23.150753 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:23.151053 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:20:23.151252 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:23.151382 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.12.24 01:20:23.151418 [ 255 ] {ce876415-99df-4fb0-9d3f-58d09900a8c3} TCPHandler: Processed in 0.001211204 sec. 2025.12.24 01:20:26.678995 [ 69 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:20:26.679093 [ 69 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:20:26.798064 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15292 2025.12.24 01:20:26.798540 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:26.798584 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:26.799123 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:20:26.799364 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:26.799510 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15292 2025.12.24 01:20:26.837820 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 706 2025.12.24 01:20:26.840465 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:26.840513 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:26.841695 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:20:26.841953 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:26.842210 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 706 2025.12.24 01:20:27.001434 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001085182 sec. 2025.12.24 01:20:27.617228 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.12.24 01:20:27.633409 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:27.633477 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:27.639487 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:20:27.640243 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:27.643599 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.12.24 01:20:28.147135 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:28.147315 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:28.147382 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:28.148114 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.148162 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:28.148588 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:20:28.148826 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.148968 [ 90 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:20:28.148988 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} executeQuery: Read 136 rows, 12.08 KiB in 0.001722 sec., 78977.93263646922 rows/sec., 6.85 MiB/sec. 2025.12.24 01:20:28.149036 [ 90 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.149059 [ 255 ] {f7b68df0-7076-4d7b-87f2-ae0677f81c2c} TCPHandler: Processed in 0.002054162 sec. 2025.12.24 01:20:28.149061 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:28.149186 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:20:28.149195 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:28.149320 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:28.149326 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:20:28.149366 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1408 rows starting from the beginning of the part 2025.12.24 01:20:28.149386 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:20:28.149448 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 136 rows starting from the beginning of the part 2025.12.24 01:20:28.149507 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:28.149549 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:20:28.149589 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:28.149629 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 136 rows starting from the beginning of the part 2025.12.24 01:20:28.149834 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.149879 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.150318 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:20:28.150550 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.150683 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} executeQuery: Read 40 rows, 3.01 KiB in 0.001381 sec., 28964.51846488052 rows/sec., 2.13 MiB/sec. 2025.12.24 01:20:28.150722 [ 255 ] {e641336a-f13c-41b6-94f3-c541fa402ae9} TCPHandler: Processed in 0.001580553 sec. 2025.12.24 01:20:28.150835 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:28.150933 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:28.150974 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:28.151115 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001973611 sec., 1615819.936147498 rows/sec., 141.81 MiB/sec. 2025.12.24 01:20:28.151393 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:20:28.151414 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.151452 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.151700 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.151767 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_46_9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:20:28.151798 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:20:28.151849 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:20:28.152006 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.152113 [ 90 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:20:28.152135 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} executeQuery: Read 104 rows, 8.32 KiB in 0.001222 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. 2025.12.24 01:20:28.152144 [ 90 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.152177 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2025.12.24 01:20:28.152181 [ 255 ] {0b9a9660-d743-4a4c-bb57-1be6b449f1a4} TCPHandler: Processed in 0.001397068 sec. 2025.12.24 01:20:28.152250 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:20:28.152304 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:28.152324 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:28.152352 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 634 rows starting from the beginning of the part 2025.12.24 01:20:28.152401 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:28.152406 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part 2025.12.24 01:20:28.152447 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:28.152459 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:28.152502 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 598 rows starting from the beginning of the part 2025.12.24 01:20:28.152543 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:28.152583 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2025.12.24 01:20:28.152866 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.152902 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.153248 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:20:28.153463 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.153518 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001299026 sec., 1207058.2113060092 rows/sec., 96.21 MiB/sec. 2025.12.24 01:20:28.153575 [ 90 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:20:28.153596 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.12.24 01:20:28.153604 [ 90 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.153637 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.153642 [ 255 ] {9dd9de43-8218-45d1-bbc4-bc54d2874793} TCPHandler: Processed in 0.001388008 sec. 2025.12.24 01:20:28.153679 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:20:28.153699 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:20:28.153773 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:28.153779 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:28.153815 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11976 rows starting from the beginning of the part 2025.12.24 01:20:28.153861 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:28.153869 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:28.153900 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:28.153928 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:20:28.153939 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 881 rows starting from the beginning of the part 2025.12.24 01:20:28.153939 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.153979 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:28.154017 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:28.154022 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_46_9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:20:28.154097 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:20:28.154801 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.154837 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.155639 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:20:28.155871 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.156009 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} executeQuery: Read 40 rows, 73.40 KiB in 0.002159 sec., 18527.095877721167 rows/sec., 33.20 MiB/sec. 2025.12.24 01:20:28.156065 [ 255 ] {9211eaef-8ff0-4836-a7e0-63eca92f1f6d} TCPHandler: Processed in 0.002342707 sec. 2025.12.24 01:20:28.156179 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:28.156274 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:28.156315 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:28.156651 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.156687 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.157117 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:20:28.157348 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.157476 [ 90 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:20:28.157481 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} executeQuery: Read 60 rows, 4.14 KiB in 0.001227 sec., 48899.75550122249 rows/sec., 3.30 MiB/sec. 2025.12.24 01:20:28.157512 [ 90 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:28.157535 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:28.157536 [ 255 ] {97d82173-4044-4a83-bb2b-7701ac9831df} TCPHandler: Processed in 0.001406019 sec. 2025.12.24 01:20:28.157620 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:20:28.157742 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:28.157775 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2388 rows starting from the beginning of the part 2025.12.24 01:20:28.157835 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:28.157877 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:28.157914 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:28.157949 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:28.157982 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:28.158833 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13497 rows, containing 5 columns (5 merged, 0 gathered) in 0.005155204 sec., 2618131.11566487 rows/sec., 179.90 MiB/sec. 2025.12.24 01:20:28.159139 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:20:28.159363 [ 187 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2688 rows, containing 4 columns (4 merged, 0 gathered) in 0.001782586 sec., 1507921.6374413352 rows/sec., 101.62 MiB/sec. 2025.12.24 01:20:28.159395 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.159461 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_46_9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:20:28.159522 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2025.12.24 01:20:28.159674 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:20:28.159940 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:28.160015 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_46_9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:20:28.160088 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.12.24 01:20:29.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 272.24 MiB, peak 280.84 MiB, free memory in arenas 0.00 B, will set to 274.27 MiB (RSS), difference: 2.03 MiB 2025.12.24 01:20:33.144836 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:33.145027 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:33.145093 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:33.145836 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:33.145885 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:33.146273 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:20:33.146499 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:33.146661 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} executeQuery: Read 56 rows, 4.41 KiB in 0.001683 sec., 33273.915626856804 rows/sec., 2.56 MiB/sec. 2025.12.24 01:20:33.146714 [ 255 ] {622ee610-5529-4cce-aee2-b9a662cf0a72} TCPHandler: Processed in 0.002010311 sec. 2025.12.24 01:20:33.146840 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:33.146945 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:33.146989 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:33.147468 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:33.147509 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:33.147845 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:20:33.148058 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:33.148188 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} executeQuery: Read 64 rows, 5.12 KiB in 0.001267 sec., 50513.0228887135 rows/sec., 3.94 MiB/sec. 2025.12.24 01:20:33.148227 [ 255 ] {28c42924-1469-4843-96ed-6821146f0941} TCPHandler: Processed in 0.00144274 sec. 2025.12.24 01:20:33.148345 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:33.148442 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:33.148486 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:33.148922 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:33.148959 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:33.149296 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:20:33.149532 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:33.149661 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2025.12.24 01:20:33.149697 [ 255 ] {037fd68d-170b-4161-9d83-73515790b428} TCPHandler: Processed in 0.001403019 sec. 2025.12.24 01:20:33.149809 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:33.149908 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:33.149950 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:33.150285 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:33.150321 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:33.150634 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:20:33.150838 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:33.150962 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.12.24 01:20:33.150997 [ 255 ] {86277eac-6ca0-41e7-a09f-e3c0b6760ca8} TCPHandler: Processed in 0.001237875 sec. 2025.12.24 01:20:34.299609 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15804 2025.12.24 01:20:34.300199 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:34.300255 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:34.300822 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:20:34.301066 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:34.301209 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15804 2025.12.24 01:20:35.143686 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.12.24 01:20:35.159280 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:35.159326 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:35.165262 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:20:35.165964 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:35.168874 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.12.24 01:20:36.429251 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51561 2025.12.24 01:20:36.429350 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.429376 [ 286 ] {} TCP-Session: 302ec4b1-62c3-4fcc-9520-e96f98103e0c Authenticating user 'default' from [fd00:1122:3344:101::e]:51561 2025.12.24 01:20:36.429402 [ 286 ] {} TCP-Session: 302ec4b1-62c3-4fcc-9520-e96f98103e0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.429424 [ 286 ] {} TCP-Session: 302ec4b1-62c3-4fcc-9520-e96f98103e0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.429650 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65089 2025.12.24 01:20:36.429685 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51433 2025.12.24 01:20:36.429758 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.429789 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.429791 [ 288 ] {} TCP-Session: b2983269-3563-4809-871e-59d8cc9f2d83 Authenticating user 'default' from [fd00:1122:3344:101::e]:65089 2025.12.24 01:20:36.429821 [ 289 ] {} TCP-Session: c6647622-b943-4f1c-a7e2-d7e055698ffd Authenticating user 'default' from [fd00:1122:3344:101::e]:51433 2025.12.24 01:20:36.429834 [ 288 ] {} TCP-Session: b2983269-3563-4809-871e-59d8cc9f2d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.429852 [ 289 ] {} TCP-Session: c6647622-b943-4f1c-a7e2-d7e055698ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.429854 [ 288 ] {} TCP-Session: b2983269-3563-4809-871e-59d8cc9f2d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.429875 [ 289 ] {} TCP-Session: c6647622-b943-4f1c-a7e2-d7e055698ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.429858 [ 286 ] {} TCP-Session: 302ec4b1-62c3-4fcc-9520-e96f98103e0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:36.430114 [ 286 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} executeQuery: (from [fd00:1122:3344:101::e]:51561) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:20:36.430378 [ 286 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:20:36.430434 [ 286 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:20:36.430707 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37726 2025.12.24 01:20:36.430726 [ 286 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:20:36.430769 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63902 2025.12.24 01:20:36.430776 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54497 2025.12.24 01:20:36.430821 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52177 2025.12.24 01:20:36.430978 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46528 2025.12.24 01:20:36.431118 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36536 2025.12.24 01:20:36.431209 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.431247 [ 351 ] {} TCP-Session: 6993bfdc-beb2-4820-b8bc-353610670be3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37726 2025.12.24 01:20:36.431265 [ 351 ] {} TCP-Session: 6993bfdc-beb2-4820-b8bc-353610670be3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.431278 [ 351 ] {} TCP-Session: 6993bfdc-beb2-4820-b8bc-353610670be3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.431334 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.431370 [ 290 ] {} TCP-Session: 29244500-96fd-45e5-9a7a-d51ce86d1aa8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63902 2025.12.24 01:20:36.431390 [ 290 ] {} TCP-Session: 29244500-96fd-45e5-9a7a-d51ce86d1aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.431407 [ 290 ] {} TCP-Session: 29244500-96fd-45e5-9a7a-d51ce86d1aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.431759 [ 327 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} AggregatingTransform: Aggregating 2025.12.24 01:20:36.431789 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.431842 [ 355 ] {} TCP-Session: 08d919c0-3a93-4661-bcc9-c5be1debd6bd Authenticating user 'default' from [fd00:1122:3344:101::e]:36536 2025.12.24 01:20:36.431864 [ 355 ] {} TCP-Session: 08d919c0-3a93-4661-bcc9-c5be1debd6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.431886 [ 355 ] {} TCP-Session: 08d919c0-3a93-4661-bcc9-c5be1debd6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.431930 [ 327 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} Aggregator: Aggregation method: without_key 2025.12.24 01:20:36.431950 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.431975 [ 327 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001133103 sec. (882.532 rows/sec., 34.47 KiB/sec.) 2025.12.24 01:20:36.431991 [ 354 ] {} TCP-Session: 5f8b6331-d144-4c84-914f-4bafdef34aef Authenticating user 'default' from [fd00:1122:3344:101::e]:46528 2025.12.24 01:20:36.431994 [ 327 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} Aggregator: Merging aggregated data 2025.12.24 01:20:36.432014 [ 354 ] {} TCP-Session: 5f8b6331-d144-4c84-914f-4bafdef34aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.432032 [ 354 ] {} TCP-Session: 5f8b6331-d144-4c84-914f-4bafdef34aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.432420 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.432473 [ 353 ] {} TCP-Session: 157ac566-b232-4f9e-b94d-59e6c0363f14 Authenticating user 'default' from [fd00:1122:3344:101::e]:52177 2025.12.24 01:20:36.432498 [ 353 ] {} TCP-Session: 157ac566-b232-4f9e-b94d-59e6c0363f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.432520 [ 353 ] {} TCP-Session: 157ac566-b232-4f9e-b94d-59e6c0363f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.432576 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.432638 [ 352 ] {} TCP-Session: 42829ec1-d30e-4e0f-ab53-8b24b483ceea Authenticating user 'default' from [fd00:1122:3344:101::e]:54497 2025.12.24 01:20:36.432666 [ 352 ] {} TCP-Session: 42829ec1-d30e-4e0f-ab53-8b24b483ceea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.432685 [ 352 ] {} TCP-Session: 42829ec1-d30e-4e0f-ab53-8b24b483ceea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433372 [ 286 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} executeQuery: Read 1 rows, 40.00 B in 0.003324 sec., 300.84235860409143 rows/sec., 11.75 KiB/sec. 2025.12.24 01:20:36.433560 [ 286 ] {9a7fd553-a36a-4a20-9976-79be3cf1e848} TCPHandler: Processed in 0.003845738 sec. 2025.12.24 01:20:36.433707 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433740 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433747 [ 288 ] {} TCP-Session: b2983269-3563-4809-871e-59d8cc9f2d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433755 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433779 [ 353 ] {} TCP-Session: 157ac566-b232-4f9e-b94d-59e6c0363f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433780 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433817 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433836 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433848 [ 290 ] {} TCP-Session: 29244500-96fd-45e5-9a7a-d51ce86d1aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433872 [ 351 ] {} TCP-Session: 6993bfdc-beb2-4820-b8bc-353610670be3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433893 [ 352 ] {} TCP-Session: 42829ec1-d30e-4e0f-ab53-8b24b483ceea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433902 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433810 [ 354 ] {} TCP-Session: 5f8b6331-d144-4c84-914f-4bafdef34aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433965 [ 286 ] {} TCP-Session: 302ec4b1-62c3-4fcc-9520-e96f98103e0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.433805 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.433852 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.434045 [ 355 ] {} TCP-Session: 08d919c0-3a93-4661-bcc9-c5be1debd6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.434061 [ 289 ] {} TCP-Session: c6647622-b943-4f1c-a7e2-d7e055698ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.533722 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34084 2025.12.24 01:20:36.533830 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.533855 [ 286 ] {} TCP-Session: 0e451755-9dd9-486a-8a10-cd5500170195 Authenticating user 'default' from [fd00:1122:3344:101::e]:34084 2025.12.24 01:20:36.533877 [ 286 ] {} TCP-Session: 0e451755-9dd9-486a-8a10-cd5500170195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.533890 [ 286 ] {} TCP-Session: 0e451755-9dd9-486a-8a10-cd5500170195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534120 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38353 2025.12.24 01:20:36.534124 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63899 2025.12.24 01:20:36.534189 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38115 2025.12.24 01:20:36.534216 [ 286 ] {} TCP-Session: 0e451755-9dd9-486a-8a10-cd5500170195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:36.534247 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534199 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49745 2025.12.24 01:20:36.534287 [ 288 ] {} TCP-Session: c96a9f81-1ed4-473d-a19c-58f3bc010315 Authenticating user 'default' from [fd00:1122:3344:101::e]:38353 2025.12.24 01:20:36.534275 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534318 [ 288 ] {} TCP-Session: c96a9f81-1ed4-473d-a19c-58f3bc010315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534309 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534345 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534349 [ 288 ] {} TCP-Session: c96a9f81-1ed4-473d-a19c-58f3bc010315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534385 [ 352 ] {} TCP-Session: 65d6e416-a35d-40bd-9630-614c22763b05 Authenticating user 'default' from [fd00:1122:3344:101::e]:38115 2025.12.24 01:20:36.534396 [ 354 ] {} TCP-Session: 3536eeda-50be-432b-bf7d-eab90153147c Authenticating user 'default' from [fd00:1122:3344:101::e]:49745 2025.12.24 01:20:36.534405 [ 286 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} executeQuery: (from [fd00:1122:3344:101::e]:34084) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:20:36.534435 [ 354 ] {} TCP-Session: 3536eeda-50be-432b-bf7d-eab90153147c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534427 [ 352 ] {} TCP-Session: 65d6e416-a35d-40bd-9630-614c22763b05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534462 [ 354 ] {} TCP-Session: 3536eeda-50be-432b-bf7d-eab90153147c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534482 [ 352 ] {} TCP-Session: 65d6e416-a35d-40bd-9630-614c22763b05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534346 [ 289 ] {} TCP-Session: 405ab15f-a53a-4d45-9595-6c472649068d Authenticating user 'default' from [fd00:1122:3344:101::e]:63899 2025.12.24 01:20:36.534188 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49336 2025.12.24 01:20:36.534537 [ 289 ] {} TCP-Session: 405ab15f-a53a-4d45-9595-6c472649068d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534204 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35975 2025.12.24 01:20:36.534574 [ 289 ] {} TCP-Session: 405ab15f-a53a-4d45-9595-6c472649068d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534167 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59761 2025.12.24 01:20:36.534615 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534631 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534652 [ 353 ] {} TCP-Session: fda706fa-b120-426a-b6f3-2a250e2a1365 Authenticating user 'default' from [fd00:1122:3344:101::e]:49336 2025.12.24 01:20:36.534665 [ 355 ] {} TCP-Session: 59ab6b9c-052e-462f-b13b-a88625b34a92 Authenticating user 'default' from [fd00:1122:3344:101::e]:35975 2025.12.24 01:20:36.534676 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534687 [ 353 ] {} TCP-Session: fda706fa-b120-426a-b6f3-2a250e2a1365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534695 [ 286 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:20:36.534721 [ 353 ] {} TCP-Session: fda706fa-b120-426a-b6f3-2a250e2a1365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534712 [ 351 ] {} TCP-Session: c0bb31fa-a77e-4e9d-8397-014a3709ff6d Authenticating user 'default' from [fd00:1122:3344:101::e]:59761 2025.12.24 01:20:36.534694 [ 355 ] {} TCP-Session: 59ab6b9c-052e-462f-b13b-a88625b34a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534773 [ 351 ] {} TCP-Session: c0bb31fa-a77e-4e9d-8397-014a3709ff6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534788 [ 355 ] {} TCP-Session: 59ab6b9c-052e-462f-b13b-a88625b34a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534804 [ 351 ] {} TCP-Session: c0bb31fa-a77e-4e9d-8397-014a3709ff6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534765 [ 286 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:20:36.534127 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62501 2025.12.24 01:20:36.534915 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.534937 [ 290 ] {} TCP-Session: bf93dccd-346d-4edb-a084-59472d02c591 Authenticating user 'default' from [fd00:1122:3344:101::e]:62501 2025.12.24 01:20:36.534955 [ 290 ] {} TCP-Session: bf93dccd-346d-4edb-a084-59472d02c591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.534967 [ 290 ] {} TCP-Session: bf93dccd-346d-4edb-a084-59472d02c591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.535135 [ 286 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:20:36.536113 [ 313 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} AggregatingTransform: Aggregating 2025.12.24 01:20:36.536157 [ 313 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} Aggregator: Aggregation method: without_key 2025.12.24 01:20:36.536195 [ 313 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00095986 sec. (1041.819 rows/sec., 40.70 KiB/sec.) 2025.12.24 01:20:36.536216 [ 313 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} Aggregator: Merging aggregated data 2025.12.24 01:20:36.537438 [ 286 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} executeQuery: Read 1 rows, 40.00 B in 0.00309 sec., 323.62459546925567 rows/sec., 12.64 KiB/sec. 2025.12.24 01:20:36.537582 [ 286 ] {b60ce97a-79d4-493a-8beb-ea1ff447e986} TCPHandler: Processed in 0.003479921 sec. 2025.12.24 01:20:36.537700 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537729 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537751 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537777 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537800 [ 355 ] {} TCP-Session: 59ab6b9c-052e-462f-b13b-a88625b34a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537812 [ 289 ] {} TCP-Session: 405ab15f-a53a-4d45-9595-6c472649068d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537816 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537838 [ 288 ] {} TCP-Session: c96a9f81-1ed4-473d-a19c-58f3bc010315 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537834 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537868 [ 351 ] {} TCP-Session: c0bb31fa-a77e-4e9d-8397-014a3709ff6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537881 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537910 [ 352 ] {} TCP-Session: 65d6e416-a35d-40bd-9630-614c22763b05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537855 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537933 [ 354 ] {} TCP-Session: 3536eeda-50be-432b-bf7d-eab90153147c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537813 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.537974 [ 353 ] {} TCP-Session: fda706fa-b120-426a-b6f3-2a250e2a1365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.537733 [ 286 ] {} TCP-Session: 0e451755-9dd9-486a-8a10-cd5500170195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.538015 [ 290 ] {} TCP-Session: bf93dccd-346d-4edb-a084-59472d02c591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.721988 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39216 2025.12.24 01:20:36.722165 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.722219 [ 286 ] {} TCP-Session: c2a796e5-bbb3-4a99-9e76-222a00150b9b Authenticating user 'default' from [fd00:1122:3344:101::e]:39216 2025.12.24 01:20:36.722254 [ 286 ] {} TCP-Session: c2a796e5-bbb3-4a99-9e76-222a00150b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722274 [ 286 ] {} TCP-Session: c2a796e5-bbb3-4a99-9e76-222a00150b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722651 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65118 2025.12.24 01:20:36.722686 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62672 2025.12.24 01:20:36.722729 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49209 2025.12.24 01:20:36.722743 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47206 2025.12.24 01:20:36.722659 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41726 2025.12.24 01:20:36.722808 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.722854 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.722868 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.722877 [ 289 ] {} TCP-Session: 73625f0c-1590-4766-85da-4656600577f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:65118 2025.12.24 01:20:36.722906 [ 351 ] {} TCP-Session: 898f09cb-faa3-4651-be69-79ab1cee792b Authenticating user 'default' from [fd00:1122:3344:101::e]:62672 2025.12.24 01:20:36.722917 [ 355 ] {} TCP-Session: a45543df-8525-41e7-b245-c80849c71fcb Authenticating user 'default' from [fd00:1122:3344:101::e]:47206 2025.12.24 01:20:36.722935 [ 289 ] {} TCP-Session: 73625f0c-1590-4766-85da-4656600577f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722952 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.722961 [ 351 ] {} TCP-Session: 898f09cb-faa3-4651-be69-79ab1cee792b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722981 [ 289 ] {} TCP-Session: 73625f0c-1590-4766-85da-4656600577f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723006 [ 351 ] {} TCP-Session: 898f09cb-faa3-4651-be69-79ab1cee792b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722893 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.723076 [ 288 ] {} TCP-Session: 7f349828-af16-4fe4-96a8-715173b52993 Authenticating user 'default' from [fd00:1122:3344:101::e]:41726 2025.12.24 01:20:36.722965 [ 355 ] {} TCP-Session: a45543df-8525-41e7-b245-c80849c71fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723103 [ 288 ] {} TCP-Session: 7f349828-af16-4fe4-96a8-715173b52993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723135 [ 355 ] {} TCP-Session: a45543df-8525-41e7-b245-c80849c71fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722715 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56552 2025.12.24 01:20:36.723159 [ 288 ] {} TCP-Session: 7f349828-af16-4fe4-96a8-715173b52993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723002 [ 354 ] {} TCP-Session: dc088894-1a98-40b7-aede-84b89ab8665f Authenticating user 'default' from [fd00:1122:3344:101::e]:49209 2025.12.24 01:20:36.722713 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55098 2025.12.24 01:20:36.723349 [ 354 ] {} TCP-Session: dc088894-1a98-40b7-aede-84b89ab8665f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723353 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.723410 [ 286 ] {} TCP-Session: c2a796e5-bbb3-4a99-9e76-222a00150b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:36.723448 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.723462 [ 352 ] {} TCP-Session: 608bbb70-346e-4472-8d3c-1c1a53784b1f Authenticating user 'default' from [fd00:1122:3344:101::e]:56552 2025.12.24 01:20:36.723489 [ 353 ] {} TCP-Session: 7348e82e-f0b1-4b55-b2de-044941b5c186 Authenticating user 'default' from [fd00:1122:3344:101::e]:55098 2025.12.24 01:20:36.723512 [ 352 ] {} TCP-Session: 608bbb70-346e-4472-8d3c-1c1a53784b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723525 [ 353 ] {} TCP-Session: 7348e82e-f0b1-4b55-b2de-044941b5c186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723544 [ 352 ] {} TCP-Session: 608bbb70-346e-4472-8d3c-1c1a53784b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723562 [ 353 ] {} TCP-Session: 7348e82e-f0b1-4b55-b2de-044941b5c186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.722671 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40412 2025.12.24 01:20:36.723404 [ 354 ] {} TCP-Session: dc088894-1a98-40b7-aede-84b89ab8665f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723643 [ 286 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} executeQuery: (from [fd00:1122:3344:101::e]:39216) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:20:36.723663 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:20:36.723701 [ 290 ] {} TCP-Session: be14e898-5d0d-4662-84a0-03c61a3bd435 Authenticating user 'default' from [fd00:1122:3344:101::e]:40412 2025.12.24 01:20:36.723723 [ 290 ] {} TCP-Session: be14e898-5d0d-4662-84a0-03c61a3bd435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723741 [ 290 ] {} TCP-Session: be14e898-5d0d-4662-84a0-03c61a3bd435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.723942 [ 286 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:20:36.724003 [ 286 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:20:36.724290 [ 286 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:20:36.725176 [ 315 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} AggregatingTransform: Aggregating 2025.12.24 01:20:36.725234 [ 315 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} Aggregator: Aggregation method: without_key 2025.12.24 01:20:36.725274 [ 315 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000884338 sec. (1130.789 rows/sec., 44.17 KiB/sec.) 2025.12.24 01:20:36.725294 [ 315 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} Aggregator: Merging aggregated data 2025.12.24 01:20:36.726468 [ 286 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} executeQuery: Read 1 rows, 40.00 B in 0.002901 sec., 344.7087211306446 rows/sec., 13.47 KiB/sec. 2025.12.24 01:20:36.726649 [ 286 ] {2e217b07-79b3-4da6-bcc2-98ab217bb4a9} TCPHandler: Processed in 0.004083573 sec. 2025.12.24 01:20:36.726766 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726793 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726802 [ 286 ] {} TCP-Session: c2a796e5-bbb3-4a99-9e76-222a00150b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726812 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726831 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726848 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726882 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726903 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726915 [ 351 ] {} TCP-Session: 898f09cb-faa3-4651-be69-79ab1cee792b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726919 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.726929 [ 290 ] {} TCP-Session: be14e898-5d0d-4662-84a0-03c61a3bd435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726944 [ 353 ] {} TCP-Session: 7348e82e-f0b1-4b55-b2de-044941b5c186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726965 [ 354 ] {} TCP-Session: dc088894-1a98-40b7-aede-84b89ab8665f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726895 [ 289 ] {} TCP-Session: 73625f0c-1590-4766-85da-4656600577f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726841 [ 288 ] {} TCP-Session: 7f349828-af16-4fe4-96a8-715173b52993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726871 [ 355 ] {} TCP-Session: a45543df-8525-41e7-b245-c80849c71fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.726864 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:20:36.727099 [ 352 ] {} TCP-Session: 608bbb70-346e-4472-8d3c-1c1a53784b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:20:36.842413 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 732 2025.12.24 01:20:36.844759 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:36.844824 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:36.846088 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:20:36.846385 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:36.846819 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2025.12.24 01:20:38.146902 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:38.147077 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:38.147143 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:38.147897 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:38.147942 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:38.148349 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:20:38.148582 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:38.148742 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} executeQuery: Read 136 rows, 12.08 KiB in 0.001713 sec., 79392.8779918272 rows/sec., 6.88 MiB/sec. 2025.12.24 01:20:38.148795 [ 255 ] {378f7826-38d0-4061-a576-f980687dd74f} TCPHandler: Processed in 0.002025071 sec. 2025.12.24 01:20:38.148922 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:38.149028 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:20:38.149074 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:20:38.149515 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:38.149551 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:38.149854 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:20:38.150056 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:38.150188 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} executeQuery: Read 40 rows, 3.01 KiB in 0.001186 sec., 33726.81281618887 rows/sec., 2.48 MiB/sec. 2025.12.24 01:20:38.150227 [ 255 ] {e6c18df0-4116-48f9-9c85-9527fab9f56d} TCPHandler: Processed in 0.001358607 sec. 2025.12.24 01:20:38.150346 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:38.150442 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:38.150481 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:38.150926 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:38.150962 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:38.151269 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:20:38.151475 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:38.151598 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} executeQuery: Read 104 rows, 8.32 KiB in 0.001175 sec., 88510.63829787234 rows/sec., 6.91 MiB/sec. 2025.12.24 01:20:38.151636 [ 255 ] {20c8f2f5-780c-4b8b-83d3-c526a3f75d7a} TCPHandler: Processed in 0.001339467 sec. 2025.12.24 01:20:38.151750 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:38.151846 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:38.151892 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:38.152358 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:38.152393 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:38.152717 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:20:38.152956 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:38.153102 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2025.12.24 01:20:38.153142 [ 255 ] {5297505a-d61f-4b87-9891-b5a69ddaabb2} TCPHandler: Processed in 0.001441459 sec. 2025.12.24 01:20:38.153255 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:38.153351 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:38.153407 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:20:38.154345 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:38.154383 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:38.154984 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:20:38.155226 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:38.155368 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} executeQuery: Read 40 rows, 73.40 KiB in 0.002035 sec., 19656.019656019656 rows/sec., 35.22 MiB/sec. 2025.12.24 01:20:38.155425 [ 255 ] {6d7ec73c-a65c-4bc1-9fc8-40f38803f461} TCPHandler: Processed in 0.002219375 sec. 2025.12.24 01:20:38.155542 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:38.155638 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:38.155681 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:38.156041 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:38.156078 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:38.156422 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:20:38.156650 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:38.156786 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.12.24 01:20:38.156826 [ 255 ] {90a6e620-f766-4857-8bd3-8b022e0d4ec0} TCPHandler: Processed in 0.001339357 sec. 2025.12.24 01:20:41.679182 [ 82 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:20:41.679292 [ 82 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:20:41.801355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16252 2025.12.24 01:20:41.802110 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:41.802160 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:41.802640 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:20:41.802897 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:41.803050 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16252 2025.12.24 01:20:42.668996 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.12.24 01:20:42.686151 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:42.686221 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:42.692458 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:20:42.693190 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:42.696548 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.12.24 01:20:43.146084 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:43.146367 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:43.146500 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:43.147465 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:43.147525 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:43.148151 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:20:43.148490 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:43.148736 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} executeQuery: Read 56 rows, 4.41 KiB in 0.002452 sec., 22838.499184339315 rows/sec., 1.75 MiB/sec. 2025.12.24 01:20:43.148830 [ 255 ] {e8460b8b-2463-4813-9bed-86e85f21073d} TCPHandler: Processed in 0.002894399 sec. 2025.12.24 01:20:43.149081 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:43.149421 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:43.149490 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:43.150049 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:43.150088 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:43.150444 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:20:43.150668 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:43.150810 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} executeQuery: Read 64 rows, 5.12 KiB in 0.001424 sec., 44943.8202247191 rows/sec., 3.51 MiB/sec. 2025.12.24 01:20:43.150854 [ 255 ] {926b3243-b741-4a79-adb6-744f844fac4a} TCPHandler: Processed in 0.001848917 sec. 2025.12.24 01:20:43.150981 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:43.151085 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:43.151134 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:43.151595 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:43.151641 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:43.151998 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:20:43.152215 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:43.152356 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} executeQuery: Read 160 rows, 11.41 KiB in 0.001295 sec., 123552.12355212356 rows/sec., 8.61 MiB/sec. 2025.12.24 01:20:43.152409 [ 255 ] {a1cf445e-2275-4642-ae99-b5d0f2434469} TCPHandler: Processed in 0.00147992 sec. 2025.12.24 01:20:43.152563 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:43.152670 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:43.152715 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:43.153111 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:43.153145 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:43.153492 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:20:43.153705 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:43.153837 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} executeQuery: Read 60 rows, 4.14 KiB in 0.00119 sec., 50420.168067226885 rows/sec., 3.40 MiB/sec. 2025.12.24 01:20:43.153873 [ 255 ] {d64a4669-e226-4a3a-b370-d90edcf6ac5e} TCPHandler: Processed in 0.001369527 sec. 2025.12.24 01:20:46.847055 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 752 2025.12.24 01:20:46.849221 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:46.849282 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:46.850482 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:20:46.850770 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:46.851157 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 752 2025.12.24 01:20:48.175894 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.176102 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.176174 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:20:48.176835 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.176880 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.177266 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:20:48.177500 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.177663 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} executeQuery: Read 24 rows, 2.04 KiB in 0.001614 sec., 14869.888475836431 rows/sec., 1.23 MiB/sec. 2025.12.24 01:20:48.177715 [ 255 ] {92413244-3d2b-4d16-8cf0-9cddcad2759e} TCPHandler: Processed in 0.00195898 sec. 2025.12.24 01:20:48.177848 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.177955 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:20:48.177998 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:20:48.178427 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.178467 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.178777 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:20:48.178993 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.179123 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} executeQuery: Read 18 rows, 1.48 KiB in 0.001193 sec., 15088.013411567475 rows/sec., 1.21 MiB/sec. 2025.12.24 01:20:48.179162 [ 255 ] {c9adc6a9-8dbf-44d4-9e6a-03376ee7b618} TCPHandler: Processed in 0.001366157 sec. 2025.12.24 01:20:48.179316 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.179440 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:48.179488 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:48.180716 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.180755 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.181155 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:20:48.181357 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.181485 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} executeQuery: Read 1406 rows, 120.85 KiB in 0.002071 sec., 678899.0825688074 rows/sec., 56.99 MiB/sec. 2025.12.24 01:20:48.181524 [ 255 ] {fe4ff73d-b7f4-4740-8ff2-de31f18b49af} TCPHandler: Processed in 0.002267856 sec. 2025.12.24 01:20:48.181631 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.181726 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.181766 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:20:48.182207 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.182243 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.182533 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:20:48.182733 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.182859 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} executeQuery: Read 70 rows, 5.24 KiB in 0.001152 sec., 60763.88888888889 rows/sec., 4.44 MiB/sec. 2025.12.24 01:20:48.182896 [ 255 ] {b565be49-86cb-4739-87d9-3a3daaea9c50} TCPHandler: Processed in 0.001313327 sec. 2025.12.24 01:20:48.183011 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.183104 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.183142 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:20:48.183692 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.183730 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.184037 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:20:48.184251 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.184373 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} executeQuery: Read 252 rows, 17.85 KiB in 0.001286 sec., 195956.45412130636 rows/sec., 13.55 MiB/sec. 2025.12.24 01:20:48.184412 [ 255 ] {9d6f4a74-3106-4c49-9e45-6d45606241f8} TCPHandler: Processed in 0.00145305 sec. 2025.12.24 01:20:48.184529 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.184624 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.184663 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:20:48.185062 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.185098 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.185382 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 01:20:48.185584 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.185705 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} executeQuery: Read 12 rows, 960.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 852.27 KiB/sec. 2025.12.24 01:20:48.185742 [ 255 ] {52646ab7-077c-4e65-9c45-0b3076df6366} TCPHandler: Processed in 0.001261946 sec. 2025.12.24 01:20:48.185861 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.185953 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:48.185993 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:48.186723 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.186761 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.187092 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:20:48.187300 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.187437 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} executeQuery: Read 614 rows, 47.35 KiB in 0.001501 sec., 409060.62624916725 rows/sec., 30.80 MiB/sec. 2025.12.24 01:20:48.187475 [ 255 ] {ebfc4f5c-885b-40fc-b84c-f9988fe10a26} TCPHandler: Processed in 0.001661323 sec. 2025.12.24 01:20:48.187582 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.187677 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.187719 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:48.188421 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.188459 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.188833 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:20:48.189039 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.189175 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} executeQuery: Read 889 rows, 61.80 KiB in 0.001517 sec., 586025.0494396837 rows/sec., 39.78 MiB/sec. 2025.12.24 01:20:48.189211 [ 255 ] {28a0b8b6-1ad2-4492-bbc7-d9b1bd6352fb} TCPHandler: Processed in 0.001677394 sec. 2025.12.24 01:20:48.189322 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.189417 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.189471 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:20:48.190350 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.190385 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.190940 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:20:48.191152 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.191288 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} executeQuery: Read 40 rows, 73.40 KiB in 0.00189 sec., 21164.021164021164 rows/sec., 37.92 MiB/sec. 2025.12.24 01:20:48.191340 [ 255 ] {37ec42d4-7d6e-4ab2-89cd-d2c7696ee687} TCPHandler: Processed in 0.002067171 sec. 2025.12.24 01:20:48.191453 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:48.191548 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:48.191588 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:48.191930 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:48.191965 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:48.192270 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:20:48.192469 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:48.192593 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.12.24 01:20:48.192628 [ 255 ] {23ef9431-3f1e-4c46-bf0d-817fab69c6f1} TCPHandler: Processed in 0.001223905 sec. 2025.12.24 01:20:49.303216 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16764 2025.12.24 01:20:49.304017 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:49.304093 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:49.304699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:20:49.304933 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:49.305095 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16764 2025.12.24 01:20:50.196702 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.12.24 01:20:50.214193 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:50.214249 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:50.220811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:20:50.221529 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:50.224647 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.12.24 01:20:53.145361 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:53.145638 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:53.145722 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:53.146426 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.146468 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.146873 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:20:53.147098 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.147230 [ 49 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:20:53.147260 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} executeQuery: Read 56 rows, 4.41 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.54 MiB/sec. 2025.12.24 01:20:53.147273 [ 49 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.147296 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.147312 [ 255 ] {81a0b515-c738-4015-8d3d-6bc170b37f44} TCPHandler: Processed in 0.002121593 sec. 2025.12.24 01:20:53.147455 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:53.147454 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:20:53.147565 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:53.147614 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:53.147657 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:53.147697 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1408 rows starting from the beginning of the part 2025.12.24 01:20:53.147765 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:53.147812 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 136 rows starting from the beginning of the part 2025.12.24 01:20:53.147853 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:53.147891 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:20:53.147929 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2025.12.24 01:20:53.148097 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.148141 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.148489 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:20:53.148727 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.148856 [ 49 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:20:53.148881 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} executeQuery: Read 64 rows, 5.12 KiB in 0.00134 sec., 47761.19402985075 rows/sec., 3.73 MiB/sec. 2025.12.24 01:20:53.148896 [ 49 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.148921 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.148928 [ 255 ] {090d1c20-474d-40d6-8bc1-c3980b94ff8a} TCPHandler: Processed in 0.001525941 sec. 2025.12.24 01:20:53.149023 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:20:53.149064 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:53.149157 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:53.149174 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:53.149195 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 634 rows starting from the beginning of the part 2025.12.24 01:20:53.149224 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:53.149260 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:53.149306 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part 2025.12.24 01:20:53.149361 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:53.149398 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.002028631 sec., 1536997.117760697 rows/sec., 134.47 MiB/sec. 2025.12.24 01:20:53.149401 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 614 rows starting from the beginning of the part 2025.12.24 01:20:53.149484 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2025.12.24 01:20:53.149625 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:20:53.149670 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.149714 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.149973 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.150061 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_51_10} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:20:53.150139 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:20:53.150143 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:20:53.150395 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.150505 [ 49 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:20:53.150532 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} executeQuery: Read 160 rows, 11.41 KiB in 0.001379 sec., 116026.10587382161 rows/sec., 8.08 MiB/sec. 2025.12.24 01:20:53.150540 [ 49 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.150558 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001583802 sec., 974869.3334141514 rows/sec., 77.69 MiB/sec. 2025.12.24 01:20:53.150563 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.150570 [ 255 ] {1f3e8b53-fc75-4e34-82cf-7d1d11f2ecc5} TCPHandler: Processed in 0.001561441 sec. 2025.12.24 01:20:53.150650 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:20:53.150718 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:53.150750 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:20:53.150763 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:53.150798 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13497 rows starting from the beginning of the part 2025.12.24 01:20:53.150821 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:53.150853 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:53.150870 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:53.150903 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:53.150951 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:53.150992 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 889 rows starting from the beginning of the part 2025.12.24 01:20:53.151021 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.151034 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.12.24 01:20:53.151101 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_51_10} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:20:53.151182 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:20:53.151241 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.151283 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.151611 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:20:53.151817 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.151914 [ 49 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:20:53.151940 [ 49 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:53.151950 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.12.24 01:20:53.151958 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:53.151986 [ 255 ] {be7c2e2f-55ea-42af-88c4-69e2c13ab4f6} TCPHandler: Processed in 0.001321907 sec. 2025.12.24 01:20:53.152027 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:20:53.152115 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:53.152138 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2688 rows starting from the beginning of the part 2025.12.24 01:20:53.152179 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:53.152220 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:53.152253 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:53.152283 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:53.152317 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.12.24 01:20:53.153311 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2988 rows, containing 4 columns (4 merged, 0 gathered) in 0.001302887 sec., 2293368.4962702063 rows/sec., 154.56 MiB/sec. 2025.12.24 01:20:53.153666 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:20:53.153914 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.153997 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_51_10} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:20:53.154068 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.12.24 01:20:53.155476 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 15026 rows, containing 5 columns (5 merged, 0 gathered) in 0.004856259 sec., 3094151.279822596 rows/sec., 212.58 MiB/sec. 2025.12.24 01:20:53.155955 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:20:53.156232 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:53.156309 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_51_10} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:20:53.156401 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2025.12.24 01:20:54.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 276.50 MiB, peak 285.03 MiB, free memory in arenas 0.00 B, will set to 277.81 MiB (RSS), difference: 1.31 MiB 2025.12.24 01:20:56.679360 [ 55 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:20:56.679460 [ 55 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:20:56.805298 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17212 2025.12.24 01:20:56.805790 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:56.805838 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:56.806335 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:20:56.806600 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:56.806748 [ 55 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:20:56.806756 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17212 2025.12.24 01:20:56.806810 [ 55 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:56.806835 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:56.806947 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:20:56.807077 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:56.807116 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14844 rows starting from the beginning of the part 2025.12.24 01:20:56.807178 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2025.12.24 01:20:56.807222 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2025.12.24 01:20:56.807264 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2025.12.24 01:20:56.807303 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2025.12.24 01:20:56.807341 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2025.12.24 01:20:56.809350 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17212 rows, containing 4 columns (4 merged, 0 gathered) in 0.00245213 sec., 7019203.7126906 rows/sec., 100.41 MiB/sec. 2025.12.24 01:20:56.809730 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:20:56.810000 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:56.810069 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_36_7} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:20:56.810164 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.12.24 01:20:56.851443 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 780 2025.12.24 01:20:56.853758 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:56.853805 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:56.855089 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:20:56.855382 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:56.855527 [ 55 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:20:56.855565 [ 55 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:56.855586 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:56.855703 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:20:56.855762 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 780 2025.12.24 01:20:56.856529 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:56.856748 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 658 rows starting from the beginning of the part 2025.12.24 01:20:56.857111 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part 2025.12.24 01:20:56.857463 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2025.12.24 01:20:56.857805 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2025.12.24 01:20:56.858139 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part 2025.12.24 01:20:56.858468 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part 2025.12.24 01:20:56.864592 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 72 columns (72 merged, 0 gathered) in 0.008947581 sec., 87174.39942706302 rows/sec., 72.63 MiB/sec. 2025.12.24 01:20:56.865814 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:20:56.866449 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:56.866542 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_26_5} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:20:56.866916 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2025.12.24 01:20:57.724827 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.12.24 01:20:57.742866 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:57.742930 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:57.748947 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:20:57.749651 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:57.749984 [ 132 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:20:57.750078 [ 132 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:57.750115 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:57.750261 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:20:57.752823 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.12.24 01:20:57.753712 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:57.755219 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2025.12.24 01:20:57.759971 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2025.12.24 01:20:57.764565 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.12.24 01:20:57.769132 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2025.12.24 01:20:57.773699 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.12.24 01:20:57.777724 [ 186 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2025.12.24 01:20:57.827995 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.077795579 sec., 3496.3426392134697 rows/sec., 18.08 MiB/sec. 2025.12.24 01:20:57.829838 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:20:57.831571 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:57.831662 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_36_7} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:20:57.833303 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2025.12.24 01:20:58.147981 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:58.148178 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:20:58.148252 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:20:58.148990 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.149037 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.149447 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:20:58.149679 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.149839 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} executeQuery: Read 136 rows, 12.08 KiB in 0.001714 sec., 79346.55775962661 rows/sec., 6.88 MiB/sec. 2025.12.24 01:20:58.149886 [ 255 ] {5713ef43-c167-4e28-93b7-31bf39ea455b} TCPHandler: Processed in 0.002046752 sec. 2025.12.24 01:20:58.150009 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:58.150113 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:20:58.150157 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:20:58.150576 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.150614 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.150918 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:20:58.151142 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.151262 [ 132 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:20:58.151278 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} executeQuery: Read 40 rows, 3.01 KiB in 0.00119 sec., 33613.44537815126 rows/sec., 2.47 MiB/sec. 2025.12.24 01:20:58.151326 [ 132 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.151339 [ 255 ] {919b3841-6a7d-4b3e-acfa-2c1d5f97ee25} TCPHandler: Processed in 0.001382038 sec. 2025.12.24 01:20:58.151358 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.151471 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:58.151488 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:20:58.151572 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:20:58.151619 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:20:58.151637 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:58.151677 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 72 rows starting from the beginning of the part 2025.12.24 01:20:58.151743 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part 2025.12.24 01:20:58.151789 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.151865 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.151943 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 70 rows starting from the beginning of the part 2025.12.24 01:20:58.152004 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.152067 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.152108 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.152475 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:20:58.152707 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.152842 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} executeQuery: Read 104 rows, 8.32 KiB in 0.001289 sec., 80682.69976726144 rows/sec., 6.30 MiB/sec. 2025.12.24 01:20:58.152880 [ 255 ] {85fe0f8a-0a97-4dca-823f-566235e54d7a} TCPHandler: Processed in 0.0014599 sec. 2025.12.24 01:20:58.152996 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:58.153012 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001584452 sec., 199438.03914539536 rows/sec., 15.40 MiB/sec. 2025.12.24 01:20:58.153094 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:58.153143 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:20:58.153154 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:20:58.153410 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.153485 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_26_5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:20:58.153552 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.153562 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:20:58.153597 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.153949 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:20:58.154168 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.154297 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2025.12.24 01:20:58.154334 [ 255 ] {2a99e91b-9c3b-4f2b-ae9b-376ef50d80bf} TCPHandler: Processed in 0.001388598 sec. 2025.12.24 01:20:58.154454 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:58.154577 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:20:58.154643 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:20:58.155505 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.155543 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.156126 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:20:58.156353 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.156463 [ 132 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 01:20:58.156494 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} executeQuery: Read 40 rows, 73.40 KiB in 0.001943 sec., 20586.72156459084 rows/sec., 36.89 MiB/sec. 2025.12.24 01:20:58.156502 [ 132 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.156539 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.156566 [ 255 ] {03f5a833-4aec-4f88-997a-3c994ba14708} TCPHandler: Processed in 0.002171904 sec. 2025.12.24 01:20:58.156686 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.24 01:20:58.156692 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:20:58.156851 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:20:58.156893 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:20:58.157089 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:58.157190 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 714 rows starting from the beginning of the part 2025.12.24 01:20:58.157255 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:58.157298 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:58.157404 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.157587 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.157624 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:20:58.157763 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.157842 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.157887 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.157978 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2025.12.24 01:20:58.157995 [ 195 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.12.24 01:20:58.158021 [ 255 ] {fce05b60-35ab-4a4a-aefa-ce92555263a9} TCPHandler: Processed in 0.001378418 sec. 2025.12.24 01:20:58.173882 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 19 columns (19 merged, 0 gathered) in 0.017275531 sec., 52907.20152104153 rows/sec., 94.81 MiB/sec. 2025.12.24 01:20:58.174969 [ 193 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 01:20:58.175340 [ 193 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:58.175418 [ 193 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_26_5} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 01:20:58.175587 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.12.24 01:20:59.000200 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 280.16 MiB, peak 290.86 MiB, free memory in arenas 0.00 B, will set to 283.63 MiB (RSS), difference: 3.47 MiB 2025.12.24 01:20:59.329155 [ 44 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 01:20:59.329222 [ 44 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:59.329248 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2025.12.24 01:20:59.329368 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.24 01:20:59.329497 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:59.329534 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part 2025.12.24 01:20:59.329608 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part 2025.12.24 01:20:59.329660 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part 2025.12.24 01:20:59.329708 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part 2025.12.24 01:20:59.329754 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part 2025.12.24 01:20:59.330700 [ 199 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.001374068 sec., 917712.9516152039 rows/sec., 66.97 MiB/sec. 2025.12.24 01:20:59.330932 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 01:20:59.331303 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:59.331393 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_9_2} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 01:20:59.331508 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 01:20:59.636002 [ 44 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 01:20:59.636069 [ 44 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:20:59.636096 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:20:59.636187 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.24 01:20:59.636298 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:20:59.636329 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2025.12.24 01:20:59.636389 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.12.24 01:20:59.636432 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 18 rows starting from the beginning of the part 2025.12.24 01:20:59.636473 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2025.12.24 01:20:59.636510 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 18 rows starting from the beginning of the part 2025.12.24 01:20:59.637300 [ 199 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001148313 sec., 52250.56234667726 rows/sec., 4.40 MiB/sec. 2025.12.24 01:20:59.637520 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 01:20:59.637872 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:20:59.637950 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_9_2} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 01:20:59.638043 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 01:21:03.145942 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:03.146204 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:03.146298 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:03.147163 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:03.147205 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:03.147582 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:21:03.147806 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:03.147959 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} executeQuery: Read 56 rows, 4.41 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.35 MiB/sec. 2025.12.24 01:21:03.148001 [ 255 ] {874b95a0-bfe1-4ce6-aaa9-bb938d4e1e64} TCPHandler: Processed in 0.002202705 sec. 2025.12.24 01:21:03.148123 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:03.148220 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:03.148261 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:03.148686 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:03.148724 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:03.149039 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:21:03.149245 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:03.149375 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} executeQuery: Read 64 rows, 5.12 KiB in 0.001174 sec., 54514.48040885861 rows/sec., 4.25 MiB/sec. 2025.12.24 01:21:03.149414 [ 255 ] {0090f944-ad6f-4099-baf8-0f725c7d9255} TCPHandler: Processed in 0.001340627 sec. 2025.12.24 01:21:03.149525 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:03.149618 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:03.149660 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:03.150065 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:03.150102 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:03.150425 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:21:03.150641 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:03.150767 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.12.24 01:21:03.150804 [ 255 ] {4eb419f3-4660-4694-a035-be7e70554901} TCPHandler: Processed in 0.001328876 sec. 2025.12.24 01:21:03.150904 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:03.150997 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:03.151038 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:03.151368 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:03.151405 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:03.151699 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:21:03.151897 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:03.152023 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.12.24 01:21:03.152058 [ 255 ] {84e7e5fb-d320-48c0-84f8-47814e13f98c} TCPHandler: Processed in 0.001201185 sec. 2025.12.24 01:21:04.306846 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17724 2025.12.24 01:21:04.307423 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:04.307467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:04.307990 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:21:04.308220 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:04.308346 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17724 2025.12.24 01:21:05.252869 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2025.12.24 01:21:05.268896 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:05.268960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:05.274754 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:21:05.275472 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:05.278300 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.12.24 01:21:06.855898 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 800 2025.12.24 01:21:06.858562 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:06.858617 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:06.859843 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:21:06.860129 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:06.860502 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2025.12.24 01:21:08.147262 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:08.147461 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:08.147533 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:08.148299 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:08.148347 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:08.148741 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:21:08.148974 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:08.149140 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} executeQuery: Read 136 rows, 12.08 KiB in 0.001733 sec., 78476.63012117715 rows/sec., 6.81 MiB/sec. 2025.12.24 01:21:08.149190 [ 255 ] {b3ef3dca-ce85-44cc-970b-cfc2fbdd852c} TCPHandler: Processed in 0.002065672 sec. 2025.12.24 01:21:08.149309 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:08.149413 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:21:08.149456 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:21:08.149886 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:08.149925 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:08.150231 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:21:08.150432 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:08.150558 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} executeQuery: Read 40 rows, 3.01 KiB in 0.00117 sec., 34188.03418803419 rows/sec., 2.51 MiB/sec. 2025.12.24 01:21:08.150599 [ 255 ] {8cd98b01-84f8-4922-9a7e-87995c4a2ddb} TCPHandler: Processed in 0.001340307 sec. 2025.12.24 01:21:08.150719 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:08.150820 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:08.150861 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:08.151291 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:08.151328 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:08.151645 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:21:08.151870 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:08.151997 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} executeQuery: Read 104 rows, 8.32 KiB in 0.001197 sec., 86883.87635756057 rows/sec., 6.79 MiB/sec. 2025.12.24 01:21:08.152036 [ 255 ] {e16ab0b9-4033-4342-80c4-48731db1d000} TCPHandler: Processed in 0.001366188 sec. 2025.12.24 01:21:08.152143 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:08.152237 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:08.152279 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:08.152679 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:08.152714 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:08.153035 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:21:08.153250 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:08.153378 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2025.12.24 01:21:08.153413 [ 255 ] {a05e4ad7-a1fb-49fb-9739-8347a381ac68} TCPHandler: Processed in 0.001317857 sec. 2025.12.24 01:21:08.153533 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:08.153653 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:08.153718 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:21:08.154637 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:08.154671 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:08.155234 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:21:08.155462 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:08.155601 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} executeQuery: Read 40 rows, 73.40 KiB in 0.001972 sec., 20283.97565922921 rows/sec., 36.35 MiB/sec. 2025.12.24 01:21:08.155666 [ 255 ] {3316926d-6610-478f-a23e-bad4e5076230} TCPHandler: Processed in 0.002192614 sec. 2025.12.24 01:21:08.155772 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:08.155867 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:08.155908 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:08.156251 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:08.156288 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:08.156599 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:21:08.156820 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:08.156946 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.12.24 01:21:08.156982 [ 255 ] {c79bab25-d23e-49dc-9950-f928d98a1fa0} TCPHandler: Processed in 0.001257515 sec. 2025.12.24 01:21:11.679527 [ 156 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:21:11.679603 [ 156 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:21:11.809406 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18172 2025.12.24 01:21:11.809896 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:11.809939 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:11.810404 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:21:11.810624 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:11.810759 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18172 2025.12.24 01:21:12.779345 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.12.24 01:21:12.795551 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:12.795606 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:12.801645 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:21:12.802393 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:12.805083 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.12.24 01:21:13.144826 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:13.144979 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:13.145037 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:13.145699 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:13.145739 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:13.146107 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:21:13.146322 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:13.146465 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} executeQuery: Read 56 rows, 4.41 KiB in 0.001531 sec., 36577.400391900715 rows/sec., 2.81 MiB/sec. 2025.12.24 01:21:13.146505 [ 255 ] {4d85ed4a-ac83-4f85-a551-08fb73cd5790} TCPHandler: Processed in 0.001828707 sec. 2025.12.24 01:21:13.146619 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:13.146714 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:13.146754 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:13.147172 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:13.147209 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:13.147543 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:21:13.147757 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:13.147883 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2025.12.24 01:21:13.147921 [ 255 ] {fd6cd2d2-4463-495c-9061-f2292a3a9629} TCPHandler: Processed in 0.001349368 sec. 2025.12.24 01:21:13.148039 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:13.148137 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:13.148180 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:13.148585 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:13.148622 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:13.148942 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:21:13.149159 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:13.149287 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.12.24 01:21:13.149327 [ 255 ] {0376bb72-5f5d-4506-948c-43040be1e645} TCPHandler: Processed in 0.001335467 sec. 2025.12.24 01:21:13.149436 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:13.149528 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:13.149569 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:13.149896 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:13.149931 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:13.150246 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:21:13.150449 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:13.150572 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.12.24 01:21:13.150607 [ 255 ] {2a3ba2c0-f061-4f7b-91a0-03898e635c60} TCPHandler: Processed in 0.001218535 sec. 2025.12.24 01:21:16.860625 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 820 2025.12.24 01:21:16.862766 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:16.862804 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:16.864021 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:21:16.864289 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:16.864546 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2025.12.24 01:21:18.177753 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.177946 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.178017 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:21:18.178719 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.178757 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.179143 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:21:18.179368 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.179482 [ 126 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 01:21:18.179516 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} executeQuery: Read 24 rows, 2.04 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1.23 MiB/sec. 2025.12.24 01:21:18.179524 [ 126 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.179551 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.179565 [ 255 ] {236807f4-e4db-403a-9c6c-d020c79e70a1} TCPHandler: Processed in 0.00194736 sec. 2025.12.24 01:21:18.179677 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.24 01:21:18.179685 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.179835 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:21:18.179845 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:18.179882 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:21:18.179892 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.12.24 01:21:18.179976 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.12.24 01:21:18.180028 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.12.24 01:21:18.180077 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.12.24 01:21:18.180129 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.12.24 01:21:18.180296 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.180338 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.180656 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:21:18.180900 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.181005 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386379 sec., 86556.4178337958 rows/sec., 7.51 MiB/sec. 2025.12.24 01:21:18.181028 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} executeQuery: Read 2 rows, 167.00 B in 0.001217 sec., 1643.3853738701725 rows/sec., 134.01 KiB/sec. 2025.12.24 01:21:18.181072 [ 255 ] {31c88d2a-33c6-48ad-957d-6b7fae6d1ee6} TCPHandler: Processed in 0.001436519 sec. 2025.12.24 01:21:18.181179 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.181215 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 01:21:18.181272 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:18.181315 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:18.181551 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.181635 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_9_2} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 01:21:18.181733 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 01:21:18.182410 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.182451 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.182843 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:21:18.183053 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.183158 [ 126 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:21:18.183185 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} executeQuery: Read 1397 rows, 120.17 KiB in 0.001932 sec., 723084.8861283645 rows/sec., 60.74 MiB/sec. 2025.12.24 01:21:18.183188 [ 126 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.183218 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.183223 [ 255 ] {01482a20-6dd9-4b37-abd6-9fe86071260b} TCPHandler: Processed in 0.002091923 sec. 2025.12.24 01:21:18.183293 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:21:18.183326 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.183384 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:18.183413 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1408 rows starting from the beginning of the part 2025.12.24 01:21:18.183418 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.183461 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:21:18.183468 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 136 rows starting from the beginning of the part 2025.12.24 01:21:18.183514 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part 2025.12.24 01:21:18.183551 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 136 rows starting from the beginning of the part 2025.12.24 01:21:18.183591 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part 2025.12.24 01:21:18.183626 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:21:18.183878 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.183912 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.184208 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:21:18.184418 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.184540 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} executeQuery: Read 54 rows, 4.11 KiB in 0.00114 sec., 47368.42105263158 rows/sec., 3.52 MiB/sec. 2025.12.24 01:21:18.184577 [ 255 ] {57c91447-bc95-44b9-a98e-9954d4b8d19a} TCPHandler: Processed in 0.001298646 sec. 2025.12.24 01:21:18.184681 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.184780 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.184820 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:21:18.184877 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001618393 sec., 1970473.1792586844 rows/sec., 172.94 MiB/sec. 2025.12.24 01:21:18.185127 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:21:18.185288 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.185333 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.185433 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.185545 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_56_11} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:21:18.185651 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:21:18.185683 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:21:18.185893 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.186018 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} executeQuery: Read 252 rows, 17.85 KiB in 0.001257 sec., 200477.32696897374 rows/sec., 13.87 MiB/sec. 2025.12.24 01:21:18.186055 [ 255 ] {c28ababa-e995-408a-a2a4-a898b47ba794} TCPHandler: Processed in 0.001422829 sec. 2025.12.24 01:21:18.186164 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.186258 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.186298 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:21:18.186687 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.186722 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.187019 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 01:21:18.187221 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.187300 [ 126 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 01:21:18.187342 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} executeQuery: Read 12 rows, 960.00 B in 0.001102 sec., 10889.29219600726 rows/sec., 850.73 KiB/sec. 2025.12.24 01:21:18.187356 [ 126 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.187377 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.187380 [ 255 ] {4e4b0cf0-99f2-40a0-a43f-18c7847bf71a} TCPHandler: Processed in 0.001263416 sec. 2025.12.24 01:21:18.187460 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.24 01:21:18.187486 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.187567 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:18.187584 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:18.187606 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.12.24 01:21:18.187628 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:18.187711 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.12.24 01:21:18.187771 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.12.24 01:21:18.187819 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.12.24 01:21:18.187866 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.12.24 01:21:18.188261 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.188302 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.188643 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001219155 sec., 49214.41490212483 rows/sec., 3.94 MiB/sec. 2025.12.24 01:21:18.188645 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:21:18.188844 [ 189 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 01:21:18.188916 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.189027 [ 126 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:21:18.189054 [ 126 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.189057 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} executeQuery: Read 598 rows, 46.03 KiB in 0.001491 sec., 401073.10529845743 rows/sec., 30.15 MiB/sec. 2025.12.24 01:21:18.189076 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.189103 [ 255 ] {2e0c0475-7fa1-43e0-b405-84fbbdbd6d89} TCPHandler: Processed in 0.001664524 sec. 2025.12.24 01:21:18.189148 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:21:18.189188 [ 189 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.189210 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.189242 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:18.189274 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 634 rows starting from the beginning of the part 2025.12.24 01:21:18.189277 [ 189 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_9_2} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 01:21:18.189307 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.189325 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part 2025.12.24 01:21:18.189355 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:18.189371 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part 2025.12.24 01:21:18.189384 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:21:18.189413 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part 2025.12.24 01:21:18.189453 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part 2025.12.24 01:21:18.189491 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 598 rows starting from the beginning of the part 2025.12.24 01:21:18.189932 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.189972 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.190349 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:21:18.190468 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352218 sec., 1159576.3405013096 rows/sec., 92.42 MiB/sec. 2025.12.24 01:21:18.190563 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.190654 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:21:18.190670 [ 126 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:21:18.190700 [ 126 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.190701 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} executeQuery: Read 881 rows, 61.23 KiB in 0.001411 sec., 624379.8724309001 rows/sec., 42.38 MiB/sec. 2025.12.24 01:21:18.190716 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.190744 [ 255 ] {8a0582f8-15a8-473f-9e13-9877eacc4d6b} TCPHandler: Processed in 0.001582562 sec. 2025.12.24 01:21:18.190781 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:21:18.190852 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.190881 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:18.190913 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15026 rows starting from the beginning of the part 2025.12.24 01:21:18.190958 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:18.190961 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.190977 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.190998 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:18.191032 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:21:18.191040 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:18.191078 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_56_11} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:21:18.191093 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:18.191133 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 881 rows starting from the beginning of the part 2025.12.24 01:21:18.191156 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:21:18.191925 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.191966 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.192586 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:21:18.192832 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.192979 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} executeQuery: Read 40 rows, 73.40 KiB in 0.002038 sec., 19627.085377821393 rows/sec., 35.17 MiB/sec. 2025.12.24 01:21:18.193043 [ 255 ] {9c79b68d-082c-48d8-9fab-8ad7323327e8} TCPHandler: Processed in 0.002241976 sec. 2025.12.24 01:21:18.193154 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:18.193249 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:18.193289 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:18.193631 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.193666 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.193999 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:21:18.194213 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.194310 [ 126 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:21:18.194338 [ 126 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:18.194340 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.12.24 01:21:18.194359 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:18.194383 [ 255 ] {e2bfd214-377f-4dc2-b157-510900f072eb} TCPHandler: Processed in 0.001280066 sec. 2025.12.24 01:21:18.194445 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:21:18.194555 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:18.194589 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2988 rows starting from the beginning of the part 2025.12.24 01:21:18.194654 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:18.194703 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:18.194745 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:18.194785 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:18.194827 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:18.196207 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 4 columns (4 merged, 0 gathered) in 0.001798416 sec., 1828275.5491499186 rows/sec., 123.21 MiB/sec. 2025.12.24 01:21:18.196330 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16547 rows, containing 5 columns (5 merged, 0 gathered) in 0.005576573 sec., 2967234.5363362054 rows/sec., 203.83 MiB/sec. 2025.12.24 01:21:18.196480 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:21:18.196482 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:21:18.196808 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.196820 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:18.196888 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_56_11} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:21:18.196905 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_56_11} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:21:18.196962 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.12.24 01:21:18.197008 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2025.12.24 01:21:19.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 285.84 MiB, peak 294.97 MiB, free memory in arenas 0.00 B, will set to 286.89 MiB (RSS), difference: 1.04 MiB 2025.12.24 01:21:19.310831 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18684 2025.12.24 01:21:19.311353 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:19.311399 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:19.311899 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:21:19.312129 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:19.312279 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18684 2025.12.24 01:21:20.305174 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.12.24 01:21:20.322122 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:20.322181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:20.328643 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:21:20.329371 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:20.332518 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.12.24 01:21:23.145105 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:23.145278 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:23.145345 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:23.146025 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:23.146066 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:23.146474 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:21:23.146706 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:23.146861 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} executeQuery: Read 56 rows, 4.41 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.64 MiB/sec. 2025.12.24 01:21:23.146910 [ 255 ] {eb13e59b-050f-4590-92fe-ff3dccd0a2f6} TCPHandler: Processed in 0.001934059 sec. 2025.12.24 01:21:23.147046 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:23.147149 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:23.147193 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:23.147664 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:23.147700 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:23.148008 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:21:23.148213 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:23.148373 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} executeQuery: Read 64 rows, 5.12 KiB in 0.001247 sec., 51323.17562149158 rows/sec., 4.01 MiB/sec. 2025.12.24 01:21:23.148413 [ 255 ] {ef7caf2d-d763-4466-88d2-8c96655147bf} TCPHandler: Processed in 0.001418289 sec. 2025.12.24 01:21:23.148534 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:23.148631 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:23.148674 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:23.149096 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:23.149130 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:23.149468 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:21:23.149672 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:23.149797 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.12.24 01:21:23.149833 [ 255 ] {6b9c24f1-d972-4976-b405-2b52e79bc42f} TCPHandler: Processed in 0.001348448 sec. 2025.12.24 01:21:23.149957 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:23.150081 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:23.150132 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:23.150531 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:23.150574 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:23.150906 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:21:23.151114 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:23.151240 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2025.12.24 01:21:23.151275 [ 255 ] {29d1bd6b-d4e2-4694-94ba-2f88e8e8c66d} TCPHandler: Processed in 0.001380308 sec. 2025.12.24 01:21:26.679659 [ 142 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:21:26.679736 [ 142 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:21:26.812550 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19132 2025.12.24 01:21:26.813242 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:26.813317 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:26.814159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:21:26.814424 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:26.814570 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19132 2025.12.24 01:21:26.864890 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 848 2025.12.24 01:21:26.867096 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:26.867139 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:26.868320 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:21:26.868591 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:26.868846 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 848 2025.12.24 01:21:27.832762 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.12.24 01:21:27.850014 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:27.850069 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:27.856494 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:21:27.857241 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:27.860431 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.12.24 01:21:28.147707 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:28.147900 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:28.147966 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:28.148659 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:28.148708 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:28.149107 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:21:28.149340 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:28.149504 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} executeQuery: Read 136 rows, 12.08 KiB in 0.001656 sec., 82125.60386473431 rows/sec., 7.12 MiB/sec. 2025.12.24 01:21:28.149553 [ 255 ] {fb439b96-e81e-4521-a065-a6f990bb9718} TCPHandler: Processed in 0.00198437 sec. 2025.12.24 01:21:28.149674 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:28.149778 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:21:28.149823 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:21:28.150244 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:28.150281 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:28.150587 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:21:28.150793 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:28.150925 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} executeQuery: Read 40 rows, 3.01 KiB in 0.001169 sec., 34217.27972626177 rows/sec., 2.51 MiB/sec. 2025.12.24 01:21:28.150963 [ 255 ] {c08e09d5-0b34-4123-b6fa-014e3dff65e5} TCPHandler: Processed in 0.001340277 sec. 2025.12.24 01:21:28.151089 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:28.151213 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:28.151263 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:28.151783 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:28.151827 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:28.152159 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:21:28.152436 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:28.152630 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} executeQuery: Read 104 rows, 8.32 KiB in 0.00144 sec., 72222.22222222222 rows/sec., 5.64 MiB/sec. 2025.12.24 01:21:28.152680 [ 255 ] {24009f25-c5c7-4666-a497-87681ee9b787} TCPHandler: Processed in 0.001654864 sec. 2025.12.24 01:21:28.152816 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:28.152927 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:28.152974 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:28.153397 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:28.153437 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:28.153836 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:21:28.154087 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:28.154253 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001345 sec., 118959.10780669145 rows/sec., 8.29 MiB/sec. 2025.12.24 01:21:28.154297 [ 255 ] {5188a18e-6157-4a2e-9fcb-eb2a04dff9ff} TCPHandler: Processed in 0.001542401 sec. 2025.12.24 01:21:28.154415 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:28.154513 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:28.154570 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:21:28.155387 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:28.155425 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:28.155996 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:21:28.156224 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:28.156362 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} executeQuery: Read 40 rows, 73.40 KiB in 0.001868 sec., 21413.276231263382 rows/sec., 38.37 MiB/sec. 2025.12.24 01:21:28.156416 [ 255 ] {0bdd09d2-9913-42f5-9551-53a1908cf1ff} TCPHandler: Processed in 0.002051021 sec. 2025.12.24 01:21:28.156528 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:28.156627 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:28.156670 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:28.157010 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:28.157049 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:28.157364 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:21:28.157607 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:28.157751 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.12.24 01:21:28.157790 [ 255 ] {7e42f3a0-856c-46d9-8bc8-1d20cf4e08e0} TCPHandler: Processed in 0.001311966 sec. 2025.12.24 01:21:33.145797 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:33.145988 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:33.146052 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:33.146710 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:33.146758 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:33.147146 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:21:33.147385 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:33.147548 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} executeQuery: Read 56 rows, 4.41 KiB in 0.001608 sec., 34825.87064676617 rows/sec., 2.68 MiB/sec. 2025.12.24 01:21:33.147599 [ 255 ] {52b275c9-7362-40d1-91f0-aef06869acd8} TCPHandler: Processed in 0.00192886 sec. 2025.12.24 01:21:33.147723 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:33.147828 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:33.147871 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:33.148303 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:33.148342 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:33.148655 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:21:33.148857 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:33.148985 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} executeQuery: Read 64 rows, 5.12 KiB in 0.001182 sec., 54145.51607445008 rows/sec., 4.23 MiB/sec. 2025.12.24 01:21:33.149023 [ 255 ] {1b899a64-1063-4731-ae50-ef88891024d7} TCPHandler: Processed in 0.001351617 sec. 2025.12.24 01:21:33.149136 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:33.149233 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:33.149278 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:33.149699 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:33.149736 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:33.150064 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:21:33.150266 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:33.150401 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.12.24 01:21:33.150438 [ 255 ] {84cb0d4f-ee91-4a85-a177-25193cdd90f3} TCPHandler: Processed in 0.001350887 sec. 2025.12.24 01:21:33.150551 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:33.150647 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:33.150689 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:33.151020 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:33.151057 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:33.151361 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:21:33.151572 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:33.151696 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.12.24 01:21:33.151731 [ 255 ] {7c62ff17-8d54-4761-890d-2b24b187ed20} TCPHandler: Processed in 0.001227584 sec. 2025.12.24 01:21:34.314688 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19644 2025.12.24 01:21:34.315201 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:34.315250 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:34.315728 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:21:34.315961 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:34.316106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19644 2025.12.24 01:21:34.316102 [ 130 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:21:34.316180 [ 130 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:34.316200 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:34.316291 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:21:34.316376 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:34.316406 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17212 rows starting from the beginning of the part 2025.12.24 01:21:34.316460 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2025.12.24 01:21:34.316499 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2025.12.24 01:21:34.316537 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2025.12.24 01:21:34.316572 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2025.12.24 01:21:34.316607 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2025.12.24 01:21:34.318821 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19644 rows, containing 4 columns (4 merged, 0 gathered) in 0.002566583 sec., 7653755.986071754 rows/sec., 109.49 MiB/sec. 2025.12.24 01:21:34.319076 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:21:34.319357 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:34.319425 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_41_8} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:21:34.319498 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.62 MiB. 2025.12.24 01:21:35.360531 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.12.24 01:21:35.378382 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:35.378449 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:35.384750 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:21:35.385478 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:35.385808 [ 128 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:21:35.385877 [ 128 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:35.385901 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:35.386003 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:21:35.388580 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.12.24 01:21:35.389138 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:35.389977 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2025.12.24 01:21:35.393312 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2025.12.24 01:21:35.396679 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2025.12.24 01:21:35.400432 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2025.12.24 01:21:35.404526 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2025.12.24 01:21:35.408593 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2025.12.24 01:21:35.458191 [ 189 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.072228645 sec., 4278.081085419781 rows/sec., 22.12 MiB/sec. 2025.12.24 01:21:35.461335 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:21:35.463520 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:35.463629 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_41_8} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:21:35.465975 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.12.24 01:21:36.531535 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64898 2025.12.24 01:21:36.531640 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.531667 [ 286 ] {} TCP-Session: 59f1542a-b757-47bf-9fe8-e11c7318b07c Authenticating user 'default' from [fd00:1122:3344:101::e]:64898 2025.12.24 01:21:36.531690 [ 286 ] {} TCP-Session: 59f1542a-b757-47bf-9fe8-e11c7318b07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.531704 [ 286 ] {} TCP-Session: 59f1542a-b757-47bf-9fe8-e11c7318b07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.531917 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38640 2025.12.24 01:21:36.531959 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60936 2025.12.24 01:21:36.531986 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58481 2025.12.24 01:21:36.532016 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53759 2025.12.24 01:21:36.532016 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54613 2025.12.24 01:21:36.532021 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38672 2025.12.24 01:21:36.532008 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51870 2025.12.24 01:21:36.532156 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.532010 [ 286 ] {} TCP-Session: 59f1542a-b757-47bf-9fe8-e11c7318b07c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:36.532211 [ 288 ] {} TCP-Session: ba95ae85-d38a-4caa-a95a-4f3bd4b0a99f Authenticating user 'default' from [fd00:1122:3344:101::e]:38640 2025.12.24 01:21:36.531972 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44562 2025.12.24 01:21:36.532251 [ 288 ] {} TCP-Session: ba95ae85-d38a-4caa-a95a-4f3bd4b0a99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532274 [ 288 ] {} TCP-Session: ba95ae85-d38a-4caa-a95a-4f3bd4b0a99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532374 [ 286 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} executeQuery: (from [fd00:1122:3344:101::e]:64898) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:21:36.532551 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.532587 [ 354 ] {} TCP-Session: dc1ecc14-a047-4d3b-a202-d50f582c7848 Authenticating user 'default' from [fd00:1122:3344:101::e]:53759 2025.12.24 01:21:36.532605 [ 354 ] {} TCP-Session: dc1ecc14-a047-4d3b-a202-d50f582c7848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532621 [ 354 ] {} TCP-Session: dc1ecc14-a047-4d3b-a202-d50f582c7848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532654 [ 286 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:21:36.532657 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.532707 [ 290 ] {} TCP-Session: 8a17b329-2308-4be4-8d82-a85d70e6bd0e Authenticating user 'default' from [fd00:1122:3344:101::e]:44562 2025.12.24 01:21:36.532719 [ 286 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:21:36.532725 [ 290 ] {} TCP-Session: 8a17b329-2308-4be4-8d82-a85d70e6bd0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532729 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.532744 [ 290 ] {} TCP-Session: 8a17b329-2308-4be4-8d82-a85d70e6bd0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532767 [ 353 ] {} TCP-Session: 520f1567-ceef-4276-9ac3-9be66f616df4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51870 2025.12.24 01:21:36.532785 [ 353 ] {} TCP-Session: 520f1567-ceef-4276-9ac3-9be66f616df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.532798 [ 353 ] {} TCP-Session: 520f1567-ceef-4276-9ac3-9be66f616df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533029 [ 286 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:21:36.533104 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.533149 [ 355 ] {} TCP-Session: 8bcc78a3-4304-4816-ba6c-88396ee1fce0 Authenticating user 'default' from [fd00:1122:3344:101::e]:38672 2025.12.24 01:21:36.533180 [ 355 ] {} TCP-Session: 8bcc78a3-4304-4816-ba6c-88396ee1fce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533193 [ 355 ] {} TCP-Session: 8bcc78a3-4304-4816-ba6c-88396ee1fce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533209 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.533244 [ 351 ] {} TCP-Session: a69bb4fc-4e27-40ab-96dc-85e93e144e11 Authenticating user 'default' from [fd00:1122:3344:101::e]:58481 2025.12.24 01:21:36.533261 [ 351 ] {} TCP-Session: a69bb4fc-4e27-40ab-96dc-85e93e144e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533279 [ 351 ] {} TCP-Session: a69bb4fc-4e27-40ab-96dc-85e93e144e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533613 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.533663 [ 352 ] {} TCP-Session: bee01648-b5d8-4b47-bcdb-a65cbd5d2820 Authenticating user 'default' from [fd00:1122:3344:101::e]:54613 2025.12.24 01:21:36.533690 [ 352 ] {} TCP-Session: bee01648-b5d8-4b47-bcdb-a65cbd5d2820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533705 [ 352 ] {} TCP-Session: bee01648-b5d8-4b47-bcdb-a65cbd5d2820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533725 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.533764 [ 289 ] {} TCP-Session: 81332c1c-9c74-4348-a47e-9acfcfddf6ad Authenticating user 'default' from [fd00:1122:3344:101::e]:60936 2025.12.24 01:21:36.533785 [ 289 ] {} TCP-Session: 81332c1c-9c74-4348-a47e-9acfcfddf6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.533798 [ 289 ] {} TCP-Session: 81332c1c-9c74-4348-a47e-9acfcfddf6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.534029 [ 303 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} AggregatingTransform: Aggregating 2025.12.24 01:21:36.534080 [ 303 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} Aggregator: Aggregation method: without_key 2025.12.24 01:21:36.534122 [ 303 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00098432 sec. (1015.930 rows/sec., 39.68 KiB/sec.) 2025.12.24 01:21:36.534141 [ 303 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} Aggregator: Merging aggregated data 2025.12.24 01:21:36.535343 [ 286 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} executeQuery: Read 1 rows, 40.00 B in 0.003026 sec., 330.4692663582287 rows/sec., 12.91 KiB/sec. 2025.12.24 01:21:36.535513 [ 286 ] {d2b8d7f6-df36-4c63-97a9-dc5286284559} TCPHandler: Processed in 0.003616983 sec. 2025.12.24 01:21:36.535629 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535658 [ 286 ] {} TCP-Session: 59f1542a-b757-47bf-9fe8-e11c7318b07c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535671 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535673 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535694 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535714 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535750 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535750 [ 288 ] {} TCP-Session: ba95ae85-d38a-4caa-a95a-4f3bd4b0a99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535771 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535789 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535796 [ 290 ] {} TCP-Session: 8a17b329-2308-4be4-8d82-a85d70e6bd0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535818 [ 351 ] {} TCP-Session: a69bb4fc-4e27-40ab-96dc-85e93e144e11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535840 [ 354 ] {} TCP-Session: dc1ecc14-a047-4d3b-a202-d50f582c7848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535778 [ 352 ] {} TCP-Session: bee01648-b5d8-4b47-bcdb-a65cbd5d2820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535734 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.535732 [ 355 ] {} TCP-Session: 8bcc78a3-4304-4816-ba6c-88396ee1fce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535711 [ 353 ] {} TCP-Session: 520f1567-ceef-4276-9ac3-9be66f616df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.535925 [ 289 ] {} TCP-Session: 81332c1c-9c74-4348-a47e-9acfcfddf6ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.647718 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49503 2025.12.24 01:21:36.647823 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.647851 [ 286 ] {} TCP-Session: a239c00f-94a0-4350-b082-b7faf8e09903 Authenticating user 'default' from [fd00:1122:3344:101::e]:49503 2025.12.24 01:21:36.647873 [ 286 ] {} TCP-Session: a239c00f-94a0-4350-b082-b7faf8e09903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.647885 [ 286 ] {} TCP-Session: a239c00f-94a0-4350-b082-b7faf8e09903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648131 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64641 2025.12.24 01:21:36.648136 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56536 2025.12.24 01:21:36.648161 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39286 2025.12.24 01:21:36.648181 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40126 2025.12.24 01:21:36.648200 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648220 [ 286 ] {} TCP-Session: a239c00f-94a0-4350-b082-b7faf8e09903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:36.648240 [ 290 ] {} TCP-Session: ba28b68b-aaf2-4c70-9097-c63858fa1a63 Authenticating user 'default' from [fd00:1122:3344:101::e]:64641 2025.12.24 01:21:36.648200 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45097 2025.12.24 01:21:36.648268 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648300 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648341 [ 353 ] {} TCP-Session: 32a69625-487d-4398-be5f-50401ecae3a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40126 2025.12.24 01:21:36.648360 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648375 [ 353 ] {} TCP-Session: 32a69625-487d-4398-be5f-50401ecae3a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648375 [ 351 ] {} TCP-Session: acfbd8f3-8699-480c-a484-42892f184094 Authenticating user 'default' from [fd00:1122:3344:101::e]:39286 2025.12.24 01:21:36.648400 [ 353 ] {} TCP-Session: 32a69625-487d-4398-be5f-50401ecae3a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648398 [ 355 ] {} TCP-Session: ab2b62cb-c131-43a9-8538-25a30dcf59a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45097 2025.12.24 01:21:36.648425 [ 351 ] {} TCP-Session: acfbd8f3-8699-480c-a484-42892f184094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648453 [ 355 ] {} TCP-Session: ab2b62cb-c131-43a9-8538-25a30dcf59a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648466 [ 351 ] {} TCP-Session: acfbd8f3-8699-480c-a484-42892f184094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648491 [ 355 ] {} TCP-Session: ab2b62cb-c131-43a9-8538-25a30dcf59a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648392 [ 286 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} executeQuery: (from [fd00:1122:3344:101::e]:49503) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:21:36.648300 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648263 [ 290 ] {} TCP-Session: ba28b68b-aaf2-4c70-9097-c63858fa1a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648574 [ 288 ] {} TCP-Session: e8a657f3-8c88-4cf4-b574-80d8f67615c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56536 2025.12.24 01:21:36.648591 [ 290 ] {} TCP-Session: ba28b68b-aaf2-4c70-9097-c63858fa1a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648609 [ 288 ] {} TCP-Session: e8a657f3-8c88-4cf4-b574-80d8f67615c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648186 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58865 2025.12.24 01:21:36.648633 [ 288 ] {} TCP-Session: e8a657f3-8c88-4cf4-b574-80d8f67615c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648130 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54169 2025.12.24 01:21:36.648193 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42560 2025.12.24 01:21:36.648745 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648768 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648777 [ 352 ] {} TCP-Session: 2ed4d125-ea24-45ff-9344-0416525f803b Authenticating user 'default' from [fd00:1122:3344:101::e]:58865 2025.12.24 01:21:36.648788 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.648800 [ 289 ] {} TCP-Session: a738c9e4-cffd-4653-a63e-2829716c772a Authenticating user 'default' from [fd00:1122:3344:101::e]:54169 2025.12.24 01:21:36.648815 [ 352 ] {} TCP-Session: 2ed4d125-ea24-45ff-9344-0416525f803b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648827 [ 354 ] {} TCP-Session: d32888ff-091e-4171-ac63-cbdd7f85eaa2 Authenticating user 'default' from [fd00:1122:3344:101::e]:42560 2025.12.24 01:21:36.648839 [ 289 ] {} TCP-Session: a738c9e4-cffd-4653-a63e-2829716c772a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648850 [ 352 ] {} TCP-Session: 2ed4d125-ea24-45ff-9344-0416525f803b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648871 [ 354 ] {} TCP-Session: d32888ff-091e-4171-ac63-cbdd7f85eaa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648880 [ 289 ] {} TCP-Session: a738c9e4-cffd-4653-a63e-2829716c772a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648908 [ 354 ] {} TCP-Session: d32888ff-091e-4171-ac63-cbdd7f85eaa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.648787 [ 286 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:21:36.649001 [ 286 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:21:36.649289 [ 286 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:21:36.650157 [ 344 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} AggregatingTransform: Aggregating 2025.12.24 01:21:36.650208 [ 344 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} Aggregator: Aggregation method: without_key 2025.12.24 01:21:36.650252 [ 344 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000854407 sec. (1170.402 rows/sec., 45.72 KiB/sec.) 2025.12.24 01:21:36.650272 [ 344 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} Aggregator: Merging aggregated data 2025.12.24 01:21:36.652118 [ 286 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} executeQuery: Read 1 rows, 40.00 B in 0.003777 sec., 264.76039184537996 rows/sec., 10.34 KiB/sec. 2025.12.24 01:21:36.652346 [ 286 ] {dbac7631-1bbd-4a0f-9548-147b84804d03} TCPHandler: Processed in 0.004245336 sec. 2025.12.24 01:21:36.652534 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652569 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652582 [ 286 ] {} TCP-Session: a239c00f-94a0-4350-b082-b7faf8e09903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652598 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652627 [ 355 ] {} TCP-Session: ab2b62cb-c131-43a9-8538-25a30dcf59a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652634 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652671 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652668 [ 289 ] {} TCP-Session: a738c9e4-cffd-4653-a63e-2829716c772a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652695 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652714 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652767 [ 352 ] {} TCP-Session: 2ed4d125-ea24-45ff-9344-0416525f803b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652709 [ 353 ] {} TCP-Session: 32a69625-487d-4398-be5f-50401ecae3a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652797 [ 354 ] {} TCP-Session: d32888ff-091e-4171-ac63-cbdd7f85eaa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652701 [ 290 ] {} TCP-Session: ba28b68b-aaf2-4c70-9097-c63858fa1a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652614 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652652 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.652919 [ 288 ] {} TCP-Session: e8a657f3-8c88-4cf4-b574-80d8f67615c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.652942 [ 351 ] {} TCP-Session: acfbd8f3-8699-480c-a484-42892f184094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734207 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41689 2025.12.24 01:21:36.734317 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.734345 [ 286 ] {} TCP-Session: 9be0cecf-87f7-4137-86d0-28e482a17240 Authenticating user 'default' from [fd00:1122:3344:101::e]:41689 2025.12.24 01:21:36.734369 [ 286 ] {} TCP-Session: 9be0cecf-87f7-4137-86d0-28e482a17240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734384 [ 286 ] {} TCP-Session: 9be0cecf-87f7-4137-86d0-28e482a17240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734603 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53786 2025.12.24 01:21:36.734630 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59335 2025.12.24 01:21:36.734658 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56762 2025.12.24 01:21:36.734663 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43643 2025.12.24 01:21:36.734705 [ 286 ] {} TCP-Session: 9be0cecf-87f7-4137-86d0-28e482a17240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:36.734718 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.734749 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.734749 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.734766 [ 289 ] {} TCP-Session: 4412fefb-35c4-4514-8de5-dc548ee2f00b Authenticating user 'default' from [fd00:1122:3344:101::e]:53786 2025.12.24 01:21:36.734782 [ 351 ] {} TCP-Session: bc0def35-cbb4-41f6-a7dc-25d3e6220aee Authenticating user 'default' from [fd00:1122:3344:101::e]:59335 2025.12.24 01:21:36.734789 [ 354 ] {} TCP-Session: 3e654d84-9214-438a-b524-a027d074a48c Authenticating user 'default' from [fd00:1122:3344:101::e]:56762 2025.12.24 01:21:36.734805 [ 289 ] {} TCP-Session: 4412fefb-35c4-4514-8de5-dc548ee2f00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734818 [ 351 ] {} TCP-Session: bc0def35-cbb4-41f6-a7dc-25d3e6220aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734821 [ 354 ] {} TCP-Session: 3e654d84-9214-438a-b524-a027d074a48c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734833 [ 289 ] {} TCP-Session: 4412fefb-35c4-4514-8de5-dc548ee2f00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734844 [ 351 ] {} TCP-Session: bc0def35-cbb4-41f6-a7dc-25d3e6220aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734870 [ 354 ] {} TCP-Session: 3e654d84-9214-438a-b524-a027d074a48c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734885 [ 286 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} executeQuery: (from [fd00:1122:3344:101::e]:41689) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:21:36.734764 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.734654 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62337 2025.12.24 01:21:36.734947 [ 355 ] {} TCP-Session: b6a59abf-fc10-4fcf-8337-f87550f86014 Authenticating user 'default' from [fd00:1122:3344:101::e]:43643 2025.12.24 01:21:36.734617 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57834 2025.12.24 01:21:36.734996 [ 355 ] {} TCP-Session: b6a59abf-fc10-4fcf-8337-f87550f86014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734611 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44550 2025.12.24 01:21:36.735028 [ 355 ] {} TCP-Session: b6a59abf-fc10-4fcf-8337-f87550f86014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735047 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.735066 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.735097 [ 352 ] {} TCP-Session: b1a2e16b-6009-40c5-a953-0a847029e1f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:62337 2025.12.24 01:21:36.735098 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.735121 [ 290 ] {} TCP-Session: 452a9cdb-82a2-4392-8457-e6eef9d35378 Authenticating user 'default' from [fd00:1122:3344:101::e]:57834 2025.12.24 01:21:36.735131 [ 352 ] {} TCP-Session: b1a2e16b-6009-40c5-a953-0a847029e1f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735142 [ 288 ] {} TCP-Session: 685b6c5e-d064-434b-a16c-1691f3639baf Authenticating user 'default' from [fd00:1122:3344:101::e]:44550 2025.12.24 01:21:36.735158 [ 286 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:21:36.735181 [ 288 ] {} TCP-Session: 685b6c5e-d064-434b-a16c-1691f3639baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735170 [ 352 ] {} TCP-Session: b1a2e16b-6009-40c5-a953-0a847029e1f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735216 [ 288 ] {} TCP-Session: 685b6c5e-d064-434b-a16c-1691f3639baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735241 [ 286 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:21:36.735155 [ 290 ] {} TCP-Session: 452a9cdb-82a2-4392-8457-e6eef9d35378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.734646 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48436 2025.12.24 01:21:36.735284 [ 290 ] {} TCP-Session: 452a9cdb-82a2-4392-8457-e6eef9d35378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735348 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:21:36.735372 [ 353 ] {} TCP-Session: f8171d7d-7563-4384-a65e-5ed6ccd43d80 Authenticating user 'default' from [fd00:1122:3344:101::e]:48436 2025.12.24 01:21:36.735389 [ 353 ] {} TCP-Session: f8171d7d-7563-4384-a65e-5ed6ccd43d80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735401 [ 353 ] {} TCP-Session: f8171d7d-7563-4384-a65e-5ed6ccd43d80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.735539 [ 286 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:21:36.736395 [ 297 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} AggregatingTransform: Aggregating 2025.12.24 01:21:36.736437 [ 297 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} Aggregator: Aggregation method: without_key 2025.12.24 01:21:36.736471 [ 297 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000831337 sec. (1202.882 rows/sec., 46.99 KiB/sec.) 2025.12.24 01:21:36.736488 [ 297 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} Aggregator: Merging aggregated data 2025.12.24 01:21:36.737921 [ 286 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} executeQuery: Read 1 rows, 40.00 B in 0.003097 sec., 322.8931223764934 rows/sec., 12.61 KiB/sec. 2025.12.24 01:21:36.738037 [ 286 ] {5315d0a8-d6f0-4d8b-80d0-3de28b7e967b} TCPHandler: Processed in 0.00344825 sec. 2025.12.24 01:21:36.738145 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738173 [ 286 ] {} TCP-Session: 9be0cecf-87f7-4137-86d0-28e482a17240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738177 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738197 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738216 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738225 [ 288 ] {} TCP-Session: 685b6c5e-d064-434b-a16c-1691f3639baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738252 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738271 [ 355 ] {} TCP-Session: b6a59abf-fc10-4fcf-8337-f87550f86014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738285 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738303 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738334 [ 354 ] {} TCP-Session: 3e654d84-9214-438a-b524-a027d074a48c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738304 [ 289 ] {} TCP-Session: 4412fefb-35c4-4514-8de5-dc548ee2f00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738358 [ 351 ] {} TCP-Session: bc0def35-cbb4-41f6-a7dc-25d3e6220aee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738268 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738261 [ 353 ] {} TCP-Session: f8171d7d-7563-4384-a65e-5ed6ccd43d80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738422 [ 290 ] {} TCP-Session: 452a9cdb-82a2-4392-8457-e6eef9d35378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.738233 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:21:36.738481 [ 352 ] {} TCP-Session: b1a2e16b-6009-40c5-a953-0a847029e1f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:21:36.869090 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 874 2025.12.24 01:21:36.871514 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:36.871577 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:36.872855 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:21:36.873153 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:36.873561 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 874 2025.12.24 01:21:38.148224 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:38.148411 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:38.148494 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:38.149296 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:38.149359 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:38.149873 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:21:38.150113 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:38.150283 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} executeQuery: Read 136 rows, 12.08 KiB in 0.00192 sec., 70833.33333333333 rows/sec., 6.14 MiB/sec. 2025.12.24 01:21:38.150336 [ 255 ] {4cdf07aa-5d3a-4e04-a809-0a1c5df280b7} TCPHandler: Processed in 0.002248536 sec. 2025.12.24 01:21:38.150483 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:38.150583 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:21:38.150628 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:21:38.151049 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:38.151087 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:38.151482 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:21:38.151701 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:38.151842 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} executeQuery: Read 40 rows, 3.01 KiB in 0.001275 sec., 31372.549019607843 rows/sec., 2.30 MiB/sec. 2025.12.24 01:21:38.151884 [ 255 ] {5eba4608-f606-467d-b024-dedcf742d8b1} TCPHandler: Processed in 0.00146419 sec. 2025.12.24 01:21:38.152009 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:38.152115 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:38.152161 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:38.152639 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:38.152683 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:38.152998 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:21:38.153211 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:38.153342 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} executeQuery: Read 104 rows, 8.32 KiB in 0.001253 sec., 83000.79808459697 rows/sec., 6.48 MiB/sec. 2025.12.24 01:21:38.153382 [ 255 ] {2f7c4ab8-0a30-4e2b-bc08-e506ff5fa4c7} TCPHandler: Processed in 0.001422369 sec. 2025.12.24 01:21:38.153520 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:38.153619 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:38.153663 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:38.154079 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:38.154116 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:38.154482 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:21:38.154697 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:38.154829 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.12.24 01:21:38.154868 [ 255 ] {e2307f63-4f66-4504-8e77-70667062d952} TCPHandler: Processed in 0.001418419 sec. 2025.12.24 01:21:38.154986 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:38.155087 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:38.155143 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:21:38.156053 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:38.156091 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:38.156683 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:21:38.156899 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:38.157035 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} executeQuery: Read 40 rows, 73.40 KiB in 0.001967 sec., 20335.536349771224 rows/sec., 36.44 MiB/sec. 2025.12.24 01:21:38.157091 [ 255 ] {7c10d1a9-0c59-4209-b06c-c80dff677ed0} TCPHandler: Processed in 0.002155664 sec. 2025.12.24 01:21:38.157208 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:38.157303 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:38.157345 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:38.157695 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:38.157732 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2025.12.24 01:21:38.158046 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:21:38.158263 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:38.158391 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.12.24 01:21:38.158428 [ 255 ] {5f398db9-eca6-4dce-be6f-c33ce1dec013} TCPHandler: Processed in 0.001269086 sec. 2025.12.24 01:21:41.679973 [ 122 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:21:41.680043 [ 122 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:21:41.816279 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20092 2025.12.24 01:21:41.816917 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:41.816975 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:41.817569 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:21:41.817798 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:41.817930 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20092 2025.12.24 01:21:42.888743 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.12.24 01:21:42.905187 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:42.905251 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:42.911401 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:21:42.912148 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:42.915230 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.12.24 01:21:43.145539 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:43.145718 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:43.145783 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:43.146479 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.146541 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.146936 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:21:43.147170 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.147331 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} executeQuery: Read 56 rows, 4.41 KiB in 0.001661 sec., 33714.62974111981 rows/sec., 2.59 MiB/sec. 2025.12.24 01:21:43.147327 [ 120 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:21:43.147383 [ 255 ] {f35a207c-cce2-4ff9-9015-e2fc3bb426ec} TCPHandler: Processed in 0.0019787 sec. 2025.12.24 01:21:43.147408 [ 120 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.147438 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.147541 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:43.147599 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:21:43.147650 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:43.147723 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:43.147830 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:43.147892 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1408 rows starting from the beginning of the part 2025.12.24 01:21:43.147999 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part 2025.12.24 01:21:43.148082 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 136 rows starting from the beginning of the part 2025.12.24 01:21:43.148157 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2025.12.24 01:21:43.148174 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.148222 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.148224 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 136 rows starting from the beginning of the part 2025.12.24 01:21:43.148305 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2025.12.24 01:21:43.148622 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:21:43.148868 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.148983 [ 120 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:21:43.149001 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} executeQuery: Read 64 rows, 5.12 KiB in 0.001376 sec., 46511.62790697674 rows/sec., 3.63 MiB/sec. 2025.12.24 01:21:43.149014 [ 120 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.149041 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.149047 [ 255 ] {6454781f-abeb-4e49-95ac-8c6b145b7862} TCPHandler: Processed in 0.001571892 sec. 2025.12.24 01:21:43.149127 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:21:43.149182 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:43.149244 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:43.149281 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 634 rows starting from the beginning of the part 2025.12.24 01:21:43.149284 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:43.149338 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:43.149347 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2025.12.24 01:21:43.149397 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2025.12.24 01:21:43.149437 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2025.12.24 01:21:43.149475 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 104 rows starting from the beginning of the part 2025.12.24 01:21:43.149521 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2025.12.24 01:21:43.149588 [ 196 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.002072873 sec., 891516.26751856 rows/sec., 78.02 MiB/sec. 2025.12.24 01:21:43.149768 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.149812 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.149857 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:21:43.150167 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.150228 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:21:43.150251 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_61_12} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:21:43.150344 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 01:21:43.150463 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.150504 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418159 sec., 729114.2953646241 rows/sec., 58.52 MiB/sec. 2025.12.24 01:21:43.150596 [ 120 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:21:43.150614 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} executeQuery: Read 160 rows, 11.41 KiB in 0.001349 sec., 118606.37509266124 rows/sec., 8.26 MiB/sec. 2025.12.24 01:21:43.150634 [ 120 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.150658 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.150659 [ 255 ] {59835a0d-eef1-49ba-b4b2-e4c0e202025a} TCPHandler: Processed in 0.001526342 sec. 2025.12.24 01:21:43.150667 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:21:43.150724 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:21:43.150801 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:43.150826 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:43.150860 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16547 rows starting from the beginning of the part 2025.12.24 01:21:43.150904 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:43.150918 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:43.150946 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.150958 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:43.150987 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:43.151028 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_61_12} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:21:43.151041 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:43.151085 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:43.151120 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.12.24 01:21:43.151125 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.12.24 01:21:43.151316 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.151359 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.151706 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:21:43.151927 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.152035 [ 120 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:21:43.152059 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.12.24 01:21:43.152061 [ 120 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:43.152098 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:43.152103 [ 255 ] {ece8f7ba-a16a-4b91-b822-afdb266a0ad9} TCPHandler: Processed in 0.001350558 sec. 2025.12.24 01:21:43.152170 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:21:43.152271 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:43.152311 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3288 rows starting from the beginning of the part 2025.12.24 01:21:43.152361 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:43.152404 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:43.152441 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:43.152475 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:43.152512 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.12.24 01:21:43.154076 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3588 rows, containing 4 columns (4 merged, 0 gathered) in 0.00193699 sec., 1852358.5563167594 rows/sec., 124.84 MiB/sec. 2025.12.24 01:21:43.154452 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:21:43.154698 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.154764 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_61_12} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:21:43.154835 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:21:43.157133 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17347 rows, containing 5 columns (5 merged, 0 gathered) in 0.006433501 sec., 2696354.597597793 rows/sec., 185.34 MiB/sec. 2025.12.24 01:21:43.157392 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:21:43.157699 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:43.157787 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_61_12} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:21:43.157869 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.12.24 01:21:44.000235 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 290.23 MiB, peak 302.33 MiB, free memory in arenas 0.00 B, will set to 293.17 MiB (RSS), difference: 2.94 MiB 2025.12.24 01:21:46.873791 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 894 2025.12.24 01:21:46.876003 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:46.876047 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:46.877230 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:21:46.877503 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:46.877696 [ 115 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:21:46.877767 [ 115 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:46.877790 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:46.877797 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 894 2025.12.24 01:21:46.877917 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:21:46.878558 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:46.878715 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 780 rows starting from the beginning of the part 2025.12.24 01:21:46.879084 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part 2025.12.24 01:21:46.879439 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part 2025.12.24 01:21:46.879781 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2025.12.24 01:21:46.880111 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2025.12.24 01:21:46.880437 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part 2025.12.24 01:21:46.886435 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 72 columns (72 merged, 0 gathered) in 0.008578295 sec., 104216.51388766649 rows/sec., 85.25 MiB/sec. 2025.12.24 01:21:46.887408 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:21:46.887919 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:46.887995 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_31_6} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:21:46.888126 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2025.12.24 01:21:48.181703 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.181884 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.181947 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:21:48.182604 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.182652 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.183047 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:21:48.183273 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.183423 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} executeQuery: Read 24 rows, 2.04 KiB in 0.001586 sec., 15132.408575031526 rows/sec., 1.26 MiB/sec. 2025.12.24 01:21:48.183476 [ 255 ] {93708c83-a231-4d87-a967-55c1f884ef2e} TCPHandler: Processed in 0.001897939 sec. 2025.12.24 01:21:48.183613 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.183716 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:21:48.183758 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:21:48.184170 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.184206 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.184514 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:21:48.184732 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.184888 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} executeQuery: Read 18 rows, 1.48 KiB in 0.001196 sec., 15050.167224080267 rows/sec., 1.21 MiB/sec. 2025.12.24 01:21:48.184926 [ 255 ] {1716ce0f-1278-4e56-9271-aed43834ba22} TCPHandler: Processed in 0.001364607 sec. 2025.12.24 01:21:48.185042 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.185136 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:48.185176 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:48.186152 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.186188 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.186704 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:21:48.186944 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.187075 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} executeQuery: Read 1406 rows, 120.85 KiB in 0.00196 sec., 717346.9387755102 rows/sec., 60.21 MiB/sec. 2025.12.24 01:21:48.187113 [ 255 ] {7d405a0d-74a0-48dd-b275-4807ead59beb} TCPHandler: Processed in 0.002119123 sec. 2025.12.24 01:21:48.187254 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.187375 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.187425 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:21:48.187896 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.187933 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.188265 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:21:48.188468 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.188581 [ 115 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:21:48.188593 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} executeQuery: Read 70 rows, 5.24 KiB in 0.001244 sec., 56270.096463022506 rows/sec., 4.11 MiB/sec. 2025.12.24 01:21:48.188644 [ 115 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.188656 [ 255 ] {df16307e-d8ba-4692-b98e-848353363323} TCPHandler: Processed in 0.001462769 sec. 2025.12.24 01:21:48.188673 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.188781 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.188793 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:21:48.188880 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.188923 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:21:48.188939 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:48.188979 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 72 rows starting from the beginning of the part 2025.12.24 01:21:48.189047 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.189092 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part 2025.12.24 01:21:48.189135 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.189175 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.189212 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 70 rows starting from the beginning of the part 2025.12.24 01:21:48.189388 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.189431 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.189760 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:21:48.189985 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.190083 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346577 sec., 234669.09059043782 rows/sec., 18.12 MiB/sec. 2025.12.24 01:21:48.190119 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} executeQuery: Read 252 rows, 17.85 KiB in 0.001257 sec., 200477.32696897374 rows/sec., 13.87 MiB/sec. 2025.12.24 01:21:48.190157 [ 255 ] {38910ea0-783e-4a6d-9e59-0cc869a9dea3} TCPHandler: Processed in 0.001424409 sec. 2025.12.24 01:21:48.190246 [ 195 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:21:48.190273 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.190371 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.190413 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:21:48.190565 [ 195 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.190655 [ 195 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_31_6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:21:48.190744 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:21:48.190809 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.190850 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.191147 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 01:21:48.191355 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.191478 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} executeQuery: Read 12 rows, 960.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 833.33 KiB/sec. 2025.12.24 01:21:48.191516 [ 255 ] {81e1384e-6c8a-45d1-9ad1-ad9e9e933269} TCPHandler: Processed in 0.001290856 sec. 2025.12.24 01:21:48.191641 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.191734 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:48.191772 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:48.192407 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.192444 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.192809 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:21:48.193017 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.193144 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} executeQuery: Read 614 rows, 47.35 KiB in 0.001427 sec., 430273.30063069373 rows/sec., 32.40 MiB/sec. 2025.12.24 01:21:48.193182 [ 255 ] {18e87472-bbb0-4889-8215-182e95ad3aa6} TCPHandler: Processed in 0.001588122 sec. 2025.12.24 01:21:48.193302 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.193401 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.193445 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:48.194024 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.194061 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.194435 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:21:48.194648 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.194778 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} executeQuery: Read 889 rows, 61.80 KiB in 0.001395 sec., 637275.9856630825 rows/sec., 43.26 MiB/sec. 2025.12.24 01:21:48.194815 [ 255 ] {91c68225-7389-40a6-8b0e-8d3fe1d16e97} TCPHandler: Processed in 0.001572972 sec. 2025.12.24 01:21:48.194936 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.195054 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.195119 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:21:48.196020 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.196056 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.196644 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 01:21:48.196869 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.196983 [ 115 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 01:21:48.197006 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} executeQuery: Read 40 rows, 73.40 KiB in 0.001976 sec., 20242.914979757086 rows/sec., 36.27 MiB/sec. 2025.12.24 01:21:48.197024 [ 115 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.197048 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.197079 [ 255 ] {30880898-bdd5-4fae-9635-c0313999c005} TCPHandler: Processed in 0.002204405 sec. 2025.12.24 01:21:48.197164 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.24 01:21:48.197201 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:48.197306 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:48.197348 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:48.197455 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:21:48.197529 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 914 rows starting from the beginning of the part 2025.12.24 01:21:48.197667 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.197697 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:48.197738 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:48.197760 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.197857 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.197957 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.198049 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2025.12.24 01:21:48.198067 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:21:48.198298 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.198435 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.12.24 01:21:48.198474 [ 255 ] {03683a4b-0a39-4b1b-9916-81a7fae442b9} TCPHandler: Processed in 0.001326457 sec. 2025.12.24 01:21:48.203484 [ 197 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1114 rows, containing 19 columns (19 merged, 0 gathered) in 0.006378779 sec., 174641.57325406632 rows/sec., 312.95 MiB/sec. 2025.12.24 01:21:48.205092 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 01:21:48.205448 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:48.205523 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_31_6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 01:21:48.205638 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.58 MiB. 2025.12.24 01:21:49.000253 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 294.01 MiB, peak 302.56 MiB, free memory in arenas 0.00 B, will set to 295.90 MiB (RSS), difference: 1.88 MiB 2025.12.24 01:21:49.318041 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20604 2025.12.24 01:21:49.318916 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:49.318959 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:49.319436 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:21:49.319679 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:49.319821 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20604 2025.12.24 01:21:50.415312 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.12.24 01:21:50.432440 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:50.432502 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:50.438648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:21:50.439414 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:50.442319 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.12.24 01:21:53.146577 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:53.146770 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:53.146843 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:53.147531 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:53.147576 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:53.147967 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:21:53.148190 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:53.148346 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} executeQuery: Read 56 rows, 4.41 KiB in 0.001628 sec., 34398.0343980344 rows/sec., 2.64 MiB/sec. 2025.12.24 01:21:53.148397 [ 255 ] {826e9c73-e048-4eeb-834d-28899b7e9a67} TCPHandler: Processed in 0.001959369 sec. 2025.12.24 01:21:53.148523 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:53.148626 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:53.148669 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:53.149103 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:53.149139 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:53.149457 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:21:53.149672 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:53.149801 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} executeQuery: Read 64 rows, 5.12 KiB in 0.001198 sec., 53422.37061769616 rows/sec., 4.17 MiB/sec. 2025.12.24 01:21:53.149840 [ 255 ] {e9b1984c-d5c3-448f-b188-de0f95a8aacc} TCPHandler: Processed in 0.001370048 sec. 2025.12.24 01:21:53.149958 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:53.150054 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:53.150097 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:53.150508 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:53.150545 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:53.150876 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:21:53.151078 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:53.151203 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2025.12.24 01:21:53.151240 [ 255 ] {6ee72f4d-e0d9-4de5-9973-a011d8cf23b0} TCPHandler: Processed in 0.001333157 sec. 2025.12.24 01:21:53.151350 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:53.151444 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:53.151484 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:53.151815 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:53.151850 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:53.152155 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:21:53.152358 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:53.152483 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.12.24 01:21:53.152518 [ 255 ] {b681b912-0495-4db5-8f57-8e2f69d9d5fd} TCPHandler: Processed in 0.001217135 sec. 2025.12.24 01:21:56.680088 [ 103 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:21:56.680151 [ 103 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:21:56.819942 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21052 2025.12.24 01:21:56.820704 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:56.820776 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:56.821347 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:21:56.821579 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:56.821725 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21052 2025.12.24 01:21:56.878019 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 922 2025.12.24 01:21:56.880955 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:56.881014 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:56.882263 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:21:56.882557 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:56.882938 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 922 2025.12.24 01:21:57.942411 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.12.24 01:21:57.959694 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:57.959761 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:57.966014 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:21:57.966779 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:57.969704 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.12.24 01:21:58.147694 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:58.147846 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:21:58.147904 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:21:58.148586 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:58.148622 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:58.149006 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:21:58.149221 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:58.149362 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} executeQuery: Read 136 rows, 12.08 KiB in 0.001558 sec., 87291.39922978177 rows/sec., 7.57 MiB/sec. 2025.12.24 01:21:58.149403 [ 255 ] {3c5bc046-fbfa-4475-8148-6cd4b0baeb41} TCPHandler: Processed in 0.001830017 sec. 2025.12.24 01:21:58.149523 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:58.149618 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:21:58.149658 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:21:58.150071 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:58.150106 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:58.150426 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:21:58.150629 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:58.150754 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} executeQuery: Read 40 rows, 3.01 KiB in 0.001154 sec., 34662.04506065858 rows/sec., 2.55 MiB/sec. 2025.12.24 01:21:58.150791 [ 255 ] {5e75afb6-b450-41ea-8f90-5c9b79c40559} TCPHandler: Processed in 0.001315347 sec. 2025.12.24 01:21:58.150899 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:58.150991 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:21:58.151031 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:21:58.151471 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:58.151505 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:58.151818 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:21:58.152022 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:58.152146 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} executeQuery: Read 104 rows, 8.32 KiB in 0.001173 sec., 88661.5515771526 rows/sec., 6.93 MiB/sec. 2025.12.24 01:21:58.152182 [ 255 ] {9562df65-3b88-41aa-b3a6-0a2584d841d5} TCPHandler: Processed in 0.001329747 sec. 2025.12.24 01:21:58.152297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:58.152389 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:58.152431 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:21:58.152865 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:58.152898 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:58.153231 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:21:58.153441 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:58.153564 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.12.24 01:21:58.153600 [ 255 ] {10ae1344-2c8e-498d-9cba-b8469b748cb5} TCPHandler: Processed in 0.001348888 sec. 2025.12.24 01:21:58.153708 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:58.153798 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:21:58.153851 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:21:58.154692 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:58.154725 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:58.155263 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 01:21:58.155479 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:58.155610 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} executeQuery: Read 40 rows, 73.40 KiB in 0.001829 sec., 21869.874248223074 rows/sec., 39.19 MiB/sec. 2025.12.24 01:21:58.155670 [ 255 ] {3e12c25b-c5e7-4623-9708-aa3de4e1719b} TCPHandler: Processed in 0.002008821 sec. 2025.12.24 01:21:58.155778 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:21:58.155871 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:21:58.155912 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:21:58.156242 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:21:58.156276 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:21:58.156577 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:21:58.156781 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:21:58.156900 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.12.24 01:21:58.156934 [ 255 ] {5bda9ab7-0a01-459e-8ef3-23aaa390bd2e} TCPHandler: Processed in 0.001202794 sec. 2025.12.24 01:22:03.145662 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:03.145852 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:03.145914 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:03.146565 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:03.146601 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:03.146996 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:22:03.147241 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:03.147391 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} executeQuery: Read 56 rows, 4.41 KiB in 0.001588 sec., 35264.48362720403 rows/sec., 2.71 MiB/sec. 2025.12.24 01:22:03.147432 [ 255 ] {e94f4549-4806-40b6-b43b-38a8e4afbe64} TCPHandler: Processed in 0.001896399 sec. 2025.12.24 01:22:03.147570 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:03.147694 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:03.147743 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:03.148238 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:03.148273 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:03.148588 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:22:03.148804 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:03.148948 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. 2025.12.24 01:22:03.148988 [ 255 ] {f1665d93-3282-4153-98c0-a856735510f9} TCPHandler: Processed in 0.00147951 sec. 2025.12.24 01:22:03.149104 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:03.149197 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:03.149241 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:03.149651 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:03.149684 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:03.150013 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:22:03.150223 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:03.150354 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.12.24 01:22:03.150392 [ 255 ] {15d926ea-ab5a-4c2a-9733-518cc9ea3a14} TCPHandler: Processed in 0.001337907 sec. 2025.12.24 01:22:03.150500 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:03.150595 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:03.150637 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:03.150969 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:03.151003 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:03.151310 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:22:03.151537 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:03.151675 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.12.24 01:22:03.151713 [ 255 ] {17a48362-5e7e-4904-a205-779e7fabb4c6} TCPHandler: Processed in 0.001260986 sec. 2025.12.24 01:22:04.321806 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21564 2025.12.24 01:22:04.322369 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:04.322416 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:04.322899 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:22:04.323135 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:04.323272 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21564 2025.12.24 01:22:05.469778 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.12.24 01:22:05.487165 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:05.487223 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:05.493516 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:22:05.494269 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:05.497153 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.12.24 01:22:06.883127 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 942 2025.12.24 01:22:06.885202 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:06.885249 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:06.886416 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:22:06.886690 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:06.886940 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 942 2025.12.24 01:22:08.147681 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:08.147885 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:08.147961 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:08.148753 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.148806 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:08.149227 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:22:08.149454 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.149612 [ 92 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:22:08.149618 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} executeQuery: Read 136 rows, 12.08 KiB in 0.001788 sec., 76062.63982102908 rows/sec., 6.60 MiB/sec. 2025.12.24 01:22:08.149687 [ 92 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.149714 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:08.149716 [ 255 ] {88138bb1-df7b-4688-b5e6-38ae40f53fe5} TCPHandler: Processed in 0.002181774 sec. 2025.12.24 01:22:08.149847 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:22:08.149856 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:08.150006 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:22:08.150016 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:08.150055 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:22:08.150065 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1408 rows starting from the beginning of the part 2025.12.24 01:22:08.150149 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:22:08.150201 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:08.150250 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 136 rows starting from the beginning of the part 2025.12.24 01:22:08.150295 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:08.150340 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 136 rows starting from the beginning of the part 2025.12.24 01:22:08.150488 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.150534 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:08.150886 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:22:08.151131 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.151271 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} executeQuery: Read 40 rows, 3.01 KiB in 0.001289 sec., 31031.807602792862 rows/sec., 2.28 MiB/sec. 2025.12.24 01:22:08.151313 [ 255 ] {40878225-b837-45bc-8727-f08c4de0bada} TCPHandler: Processed in 0.001510481 sec. 2025.12.24 01:22:08.151417 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:08.151512 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:08.151554 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:08.151851 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3198 rows, containing 5 columns (5 merged, 0 gathered) in 0.002071692 sec., 1543665.757265076 rows/sec., 135.44 MiB/sec. 2025.12.24 01:22:08.151983 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.152020 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:08.152150 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:22:08.152365 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:22:08.152528 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.152621 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_66_13} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:22:08.152634 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.152733 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:22:08.152754 [ 92 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:22:08.152774 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} executeQuery: Read 104 rows, 8.32 KiB in 0.00128 sec., 81250 rows/sec., 6.35 MiB/sec. 2025.12.24 01:22:08.152783 [ 92 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.152815 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:08.152821 [ 255 ] {d727bac7-40fc-4b8c-ba5e-30af14effb81} TCPHandler: Processed in 0.001453279 sec. 2025.12.24 01:22:08.152883 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:22:08.152938 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:08.152976 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:08.153011 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 634 rows starting from the beginning of the part 2025.12.24 01:22:08.153037 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:08.153074 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 614 rows starting from the beginning of the part 2025.12.24 01:22:08.153086 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:08.153127 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:08.153173 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 104 rows starting from the beginning of the part 2025.12.24 01:22:08.153211 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:08.153250 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 104 rows starting from the beginning of the part 2025.12.24 01:22:08.153512 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.153551 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:08.153941 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:22:08.154166 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.154278 [ 92 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:22:08.154283 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001422129 sec., 1113823.0076174524 rows/sec., 88.83 MiB/sec. 2025.12.24 01:22:08.154309 [ 92 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.154296 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.12.24 01:22:08.154350 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:08.154390 [ 255 ] {cfed02ad-d564-452a-aa20-e6c50fd72f44} TCPHandler: Processed in 0.00150113 sec. 2025.12.24 01:22:08.154433 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:22:08.154507 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:08.154514 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:22:08.154531 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:08.154579 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17347 rows starting from the beginning of the part 2025.12.24 01:22:08.154605 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:08.154637 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 889 rows starting from the beginning of the part 2025.12.24 01:22:08.154664 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:22:08.154686 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:08.154732 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:08.154772 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:08.154815 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:08.154853 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.154949 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_66_13} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:22:08.155046 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:22:08.155575 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.155617 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:08.156216 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 01:22:08.156459 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.156595 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} executeQuery: Read 40 rows, 73.40 KiB in 0.002007 sec., 19930.244145490782 rows/sec., 35.71 MiB/sec. 2025.12.24 01:22:08.156652 [ 255 ] {bd1e4f2f-9051-466a-be71-b8f3c5e83d37} TCPHandler: Processed in 0.002193274 sec. 2025.12.24 01:22:08.156769 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:08.156864 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:08.156906 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:08.157244 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.157282 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:08.157610 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:22:08.157828 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.157948 [ 92 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:22:08.157957 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2025.12.24 01:22:08.157987 [ 92 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:08.158010 [ 255 ] {df7a83cd-db70-4b1d-8ab9-47d0efe7db43} TCPHandler: Processed in 0.001289477 sec. 2025.12.24 01:22:08.158015 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:08.158132 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:22:08.158272 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:08.158313 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3588 rows starting from the beginning of the part 2025.12.24 01:22:08.158383 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:08.158431 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:08.158476 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:08.158518 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:08.158564 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:08.159711 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 18876 rows, containing 5 columns (5 merged, 0 gathered) in 0.005308188 sec., 3556015.725140104 rows/sec., 244.40 MiB/sec. 2025.12.24 01:22:08.159960 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:22:08.160152 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3888 rows, containing 4 columns (4 merged, 0 gathered) in 0.002072182 sec., 1876283.067800029 rows/sec., 126.45 MiB/sec. 2025.12.24 01:22:08.160245 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.160314 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_66_13} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:22:08.160392 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. 2025.12.24 01:22:08.160548 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:22:08.160813 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:08.160888 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_66_13} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:22:08.160962 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2025.12.24 01:22:11.680194 [ 87 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:22:11.680293 [ 87 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:22:11.823442 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22012 2025.12.24 01:22:11.824007 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:11.824058 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:11.824582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:22:11.824808 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:11.824948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22012 2025.12.24 01:22:11.824953 [ 87 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:22:11.824996 [ 87 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:11.825016 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:11.825136 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:22:11.825280 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:11.825321 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19644 rows starting from the beginning of the part 2025.12.24 01:22:11.825384 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 448 rows starting from the beginning of the part 2025.12.24 01:22:11.825427 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 512 rows starting from the beginning of the part 2025.12.24 01:22:11.825468 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 448 rows starting from the beginning of the part 2025.12.24 01:22:11.825507 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 512 rows starting from the beginning of the part 2025.12.24 01:22:11.825548 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 448 rows starting from the beginning of the part 2025.12.24 01:22:11.827658 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22012 rows, containing 4 columns (4 merged, 0 gathered) in 0.002582252 sec., 8524342.318255538 rows/sec., 121.94 MiB/sec. 2025.12.24 01:22:11.828058 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:22:11.828385 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:11.828471 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_46_9} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:22:11.828595 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB. 2025.12.24 01:22:12.997314 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.12.24 01:22:13.017782 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:13.017859 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:13.024246 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:22:13.025054 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:13.025376 [ 86 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:22:13.025444 [ 86 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:13.025464 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:13.025579 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:22:13.029159 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:13.029469 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.12.24 01:22:13.030696 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2025.12.24 01:22:13.035465 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2025.12.24 01:22:13.040063 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2025.12.24 01:22:13.045095 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2025.12.24 01:22:13.050232 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2025.12.24 01:22:13.054209 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2025.12.24 01:22:13.112489 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.086957364 sec., 3990.4613483913795 rows/sec., 20.63 MiB/sec. 2025.12.24 01:22:13.115530 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:22:13.117751 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:13.117868 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_46_9} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:22:13.120943 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 01:22:13.146348 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:13.146516 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:13.146582 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:13.147194 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:13.147236 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:13.147607 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:22:13.147852 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:13.147995 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} executeQuery: Read 56 rows, 4.41 KiB in 0.001525 sec., 36721.311475409835 rows/sec., 2.82 MiB/sec. 2025.12.24 01:22:13.148035 [ 255 ] {1f4ef399-8ff2-456f-98c5-1d21d68af34f} TCPHandler: Processed in 0.001811837 sec. 2025.12.24 01:22:13.148160 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:13.148257 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:13.148299 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:13.148723 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:13.148760 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:13.149070 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:22:13.149302 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:13.149431 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} executeQuery: Read 64 rows, 5.12 KiB in 0.001193 sec., 53646.269907795475 rows/sec., 4.19 MiB/sec. 2025.12.24 01:22:13.149470 [ 255 ] {b4bdf5f6-60d0-4572-a9c5-cabce7fe469e} TCPHandler: Processed in 0.001358458 sec. 2025.12.24 01:22:13.149583 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:13.149678 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:13.149722 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:13.150131 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:13.150168 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:13.150506 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:22:13.150726 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:13.150853 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.12.24 01:22:13.150890 [ 255 ] {3a1a0af7-b9aa-491d-927c-7bd89fbe992c} TCPHandler: Processed in 0.001355278 sec. 2025.12.24 01:22:13.151013 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:13.151139 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:13.151190 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:13.151588 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:13.151626 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2025.12.24 01:22:13.151958 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:22:13.152168 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:13.152297 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} executeQuery: Read 60 rows, 4.14 KiB in 0.001184 sec., 50675.67567567568 rows/sec., 3.42 MiB/sec. 2025.12.24 01:22:13.152334 [ 255 ] {dce90e5b-4665-4ca6-9432-e8598ee8aac2} TCPHandler: Processed in 0.001384158 sec. 2025.12.24 01:22:16.887209 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 962 2025.12.24 01:22:16.889536 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:16.889596 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:16.890856 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:22:16.891160 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:16.891575 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 962 2025.12.24 01:22:18.177683 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.177880 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.177954 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:22:18.178714 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.178763 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.179158 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:22:18.179384 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.179543 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} executeQuery: Read 24 rows, 2.04 KiB in 0.001716 sec., 13986.013986013986 rows/sec., 1.16 MiB/sec. 2025.12.24 01:22:18.179597 [ 255 ] {3f368ddd-60e3-4224-8a40-11225e11fe05} TCPHandler: Processed in 0.002053301 sec. 2025.12.24 01:22:18.179725 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.179830 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:22:18.179875 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:22:18.180280 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.180316 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.180616 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:22:18.180827 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.180957 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} executeQuery: Read 2 rows, 167.00 B in 0.001151 sec., 1737.619461337967 rows/sec., 141.69 KiB/sec. 2025.12.24 01:22:18.180997 [ 255 ] {f568c704-996c-4f32-8156-3a96fab7a702} TCPHandler: Processed in 0.001324807 sec. 2025.12.24 01:22:18.181108 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.181207 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:18.181247 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:18.182329 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.182365 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.182813 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:22:18.183030 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.183161 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} executeQuery: Read 1397 rows, 120.17 KiB in 0.001975 sec., 707341.7721518987 rows/sec., 59.42 MiB/sec. 2025.12.24 01:22:18.183200 [ 255 ] {f8e8ae28-fe14-46d2-825f-8d3d395f24df} TCPHandler: Processed in 0.002142043 sec. 2025.12.24 01:22:18.183318 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.183417 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.183457 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:22:18.183881 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.183917 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.184236 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:22:18.184454 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.184583 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} executeQuery: Read 54 rows, 4.11 KiB in 0.001187 sec., 45492.83909014322 rows/sec., 3.38 MiB/sec. 2025.12.24 01:22:18.184621 [ 255 ] {56d8fb9d-8b67-46bc-b35d-7ae166173589} TCPHandler: Processed in 0.001354137 sec. 2025.12.24 01:22:18.184733 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.184830 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.184869 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:22:18.185335 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.185370 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.185683 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:22:18.185896 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.186022 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} executeQuery: Read 252 rows, 17.85 KiB in 0.001212 sec., 207920.79207920792 rows/sec., 14.38 MiB/sec. 2025.12.24 01:22:18.186061 [ 255 ] {fbfe6e29-9344-453a-b7f6-9076b9770be3} TCPHandler: Processed in 0.001377488 sec. 2025.12.24 01:22:18.186177 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.186272 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.186312 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:22:18.186704 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.186740 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.187039 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 01:22:18.187257 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.187390 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2025.12.24 01:22:18.187428 [ 255 ] {3d70a71b-0f2d-4dcc-a01e-379e34e82866} TCPHandler: Processed in 0.001301056 sec. 2025.12.24 01:22:18.187540 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.187636 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:18.187676 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:18.188263 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.188300 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.188637 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:22:18.188849 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.188969 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} executeQuery: Read 598 rows, 46.03 KiB in 0.001364 sec., 438416.42228739004 rows/sec., 32.95 MiB/sec. 2025.12.24 01:22:18.189005 [ 255 ] {afa6d5aa-3089-4532-901a-8ad797ae9396} TCPHandler: Processed in 0.0015312 sec. 2025.12.24 01:22:18.189111 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.189201 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.189243 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:18.189851 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.189887 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.190268 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:22:18.190481 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.190611 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} executeQuery: Read 881 rows, 61.23 KiB in 0.001398 sec., 630185.9799713878 rows/sec., 42.77 MiB/sec. 2025.12.24 01:22:18.190649 [ 255 ] {6bb00198-50cc-4229-851c-59d052e39132} TCPHandler: Processed in 0.001563541 sec. 2025.12.24 01:22:18.190761 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.190858 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.190912 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:22:18.191726 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.191763 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.192326 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 01:22:18.192562 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.192698 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} executeQuery: Read 40 rows, 73.40 KiB in 0.001858 sec., 21528.525296017222 rows/sec., 38.58 MiB/sec. 2025.12.24 01:22:18.192753 [ 255 ] {faf7a8cd-31ea-45aa-8a9a-163e4320a5f2} TCPHandler: Processed in 0.002043441 sec. 2025.12.24 01:22:18.192869 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:18.192965 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:18.193008 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:18.193335 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:18.193373 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:18.193679 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:22:18.193889 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:18.194016 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.12.24 01:22:18.194052 [ 255 ] {540540e4-79ce-4482-9c59-d88d62ed1eec} TCPHandler: Processed in 0.001234094 sec. 2025.12.24 01:22:19.325076 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22524 2025.12.24 01:22:19.325649 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:19.325690 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:19.326196 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:22:19.326437 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:19.326563 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22524 2025.12.24 01:22:20.529585 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.12.24 01:22:20.545923 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:20.545987 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:20.551861 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:22:20.552574 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:20.555711 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.12.24 01:22:23.145404 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:23.145609 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:23.145684 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:23.146367 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:23.146418 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:23.146816 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:22:23.147041 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:23.147201 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} executeQuery: Read 56 rows, 4.41 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.61 MiB/sec. 2025.12.24 01:22:23.147251 [ 255 ] {6adcde05-fc77-4d5c-b9fb-8ffcabb430bc} TCPHandler: Processed in 0.001988141 sec. 2025.12.24 01:22:23.147373 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:23.147477 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:23.147521 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:23.147958 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:23.147998 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:23.148309 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:22:23.148524 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:23.148655 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2025.12.24 01:22:23.148693 [ 255 ] {c6c1de08-bb0c-49e8-8d9a-5de723b4af54} TCPHandler: Processed in 0.001372688 sec. 2025.12.24 01:22:23.148806 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:23.148904 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:23.148950 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:23.149360 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:23.149397 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:23.149726 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:22:23.149934 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:23.150066 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.12.24 01:22:23.150103 [ 255 ] {6ebbde9a-426f-4a04-882f-f0b73ba2b9e4} TCPHandler: Processed in 0.001347308 sec. 2025.12.24 01:22:23.150204 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:23.150299 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:23.150340 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:23.150672 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:23.150709 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:23.151017 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:22:23.151222 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:23.151350 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.12.24 01:22:23.151387 [ 255 ] {b98c4e17-8675-4582-aef1-0190bdc3f0a0} TCPHandler: Processed in 0.001233175 sec. 2025.12.24 01:22:26.680385 [ 71 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:22:26.680482 [ 71 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:22:26.826640 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22972 2025.12.24 01:22:26.827438 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:26.827475 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:26.827942 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:22:26.828194 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:26.828327 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22972 2025.12.24 01:22:26.891710 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 990 2025.12.24 01:22:26.894222 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:26.894285 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:26.895602 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:22:26.895896 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:26.896292 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 990 2025.12.24 01:22:27.001745 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001246265 sec. 2025.12.24 01:22:28.055824 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.12.24 01:22:28.072848 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.072907 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.079571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:22:28.080322 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.083214 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.12.24 01:22:28.148613 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:28.148777 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:28.148840 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:28.149538 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.149577 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.149912 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:22:28.150143 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.150289 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} executeQuery: Read 136 rows, 12.08 KiB in 0.001555 sec., 87459.80707395499 rows/sec., 7.58 MiB/sec. 2025.12.24 01:22:28.150332 [ 255 ] {3fcbc27a-c5a1-4bce-877a-444686acebb4} TCPHandler: Processed in 0.001847988 sec. 2025.12.24 01:22:28.150458 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:28.150559 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:22:28.150601 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:22:28.151005 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.151040 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.151336 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:22:28.151531 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.151652 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} executeQuery: Read 40 rows, 3.01 KiB in 0.00117 sec., 34188.03418803419 rows/sec., 2.51 MiB/sec. 2025.12.24 01:22:28.151690 [ 255 ] {1962c565-8882-4bf4-b329-8d8ee72d80ee} TCPHandler: Processed in 0.001340978 sec. 2025.12.24 01:22:28.151856 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:28.151953 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:28.151994 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:28.152435 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.152472 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.152781 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:22:28.152985 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.153112 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} executeQuery: Read 104 rows, 8.32 KiB in 0.001177 sec., 88360.23789294816 rows/sec., 6.90 MiB/sec. 2025.12.24 01:22:28.153150 [ 255 ] {5acb1f90-9fc7-4ad6-bfe0-f2158a172214} TCPHandler: Processed in 0.001348537 sec. 2025.12.24 01:22:28.153264 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:28.153362 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:28.153407 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:28.153824 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.153864 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.154197 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:22:28.154408 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.154536 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.12.24 01:22:28.154575 [ 255 ] {62cea8ed-39f1-4cd5-8a6e-cf63f8c53b6c} TCPHandler: Processed in 0.001361548 sec. 2025.12.24 01:22:28.154695 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:28.154814 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:28.154879 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:22:28.155770 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.155835 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.156420 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 01:22:28.156645 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.156783 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} executeQuery: Read 40 rows, 73.40 KiB in 0.001993 sec., 20070.24586051179 rows/sec., 35.96 MiB/sec. 2025.12.24 01:22:28.156843 [ 255 ] {749ea3c4-1be5-4e1c-8e03-01fc58d222ee} TCPHandler: Processed in 0.002207975 sec. 2025.12.24 01:22:28.156959 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:28.157052 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:28.157093 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:28.157454 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:28.157490 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:28.157807 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:22:28.158018 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:28.158143 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.12.24 01:22:28.158179 [ 255 ] {ed20758f-6f8d-4816-9616-891d34e7623d} TCPHandler: Processed in 0.001269876 sec. 2025.12.24 01:22:33.146120 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:33.146343 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:33.146416 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:33.147112 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.147166 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.147591 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:22:33.147826 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.147991 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} executeQuery: Read 56 rows, 4.41 KiB in 0.001704 sec., 32863.849765258215 rows/sec., 2.52 MiB/sec. 2025.12.24 01:22:33.148003 [ 63 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:22:33.148042 [ 255 ] {986cbfbb-18c2-4927-9b07-458867acdfcd} TCPHandler: Processed in 0.002063481 sec. 2025.12.24 01:22:33.148080 [ 63 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.148109 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.148180 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:33.148213 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:22:33.148290 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:33.148339 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:33.148353 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:33.148397 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1408 rows starting from the beginning of the part 2025.12.24 01:22:33.148474 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:33.148528 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:22:33.148575 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:33.148625 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 136 rows starting from the beginning of the part 2025.12.24 01:22:33.148668 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:33.148832 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.148875 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.149244 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:22:33.149476 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.149598 [ 63 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:22:33.149615 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} executeQuery: Read 64 rows, 5.12 KiB in 0.001348 sec., 47477.744807121664 rows/sec., 3.71 MiB/sec. 2025.12.24 01:22:33.149628 [ 63 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.149654 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.149661 [ 255 ] {8f12c6cb-d2ef-464e-9737-b5ec2118279b} TCPHandler: Processed in 0.001533141 sec. 2025.12.24 01:22:33.149727 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:22:33.149789 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:33.149822 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:33.149854 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 634 rows starting from the beginning of the part 2025.12.24 01:22:33.149893 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:33.149908 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:33.149948 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:33.149963 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 598 rows starting from the beginning of the part 2025.12.24 01:22:33.150010 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:33.150048 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 104 rows starting from the beginning of the part 2025.12.24 01:22:33.150099 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:33.150168 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.00199963 sec., 1554787.6357126068 rows/sec., 136.07 MiB/sec. 2025.12.24 01:22:33.150375 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:22:33.150397 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.150440 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.150658 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.150744 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_71_14} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:22:33.150831 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:22:33.151004 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:22:33.151065 [ 196 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370878 sec., 1114614.1378007377 rows/sec., 88.77 MiB/sec. 2025.12.24 01:22:33.151239 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:22:33.151264 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.151403 [ 63 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:22:33.151415 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. 2025.12.24 01:22:33.151443 [ 63 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.151466 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.151468 [ 255 ] {f2595da3-7d8f-4e5e-877b-0000f051335b} TCPHandler: Processed in 0.001729505 sec. 2025.12.24 01:22:33.151500 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.151538 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:22:33.151574 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_71_14} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:22:33.151607 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:33.151632 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:33.151650 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:22:33.151667 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18876 rows starting from the beginning of the part 2025.12.24 01:22:33.151715 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:33.151741 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:33.151754 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 881 rows starting from the beginning of the part 2025.12.24 01:22:33.151799 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:33.151801 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:33.151832 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:33.151870 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:33.152219 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.152268 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.152648 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:22:33.152871 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.153000 [ 63 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:22:33.153010 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} executeQuery: Read 60 rows, 4.14 KiB in 0.001296 sec., 46296.29629629629 rows/sec., 3.12 MiB/sec. 2025.12.24 01:22:33.153044 [ 63 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:33.153066 [ 255 ] {e4f2bcb1-ea90-43c4-aaef-4a6921fd6c4e} TCPHandler: Processed in 0.001523051 sec. 2025.12.24 01:22:33.153068 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:33.153165 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:22:33.153260 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:33.153296 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3888 rows starting from the beginning of the part 2025.12.24 01:22:33.153357 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:33.153409 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:33.153459 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:33.153502 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:33.153548 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:33.155562 [ 194 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002430689 sec., 1722968.2612625472 rows/sec., 116.12 MiB/sec. 2025.12.24 01:22:33.155970 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:22:33.156225 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.156296 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_71_14} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:22:33.156362 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.12.24 01:22:33.163557 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 20397 rows, containing 5 columns (5 merged, 0 gathered) in 0.012049204 sec., 1692808.9191617968 rows/sec., 116.33 MiB/sec. 2025.12.24 01:22:33.163970 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:22:33.164276 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:33.164363 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_71_14} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:22:33.164462 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.12.24 01:22:34.001161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 300.67 MiB, peak 312.26 MiB, free memory in arenas 0.00 B, will set to 303.61 MiB (RSS), difference: 2.94 MiB 2025.12.24 01:22:34.328501 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23484 2025.12.24 01:22:34.329063 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:34.329104 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:34.329592 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:22:34.329813 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:34.329940 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23484 2025.12.24 01:22:35.583505 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.12.24 01:22:35.616763 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:35.616876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:35.644480 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:22:35.654892 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:35.672934 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.12.24 01:22:36.512954 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54121 2025.12.24 01:22:36.513058 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.513085 [ 286 ] {} TCP-Session: 425f0d5b-ccee-4c13-9ed2-dbd619569c89 Authenticating user 'default' from [fd00:1122:3344:101::e]:54121 2025.12.24 01:22:36.513108 [ 286 ] {} TCP-Session: 425f0d5b-ccee-4c13-9ed2-dbd619569c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513121 [ 286 ] {} TCP-Session: 425f0d5b-ccee-4c13-9ed2-dbd619569c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513346 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43879 2025.12.24 01:22:36.513387 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49539 2025.12.24 01:22:36.513412 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47067 2025.12.24 01:22:36.513417 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62615 2025.12.24 01:22:36.513469 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.513455 [ 286 ] {} TCP-Session: 425f0d5b-ccee-4c13-9ed2-dbd619569c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:36.513503 [ 289 ] {} TCP-Session: 6921751e-4fbf-4be7-9214-a8b9cb9f3bdd Authenticating user 'default' from [fd00:1122:3344:101::e]:43879 2025.12.24 01:22:36.513514 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.513528 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.513541 [ 289 ] {} TCP-Session: 6921751e-4fbf-4be7-9214-a8b9cb9f3bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513562 [ 354 ] {} TCP-Session: 6b916757-23d1-437f-bd4c-788b8ea764ee Authenticating user 'default' from [fd00:1122:3344:101::e]:47067 2025.12.24 01:22:36.513569 [ 355 ] {} TCP-Session: bfa287fa-4261-47ff-a94c-e5f5eab09489 Authenticating user 'default' from [fd00:1122:3344:101::e]:62615 2025.12.24 01:22:36.513576 [ 289 ] {} TCP-Session: 6921751e-4fbf-4be7-9214-a8b9cb9f3bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513600 [ 354 ] {} TCP-Session: 6b916757-23d1-437f-bd4c-788b8ea764ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513605 [ 355 ] {} TCP-Session: bfa287fa-4261-47ff-a94c-e5f5eab09489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513628 [ 354 ] {} TCP-Session: 6b916757-23d1-437f-bd4c-788b8ea764ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513642 [ 355 ] {} TCP-Session: bfa287fa-4261-47ff-a94c-e5f5eab09489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513514 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.513667 [ 286 ] {48a31673-e83b-40db-8633-d2abe48f322c} executeQuery: (from [fd00:1122:3344:101::e]:54121) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:22:36.513406 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39027 2025.12.24 01:22:36.513707 [ 351 ] {} TCP-Session: 1d8ca39f-c857-47ea-b984-93805e181e7d Authenticating user 'default' from [fd00:1122:3344:101::e]:49539 2025.12.24 01:22:36.513352 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60346 2025.12.24 01:22:36.513775 [ 351 ] {} TCP-Session: 1d8ca39f-c857-47ea-b984-93805e181e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513353 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54097 2025.12.24 01:22:36.513811 [ 351 ] {} TCP-Session: 1d8ca39f-c857-47ea-b984-93805e181e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.513406 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43693 2025.12.24 01:22:36.513956 [ 286 ] {48a31673-e83b-40db-8633-d2abe48f322c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:22:36.514018 [ 286 ] {48a31673-e83b-40db-8633-d2abe48f322c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:22:36.514247 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.514287 [ 353 ] {} TCP-Session: bf39a70f-58ba-4e3b-9ba1-281d16a8be43 Authenticating user 'default' from [fd00:1122:3344:101::e]:39027 2025.12.24 01:22:36.514319 [ 353 ] {} TCP-Session: bf39a70f-58ba-4e3b-9ba1-281d16a8be43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514319 [ 286 ] {48a31673-e83b-40db-8633-d2abe48f322c} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:22:36.514340 [ 353 ] {} TCP-Session: bf39a70f-58ba-4e3b-9ba1-281d16a8be43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514354 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.514399 [ 352 ] {} TCP-Session: b4cf5097-b392-400b-8be1-6be29b9f704e Authenticating user 'default' from [fd00:1122:3344:101::e]:43693 2025.12.24 01:22:36.514425 [ 352 ] {} TCP-Session: b4cf5097-b392-400b-8be1-6be29b9f704e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514439 [ 352 ] {} TCP-Session: b4cf5097-b392-400b-8be1-6be29b9f704e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514723 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.514759 [ 288 ] {} TCP-Session: 57565d13-56af-45e2-8b49-d67107800008 Authenticating user 'default' from [fd00:1122:3344:101::e]:54097 2025.12.24 01:22:36.514776 [ 288 ] {} TCP-Session: 57565d13-56af-45e2-8b49-d67107800008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514792 [ 288 ] {} TCP-Session: 57565d13-56af-45e2-8b49-d67107800008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514829 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.514864 [ 290 ] {} TCP-Session: 6304b96c-a09d-4b65-af25-628bdbe5aabb Authenticating user 'default' from [fd00:1122:3344:101::e]:60346 2025.12.24 01:22:36.514880 [ 290 ] {} TCP-Session: 6304b96c-a09d-4b65-af25-628bdbe5aabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.514892 [ 290 ] {} TCP-Session: 6304b96c-a09d-4b65-af25-628bdbe5aabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.515344 [ 315 ] {48a31673-e83b-40db-8633-d2abe48f322c} AggregatingTransform: Aggregating 2025.12.24 01:22:36.515384 [ 315 ] {48a31673-e83b-40db-8633-d2abe48f322c} Aggregator: Aggregation method: without_key 2025.12.24 01:22:36.515422 [ 315 ] {48a31673-e83b-40db-8633-d2abe48f322c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0009863 sec. (1013.890 rows/sec., 39.61 KiB/sec.) 2025.12.24 01:22:36.515441 [ 315 ] {48a31673-e83b-40db-8633-d2abe48f322c} Aggregator: Merging aggregated data 2025.12.24 01:22:36.516946 [ 286 ] {48a31673-e83b-40db-8633-d2abe48f322c} executeQuery: Read 1 rows, 40.00 B in 0.003338 sec., 299.58058717795086 rows/sec., 11.70 KiB/sec. 2025.12.24 01:22:36.517119 [ 286 ] {48a31673-e83b-40db-8633-d2abe48f322c} TCPHandler: Processed in 0.003779197 sec. 2025.12.24 01:22:36.517271 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517299 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517313 [ 286 ] {} TCP-Session: 425f0d5b-ccee-4c13-9ed2-dbd619569c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517320 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517343 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517360 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517401 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517408 [ 290 ] {} TCP-Session: 6304b96c-a09d-4b65-af25-628bdbe5aabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517434 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517453 [ 352 ] {} TCP-Session: b4cf5097-b392-400b-8be1-6be29b9f704e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517432 [ 289 ] {} TCP-Session: 6921751e-4fbf-4be7-9214-a8b9cb9f3bdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517484 [ 355 ] {} TCP-Session: bfa287fa-4261-47ff-a94c-e5f5eab09489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517417 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517381 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.517554 [ 354 ] {} TCP-Session: 6b916757-23d1-437f-bd4c-788b8ea764ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517379 [ 351 ] {} TCP-Session: 1d8ca39f-c857-47ea-b984-93805e181e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517581 [ 353 ] {} TCP-Session: bf39a70f-58ba-4e3b-9ba1-281d16a8be43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.517348 [ 288 ] {} TCP-Session: 57565d13-56af-45e2-8b49-d67107800008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.586680 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60108 2025.12.24 01:22:36.586795 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.586822 [ 286 ] {} TCP-Session: 6797abd8-9fc3-464b-b34b-b3960667eed4 Authenticating user 'default' from [fd00:1122:3344:101::e]:60108 2025.12.24 01:22:36.586845 [ 286 ] {} TCP-Session: 6797abd8-9fc3-464b-b34b-b3960667eed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.586863 [ 286 ] {} TCP-Session: 6797abd8-9fc3-464b-b34b-b3960667eed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587088 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57636 2025.12.24 01:22:36.587115 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64238 2025.12.24 01:22:36.587137 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43028 2025.12.24 01:22:36.587170 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59307 2025.12.24 01:22:36.587170 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54659 2025.12.24 01:22:36.587221 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587251 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587281 [ 290 ] {} TCP-Session: 0cb08432-eab7-4b23-b0bc-0420d4f23bd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:64238 2025.12.24 01:22:36.587301 [ 354 ] {} TCP-Session: f4974675-4603-4e72-ba20-7b24afd12139 Authenticating user 'default' from [fd00:1122:3344:101::e]:59307 2025.12.24 01:22:36.587316 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587324 [ 290 ] {} TCP-Session: 0cb08432-eab7-4b23-b0bc-0420d4f23bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587338 [ 354 ] {} TCP-Session: f4974675-4603-4e72-ba20-7b24afd12139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587353 [ 355 ] {} TCP-Session: 0df085d7-989f-46c1-a0bf-9feff55e9b2a Authenticating user 'default' from [fd00:1122:3344:101::e]:54659 2025.12.24 01:22:36.587373 [ 354 ] {} TCP-Session: f4974675-4603-4e72-ba20-7b24afd12139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587397 [ 355 ] {} TCP-Session: 0df085d7-989f-46c1-a0bf-9feff55e9b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587363 [ 290 ] {} TCP-Session: 0cb08432-eab7-4b23-b0bc-0420d4f23bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587421 [ 355 ] {} TCP-Session: 0df085d7-989f-46c1-a0bf-9feff55e9b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587243 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587154 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34925 2025.12.24 01:22:36.587502 [ 351 ] {} TCP-Session: 196bd626-6331-4924-b6e4-8ac4cbfb270a Authenticating user 'default' from [fd00:1122:3344:101::e]:43028 2025.12.24 01:22:36.587156 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49358 2025.12.24 01:22:36.587550 [ 351 ] {} TCP-Session: 196bd626-6331-4924-b6e4-8ac4cbfb270a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587098 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33362 2025.12.24 01:22:36.587591 [ 351 ] {} TCP-Session: 196bd626-6331-4924-b6e4-8ac4cbfb270a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587617 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587591 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587652 [ 353 ] {} TCP-Session: a945487a-e9ef-42fb-abec-344c9d59ae6c Authenticating user 'default' from [fd00:1122:3344:101::e]:49358 2025.12.24 01:22:36.587658 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587680 [ 352 ] {} TCP-Session: a5525bd2-bc40-49a3-8dbd-d0c099bb3134 Authenticating user 'default' from [fd00:1122:3344:101::e]:34925 2025.12.24 01:22:36.587691 [ 353 ] {} TCP-Session: a945487a-e9ef-42fb-abec-344c9d59ae6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587703 [ 289 ] {} TCP-Session: 89f98177-a9cf-4e96-8f6a-f5996e88031f Authenticating user 'default' from [fd00:1122:3344:101::e]:33362 2025.12.24 01:22:36.587721 [ 352 ] {} TCP-Session: a5525bd2-bc40-49a3-8dbd-d0c099bb3134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587726 [ 353 ] {} TCP-Session: a945487a-e9ef-42fb-abec-344c9d59ae6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587755 [ 352 ] {} TCP-Session: a5525bd2-bc40-49a3-8dbd-d0c099bb3134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587744 [ 289 ] {} TCP-Session: 89f98177-a9cf-4e96-8f6a-f5996e88031f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587206 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.587813 [ 289 ] {} TCP-Session: 89f98177-a9cf-4e96-8f6a-f5996e88031f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587843 [ 288 ] {} TCP-Session: 13da0491-fb39-4b63-a64e-13a688a613ca Authenticating user 'default' from [fd00:1122:3344:101::e]:57636 2025.12.24 01:22:36.587158 [ 286 ] {} TCP-Session: 6797abd8-9fc3-464b-b34b-b3960667eed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:36.587875 [ 288 ] {} TCP-Session: 13da0491-fb39-4b63-a64e-13a688a613ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.587907 [ 288 ] {} TCP-Session: 13da0491-fb39-4b63-a64e-13a688a613ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.588053 [ 286 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} executeQuery: (from [fd00:1122:3344:101::e]:60108) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:22:36.588327 [ 286 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:22:36.588384 [ 286 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:22:36.588673 [ 286 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:22:36.589800 [ 320 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} AggregatingTransform: Aggregating 2025.12.24 01:22:36.589865 [ 320 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} Aggregator: Aggregation method: without_key 2025.12.24 01:22:36.589911 [ 320 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001134993 sec. (881.063 rows/sec., 34.42 KiB/sec.) 2025.12.24 01:22:36.589936 [ 320 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} Aggregator: Merging aggregated data 2025.12.24 01:22:36.593024 [ 286 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} executeQuery: Read 1 rows, 40.00 B in 0.005028 sec., 198.88623707239458 rows/sec., 7.77 KiB/sec. 2025.12.24 01:22:36.593175 [ 286 ] {7e31b08a-bf54-4b11-94ac-962a291a7543} TCPHandler: Processed in 0.006137614 sec. 2025.12.24 01:22:36.593289 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593319 [ 286 ] {} TCP-Session: 6797abd8-9fc3-464b-b34b-b3960667eed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593325 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593351 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593370 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593394 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593416 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593429 [ 288 ] {} TCP-Session: 13da0491-fb39-4b63-a64e-13a688a613ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593443 [ 351 ] {} TCP-Session: 196bd626-6331-4924-b6e4-8ac4cbfb270a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593455 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593477 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593473 [ 353 ] {} TCP-Session: a945487a-e9ef-42fb-abec-344c9d59ae6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593522 [ 352 ] {} TCP-Session: a5525bd2-bc40-49a3-8dbd-d0c099bb3134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593540 [ 354 ] {} TCP-Session: f4974675-4603-4e72-ba20-7b24afd12139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593407 [ 290 ] {} TCP-Session: 0cb08432-eab7-4b23-b0bc-0420d4f23bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593384 [ 355 ] {} TCP-Session: 0df085d7-989f-46c1-a0bf-9feff55e9b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.593439 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.593663 [ 289 ] {} TCP-Session: 89f98177-a9cf-4e96-8f6a-f5996e88031f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685171 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47417 2025.12.24 01:22:36.685291 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685320 [ 352 ] {} TCP-Session: ef5f6bfb-37a5-4103-be16-31d3820bc67e Authenticating user 'default' from [fd00:1122:3344:101::e]:47417 2025.12.24 01:22:36.685342 [ 352 ] {} TCP-Session: ef5f6bfb-37a5-4103-be16-31d3820bc67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685356 [ 352 ] {} TCP-Session: ef5f6bfb-37a5-4103-be16-31d3820bc67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685607 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64219 2025.12.24 01:22:36.685629 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52791 2025.12.24 01:22:36.685640 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45147 2025.12.24 01:22:36.685673 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46991 2025.12.24 01:22:36.685661 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37640 2025.12.24 01:22:36.685624 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58264 2025.12.24 01:22:36.685749 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685759 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685777 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685793 [ 286 ] {} TCP-Session: ba3a364b-b89c-4706-829f-14654097661a Authenticating user 'default' from [fd00:1122:3344:101::e]:52791 2025.12.24 01:22:36.685800 [ 353 ] {} TCP-Session: d77121df-6155-4206-880f-3c68ac049d40 Authenticating user 'default' from [fd00:1122:3344:101::e]:64219 2025.12.24 01:22:36.685808 [ 290 ] {} TCP-Session: 83c553f0-d5c5-4e73-be81-dc5863cfc3f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37640 2025.12.24 01:22:36.685818 [ 286 ] {} TCP-Session: ba3a364b-b89c-4706-829f-14654097661a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685821 [ 353 ] {} TCP-Session: d77121df-6155-4206-880f-3c68ac049d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685833 [ 290 ] {} TCP-Session: 83c553f0-d5c5-4e73-be81-dc5863cfc3f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685834 [ 286 ] {} TCP-Session: ba3a364b-b89c-4706-829f-14654097661a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685849 [ 353 ] {} TCP-Session: d77121df-6155-4206-880f-3c68ac049d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685853 [ 290 ] {} TCP-Session: 83c553f0-d5c5-4e73-be81-dc5863cfc3f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685766 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685619 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48338 2025.12.24 01:22:36.685911 [ 351 ] {} TCP-Session: 674de413-8771-4954-8596-cb2bcbd16f31 Authenticating user 'default' from [fd00:1122:3344:101::e]:46991 2025.12.24 01:22:36.685729 [ 352 ] {} TCP-Session: ef5f6bfb-37a5-4103-be16-31d3820bc67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:36.685940 [ 351 ] {} TCP-Session: 674de413-8771-4954-8596-cb2bcbd16f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685962 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685971 [ 351 ] {} TCP-Session: 674de413-8771-4954-8596-cb2bcbd16f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685832 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.685987 [ 354 ] {} TCP-Session: 6b0f89bb-a4e2-495c-9526-4c1ac5218aa4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48338 2025.12.24 01:22:36.685766 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.686034 [ 354 ] {} TCP-Session: 6b0f89bb-a4e2-495c-9526-4c1ac5218aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686028 [ 355 ] {} TCP-Session: a1c71abd-4243-452b-a89d-455d16923507 Authenticating user 'default' from [fd00:1122:3344:101::e]:58264 2025.12.24 01:22:36.686055 [ 354 ] {} TCP-Session: 6b0f89bb-a4e2-495c-9526-4c1ac5218aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686056 [ 288 ] {} TCP-Session: 87449189-15e8-4b5e-b57c-50ebccce92fa Authenticating user 'default' from [fd00:1122:3344:101::e]:45147 2025.12.24 01:22:36.686080 [ 355 ] {} TCP-Session: a1c71abd-4243-452b-a89d-455d16923507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686095 [ 288 ] {} TCP-Session: 87449189-15e8-4b5e-b57c-50ebccce92fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686109 [ 355 ] {} TCP-Session: a1c71abd-4243-452b-a89d-455d16923507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686120 [ 288 ] {} TCP-Session: 87449189-15e8-4b5e-b57c-50ebccce92fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.685649 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44114 2025.12.24 01:22:36.686145 [ 352 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} executeQuery: (from [fd00:1122:3344:101::e]:47417) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:22:36.686239 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:22:36.686269 [ 289 ] {} TCP-Session: 2babbb6e-7cb2-43af-aa7d-e1c1f432ed8d Authenticating user 'default' from [fd00:1122:3344:101::e]:44114 2025.12.24 01:22:36.686289 [ 289 ] {} TCP-Session: 2babbb6e-7cb2-43af-aa7d-e1c1f432ed8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686302 [ 289 ] {} TCP-Session: 2babbb6e-7cb2-43af-aa7d-e1c1f432ed8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.686514 [ 352 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:22:36.686576 [ 352 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:22:36.686905 [ 352 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:22:36.688014 [ 321 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} AggregatingTransform: Aggregating 2025.12.24 01:22:36.688067 [ 321 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} Aggregator: Aggregation method: without_key 2025.12.24 01:22:36.688104 [ 321 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001097792 sec. (910.919 rows/sec., 35.58 KiB/sec.) 2025.12.24 01:22:36.688123 [ 321 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} Aggregator: Merging aggregated data 2025.12.24 01:22:36.689323 [ 352 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} executeQuery: Read 1 rows, 40.00 B in 0.003259 sec., 306.84258975145747 rows/sec., 11.99 KiB/sec. 2025.12.24 01:22:36.689478 [ 352 ] {98325b7d-c1c8-4b67-abf7-3ae04052ff7d} TCPHandler: Processed in 0.003900029 sec. 2025.12.24 01:22:36.689567 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689596 [ 352 ] {} TCP-Session: ef5f6bfb-37a5-4103-be16-31d3820bc67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689607 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689630 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689653 [ 353 ] {} TCP-Session: d77121df-6155-4206-880f-3c68ac049d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689653 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689675 [ 351 ] {} TCP-Session: 674de413-8771-4954-8596-cb2bcbd16f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689690 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689707 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689722 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689744 [ 289 ] {} TCP-Session: 2babbb6e-7cb2-43af-aa7d-e1c1f432ed8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689758 [ 288 ] {} TCP-Session: 87449189-15e8-4b5e-b57c-50ebccce92fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689778 [ 355 ] {} TCP-Session: a1c71abd-4243-452b-a89d-455d16923507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689745 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689709 [ 354 ] {} TCP-Session: 6b0f89bb-a4e2-495c-9526-4c1ac5218aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689842 [ 290 ] {} TCP-Session: 83c553f0-d5c5-4e73-be81-dc5863cfc3f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.689673 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:22:36.689892 [ 286 ] {} TCP-Session: ba3a364b-b89c-4706-829f-14654097661a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:22:36.896518 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1016 2025.12.24 01:22:36.898837 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:36.898898 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:36.900196 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:22:36.900482 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:36.900638 [ 62 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:22:36.900673 [ 62 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:36.900692 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:36.900780 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:22:36.900886 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1016 2025.12.24 01:22:36.901289 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:36.901448 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 894 rows starting from the beginning of the part 2025.12.24 01:22:36.901831 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part 2025.12.24 01:22:36.902190 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part 2025.12.24 01:22:36.902542 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part 2025.12.24 01:22:36.902896 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2025.12.24 01:22:36.903235 [ 187 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 26 rows starting from the beginning of the part 2025.12.24 01:22:36.909853 [ 197 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 72 columns (72 merged, 0 gathered) in 0.009108055 sec., 111549.6118545617 rows/sec., 89.86 MiB/sec. 2025.12.24 01:22:36.910944 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:22:36.911467 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:36.911535 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_36_7} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:22:36.911724 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2025.12.24 01:22:38.148501 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:38.148765 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:38.148865 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:38.149746 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.149794 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.150213 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:22:38.150453 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.150623 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} executeQuery: Read 136 rows, 12.08 KiB in 0.001927 sec., 70576.02490918526 rows/sec., 6.12 MiB/sec. 2025.12.24 01:22:38.150676 [ 255 ] {02b96499-3603-45e0-acdc-3b38645f6a91} TCPHandler: Processed in 0.002329037 sec. 2025.12.24 01:22:38.150802 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:38.150908 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:22:38.150953 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:22:38.151388 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.151428 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.151761 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:22:38.151976 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.152100 [ 59 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:22:38.152113 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} executeQuery: Read 40 rows, 3.01 KiB in 0.001229 sec., 32546.786004882015 rows/sec., 2.39 MiB/sec. 2025.12.24 01:22:38.152171 [ 59 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.152180 [ 255 ] {855f9c6a-6d75-4d18-9544-968b8fb36868} TCPHandler: Processed in 0.00143114 sec. 2025.12.24 01:22:38.152202 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.152299 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:38.152314 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:22:38.152402 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:38.152448 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:38.152453 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:38.152502 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 72 rows starting from the beginning of the part 2025.12.24 01:22:38.152576 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.152630 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.152681 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part 2025.12.24 01:22:38.152729 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.152780 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.152907 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.152952 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.153296 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:22:38.153536 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.153672 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} executeQuery: Read 104 rows, 8.32 KiB in 0.00129 sec., 80620.1550387597 rows/sec., 6.30 MiB/sec. 2025.12.24 01:22:38.153689 [ 199 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001422189 sec., 201098.44753404788 rows/sec., 15.54 MiB/sec. 2025.12.24 01:22:38.153713 [ 255 ] {9cfbcb52-770e-44ff-a94b-9f03ce337c67} TCPHandler: Processed in 0.00146511 sec. 2025.12.24 01:22:38.153860 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:38.153899 [ 188 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:22:38.153989 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:38.154047 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:38.154236 [ 188 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.154325 [ 188 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_36_7} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:22:38.154427 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.24 01:22:38.154511 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.154552 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.154899 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:22:38.155110 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.155240 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.12.24 01:22:38.155279 [ 255 ] {dcfc46b8-ab2a-4952-9c1f-282e5decab1e} TCPHandler: Processed in 0.00148765 sec. 2025.12.24 01:22:38.155393 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:38.155498 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:38.155556 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:22:38.156396 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.156435 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.157013 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 01:22:38.157252 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.157367 [ 59 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 01:22:38.157394 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} executeQuery: Read 40 rows, 73.40 KiB in 0.001916 sec., 20876.826722338206 rows/sec., 37.41 MiB/sec. 2025.12.24 01:22:38.157400 [ 59 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.157436 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.157470 [ 255 ] {f40868ae-1057-4e4f-b733-7c287032a244} TCPHandler: Processed in 0.002126403 sec. 2025.12.24 01:22:38.157527 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.24 01:22:38.157590 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:38.157687 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:38.157730 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:38.157741 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:38.157800 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1114 rows starting from the beginning of the part 2025.12.24 01:22:38.157929 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.158047 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.158066 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:38.158106 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:38.158156 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.158278 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.158391 [ 190 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2025.12.24 01:22:38.158442 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:22:38.158668 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.158801 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2025.12.24 01:22:38.158838 [ 255 ] {a45cfbd0-03ee-46fe-ae86-b99470d26258} TCPHandler: Processed in 0.001297187 sec. 2025.12.24 01:22:38.165358 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1314 rows, containing 19 columns (19 merged, 0 gathered) in 0.00787611 sec., 166833.6272601576 rows/sec., 298.96 MiB/sec. 2025.12.24 01:22:38.167356 [ 188 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 01:22:38.167750 [ 188 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:38.167824 [ 188 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_36_7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 01:22:38.167989 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. 2025.12.24 01:22:39.000212 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 304.21 MiB, peak 315.61 MiB, free memory in arenas 0.00 B, will set to 307.12 MiB (RSS), difference: 2.91 MiB 2025.12.24 01:22:41.680554 [ 54 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:22:41.680630 [ 54 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:22:41.830097 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23932 2025.12.24 01:22:41.830642 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:41.830695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:41.831168 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:22:41.831409 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:41.831553 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23932 2025.12.24 01:22:43.145459 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:43.145645 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:43.145713 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:43.146482 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:43.146535 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:43.146942 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:22:43.147170 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:43.147341 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} executeQuery: Read 56 rows, 4.41 KiB in 0.001745 sec., 32091.690544412606 rows/sec., 2.47 MiB/sec. 2025.12.24 01:22:43.147393 [ 255 ] {651973db-ce61-4bdf-9c2a-e09fa906ecd7} TCPHandler: Processed in 0.002065492 sec. 2025.12.24 01:22:43.147526 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:43.147633 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:43.147676 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:43.148129 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:43.148167 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:43.148495 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:22:43.148724 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:43.148855 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} executeQuery: Read 64 rows, 5.12 KiB in 0.001248 sec., 51282.05128205128 rows/sec., 4.00 MiB/sec. 2025.12.24 01:22:43.148894 [ 255 ] {e87c69f9-57b7-40cd-b6ec-3caddba10849} TCPHandler: Processed in 0.001424919 sec. 2025.12.24 01:22:43.149015 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:43.149113 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:43.149157 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:43.149584 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:43.149620 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:43.149950 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:22:43.150156 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:43.150286 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.12.24 01:22:43.150324 [ 255 ] {46b4be1a-525d-47b5-9c00-75827aecd3ba} TCPHandler: Processed in 0.001362398 sec. 2025.12.24 01:22:43.150440 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:43.150537 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:43.150577 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:43.150912 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:43.150947 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:43.151253 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:22:43.151452 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:43.151576 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.12.24 01:22:43.151612 [ 255 ] {c5efe9f9-d0c3-47a6-944f-924d18129802} TCPHandler: Processed in 0.001226275 sec. 2025.12.24 01:22:43.173159 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.12.24 01:22:43.190258 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:43.190295 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:43.195885 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:22:43.196538 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:43.199259 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.12.24 01:22:46.901202 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1036 2025.12.24 01:22:46.903424 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:46.903483 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:46.904715 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:22:46.904997 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:46.905384 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1036 2025.12.24 01:22:48.177086 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.177266 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.177334 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:22:48.178007 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.178060 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.178462 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:22:48.178690 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.178848 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} executeQuery: Read 24 rows, 2.04 KiB in 0.001631 sec., 14714.898835070508 rows/sec., 1.22 MiB/sec. 2025.12.24 01:22:48.178902 [ 255 ] {c4f71f2e-0946-4368-a407-440f5a11cb9c} TCPHandler: Processed in 0.00195421 sec. 2025.12.24 01:22:48.179035 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.179140 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:22:48.179184 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:22:48.179606 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.179643 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.179946 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:22:48.180158 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.180293 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} executeQuery: Read 18 rows, 1.48 KiB in 0.001178 sec., 15280.135823429542 rows/sec., 1.23 MiB/sec. 2025.12.24 01:22:48.180333 [ 255 ] {fb2c6394-5ea8-46d9-af47-9e37693d3216} TCPHandler: Processed in 0.001352517 sec. 2025.12.24 01:22:48.180451 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.180549 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:48.180589 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:48.181757 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.181794 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.182215 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:22:48.182448 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.182586 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} executeQuery: Read 1407 rows, 120.95 KiB in 0.002057 sec., 684005.8337384542 rows/sec., 57.42 MiB/sec. 2025.12.24 01:22:48.182626 [ 255 ] {2da6efa2-c8f9-4dac-8106-8dda6295794c} TCPHandler: Processed in 0.002226615 sec. 2025.12.24 01:22:48.182740 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.182837 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.182879 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:22:48.183314 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.183351 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.183663 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:22:48.183883 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.184011 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} executeQuery: Read 70 rows, 5.24 KiB in 0.001194 sec., 58626.465661641545 rows/sec., 4.29 MiB/sec. 2025.12.24 01:22:48.184071 [ 255 ] {c44d8597-6874-4c1c-9105-4abf525c5458} TCPHandler: Processed in 0.001381418 sec. 2025.12.24 01:22:48.184191 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.184287 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.184327 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:22:48.184832 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.184870 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.185183 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:22:48.185404 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.185530 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} executeQuery: Read 253 rows, 17.91 KiB in 0.001262 sec., 200475.4358161648 rows/sec., 13.86 MiB/sec. 2025.12.24 01:22:48.185569 [ 255 ] {2ea01c5e-f012-4469-91f5-c3f4e7bf8a7d} TCPHandler: Processed in 0.001429069 sec. 2025.12.24 01:22:48.185687 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.185782 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.185822 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:22:48.186214 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.186251 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.186546 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 01:22:48.186757 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.186883 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. 2025.12.24 01:22:48.186924 [ 255 ] {8af23891-0843-418e-8cf3-e45b2dde3103} TCPHandler: Processed in 0.001287136 sec. 2025.12.24 01:22:48.187036 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.187129 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:48.187169 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:48.187869 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.187907 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.188245 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:22:48.188469 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.188599 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} executeQuery: Read 614 rows, 47.35 KiB in 0.001487 sec., 412911.9031607263 rows/sec., 31.09 MiB/sec. 2025.12.24 01:22:48.188639 [ 255 ] {65bc1400-5c76-403f-bdca-c0de944a409b} TCPHandler: Processed in 0.001652374 sec. 2025.12.24 01:22:48.188753 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.188847 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.188892 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:48.189581 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.189621 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.190085 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:22:48.190326 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.190470 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} executeQuery: Read 889 rows, 61.80 KiB in 0.00164 sec., 542073.1707317074 rows/sec., 36.80 MiB/sec. 2025.12.24 01:22:48.190511 [ 255 ] {81e20f49-0c77-47bd-b92d-48291b5b48de} TCPHandler: Processed in 0.001808166 sec. 2025.12.24 01:22:48.190646 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.190751 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.190794 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:22:48.191161 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.191306 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.191618 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 01:22:48.191835 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.191961 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} executeQuery: Read 1 rows, 65.00 B in 0.00123 sec., 813.0081300813008 rows/sec., 51.61 KiB/sec. 2025.12.24 01:22:48.191999 [ 255 ] {df8b11e5-b822-4b2a-863c-49e5cb131e9e} TCPHandler: Processed in 0.001420649 sec. 2025.12.24 01:22:48.192122 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.192219 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.192273 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:22:48.193143 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.193179 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.193799 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 01:22:48.194062 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.194210 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} executeQuery: Read 40 rows, 73.40 KiB in 0.00201 sec., 19900.49751243781 rows/sec., 35.66 MiB/sec. 2025.12.24 01:22:48.194268 [ 255 ] {47341ed3-dac9-4ba4-953f-439b577ee993} TCPHandler: Processed in 0.002195865 sec. 2025.12.24 01:22:48.194382 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:48.194478 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:48.194519 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:48.194857 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:48.194895 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:48.195214 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:22:48.195442 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:48.195571 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.12.24 01:22:48.195608 [ 255 ] {efafd9d8-00fc-4026-a1a3-b7649f9f333a} TCPHandler: Processed in 0.001276156 sec. 2025.12.24 01:22:49.331750 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24444 2025.12.24 01:22:49.332553 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:49.332591 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:49.333064 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:22:49.333282 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:49.333409 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24444 2025.12.24 01:22:49.333448 [ 47 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:22:49.333550 [ 47 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:49.333587 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2025.12.24 01:22:49.333702 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:22:49.333808 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:49.333843 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22012 rows starting from the beginning of the part 2025.12.24 01:22:49.333904 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 512 rows starting from the beginning of the part 2025.12.24 01:22:49.333952 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 448 rows starting from the beginning of the part 2025.12.24 01:22:49.333996 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 512 rows starting from the beginning of the part 2025.12.24 01:22:49.334036 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 448 rows starting from the beginning of the part 2025.12.24 01:22:49.334073 [ 200 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 512 rows starting from the beginning of the part 2025.12.24 01:22:49.335954 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24444 rows, containing 4 columns (4 merged, 0 gathered) in 0.002293017 sec., 10660191.354883108 rows/sec., 152.50 MiB/sec. 2025.12.24 01:22:49.336365 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:22:49.336690 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:49.336779 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_51_10} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:22:49.336906 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.12.24 01:22:50.699371 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.12.24 01:22:50.716999 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:50.717051 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:50.722642 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:22:50.723347 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:50.723623 [ 45 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:22:50.723667 [ 45 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:50.723688 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:50.723783 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:22:50.726401 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.12.24 01:22:50.726834 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:50.727667 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2025.12.24 01:22:50.731265 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2025.12.24 01:22:50.734586 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2025.12.24 01:22:50.738441 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2025.12.24 01:22:50.742265 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2025.12.24 01:22:50.746083 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2025.12.24 01:22:50.799013 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.075266427 sec., 5101.87629871151 rows/sec., 26.38 MiB/sec. 2025.12.24 01:22:50.802147 [ 189 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:22:50.804341 [ 189 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:50.804463 [ 189 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_51_10} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:22:50.806559 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.12.24 01:22:51.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 308.23 MiB, peak 321.65 MiB, free memory in arenas 0.00 B, will set to 310.80 MiB (RSS), difference: 2.57 MiB 2025.12.24 01:22:53.146111 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:53.146289 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:53.146354 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:53.147029 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:53.147069 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:53.147474 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:22:53.147720 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:53.147881 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} executeQuery: Read 56 rows, 4.41 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.63 MiB/sec. 2025.12.24 01:22:53.147931 [ 255 ] {acb8c06d-b89d-4424-ae6e-a012987091ac} TCPHandler: Processed in 0.00194692 sec. 2025.12.24 01:22:53.148062 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:53.148167 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:53.148211 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:53.148651 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:53.148687 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:53.149008 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:22:53.149230 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:53.149357 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2025.12.24 01:22:53.149395 [ 255 ] {33d6f250-08db-4b74-bc20-6fa5a4ad5ad4} TCPHandler: Processed in 0.001385139 sec. 2025.12.24 01:22:53.149508 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:53.149604 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:53.149648 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:53.150092 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:53.150130 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:53.150498 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:22:53.150737 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:53.150866 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. 2025.12.24 01:22:53.150904 [ 255 ] {60cecddf-2aad-4da7-8bf4-ccbddee69ede} TCPHandler: Processed in 0.001444729 sec. 2025.12.24 01:22:53.151009 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:53.151105 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:53.151147 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:53.151484 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:53.151519 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:53.151838 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:22:53.152058 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:53.152185 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2025.12.24 01:22:53.152220 [ 255 ] {97344dcd-e769-45f1-9bce-1d8d2283103f} TCPHandler: Processed in 0.001259115 sec. 2025.12.24 01:22:56.680698 [ 39 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:22:56.680796 [ 39 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:22:56.833562 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24892 2025.12.24 01:22:56.834037 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:56.834078 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:56.834571 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:22:56.834806 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:56.834931 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24892 2025.12.24 01:22:56.905568 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1066 2025.12.24 01:22:56.908045 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:56.908112 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:56.909405 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:22:56.909691 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:56.910101 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1066 2025.12.24 01:22:58.147468 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:58.147641 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:22:58.147703 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:22:58.148502 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.148548 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.148935 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:22:58.149157 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.149307 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} executeQuery: Read 136 rows, 12.08 KiB in 0.001714 sec., 79346.55775962661 rows/sec., 6.88 MiB/sec. 2025.12.24 01:22:58.149334 [ 39 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:22:58.149348 [ 255 ] {babe51c3-e3a3-48c9-b36e-70a03572af16} TCPHandler: Processed in 0.00200407 sec. 2025.12.24 01:22:58.149411 [ 39 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.149440 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.149518 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:58.149583 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:22:58.149618 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:22:58.149668 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:22:58.149744 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:58.149788 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1408 rows starting from the beginning of the part 2025.12.24 01:22:58.149863 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 136 rows starting from the beginning of the part 2025.12.24 01:22:58.149917 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:58.149968 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1407 rows starting from the beginning of the part 2025.12.24 01:22:58.150014 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2025.12.24 01:22:58.150064 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 136 rows starting from the beginning of the part 2025.12.24 01:22:58.150130 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.150171 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.150499 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:22:58.150712 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.150849 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} executeQuery: Read 40 rows, 3.01 KiB in 0.00125 sec., 32000 rows/sec., 2.35 MiB/sec. 2025.12.24 01:22:58.150887 [ 255 ] {3d1ad143-e5e9-41cc-94b3-312327df77de} TCPHandler: Processed in 0.001419289 sec. 2025.12.24 01:22:58.151000 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:58.151097 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:22:58.151161 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:22:58.151538 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3199 rows, containing 5 columns (5 merged, 0 gathered) in 0.002018091 sec., 1585161.422354096 rows/sec., 139.08 MiB/sec. 2025.12.24 01:22:58.151605 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.151646 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.151882 [ 196 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:22:58.151954 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:22:58.152213 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.152286 [ 196 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.152345 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} executeQuery: Read 104 rows, 8.32 KiB in 0.00127 sec., 81889.76377952755 rows/sec., 6.40 MiB/sec. 2025.12.24 01:22:58.152362 [ 38 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:22:58.152388 [ 255 ] {56b964e3-d7f3-4406-bb23-bb8ac6a91ee3} TCPHandler: Processed in 0.001435249 sec. 2025.12.24 01:22:58.152398 [ 196 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_76_15} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:22:58.152430 [ 38 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.152459 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.152522 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:58.152533 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:22:58.152588 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:22:58.152622 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:58.152671 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:22:58.152691 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:58.152726 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 634 rows starting from the beginning of the part 2025.12.24 01:22:58.152785 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 104 rows starting from the beginning of the part 2025.12.24 01:22:58.152829 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:58.152868 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 614 rows starting from the beginning of the part 2025.12.24 01:22:58.152908 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2025.12.24 01:22:58.152946 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 104 rows starting from the beginning of the part 2025.12.24 01:22:58.153099 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.153139 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.153485 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:22:58.153714 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.153841 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2025.12.24 01:22:58.153860 [ 39 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:22:58.153876 [ 255 ] {4b65c7b9-764f-4c6f-9995-46bf89e42914} TCPHandler: Processed in 0.001401938 sec. 2025.12.24 01:22:58.153904 [ 39 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.153928 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.153974 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001465949 sec., 1080528.7223498225 rows/sec., 86.17 MiB/sec. 2025.12.24 01:22:58.153993 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:22:58.153996 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:58.154105 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:22:58.154110 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:22:58.154116 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:58.154169 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20397 rows starting from the beginning of the part 2025.12.24 01:22:58.154181 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:22:58.154224 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:58.154271 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:58.154322 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 889 rows starting from the beginning of the part 2025.12.24 01:22:58.154363 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.154368 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:58.154419 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2025.12.24 01:22:58.154430 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_76_15} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:22:58.154502 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:22:58.155075 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.155115 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.155732 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 01:22:58.155944 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.156084 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} executeQuery: Read 40 rows, 73.40 KiB in 0.001992 sec., 20080.321285140562 rows/sec., 35.98 MiB/sec. 2025.12.24 01:22:58.156135 [ 255 ] {d296b280-7dd7-46ed-8969-8774950fe1ca} TCPHandler: Processed in 0.002186084 sec. 2025.12.24 01:22:58.156247 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:22:58.156342 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:22:58.156383 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:22:58.156726 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.156762 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.157225 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:22:58.157429 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.157552 [ 38 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:22:58.157555 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} executeQuery: Read 60 rows, 4.14 KiB in 0.001231 sec., 48740.86108854589 rows/sec., 3.28 MiB/sec. 2025.12.24 01:22:58.157595 [ 38 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.157614 [ 255 ] {08696a9e-6eb7-471b-87a0-dab2ba81b45f} TCPHandler: Processed in 0.001414599 sec. 2025.12.24 01:22:58.157620 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.157734 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:22:58.157850 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:58.157881 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4188 rows starting from the beginning of the part 2025.12.24 01:22:58.157937 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:58.157984 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:58.158028 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:58.158069 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:58.158109 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.12.24 01:22:58.164285 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4488 rows, containing 4 columns (4 merged, 0 gathered) in 0.006587293 sec., 681311.7315413175 rows/sec., 45.92 MiB/sec. 2025.12.24 01:22:58.164788 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:22:58.165057 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.165138 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_76_15} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:22:58.165215 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.12.24 01:22:58.167039 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 21926 rows, containing 5 columns (5 merged, 0 gathered) in 0.013075805 sec., 1676837.4872522189 rows/sec., 115.22 MiB/sec. 2025.12.24 01:22:58.167698 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:22:58.168159 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.168283 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_76_15} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:22:58.168415 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.12.24 01:22:58.226484 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.12.24 01:22:58.241235 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:58.241277 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:58.246894 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:22:58.247581 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:58.250438 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.12.24 01:22:59.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 311.89 MiB, peak 322.72 MiB, free memory in arenas 0.00 B, will set to 315.15 MiB (RSS), difference: 3.26 MiB 2025.12.24 01:22:59.415444 [ 38 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 01:22:59.415518 [ 38 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:22:59.415544 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:22:59.415674 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.12.24 01:22:59.415845 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:22:59.415886 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2025.12.24 01:22:59.415963 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.12.24 01:22:59.416019 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 18 rows starting from the beginning of the part 2025.12.24 01:22:59.416070 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.12.24 01:22:59.416124 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 18 rows starting from the beginning of the part 2025.12.24 01:22:59.416933 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001318287 sec., 45513.60970714268 rows/sec., 3.83 MiB/sec. 2025.12.24 01:22:59.417142 [ 186 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 01:22:59.417480 [ 186 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:22:59.417560 [ 186 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_13_3} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 01:22:59.417670 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 01:23:00.928167 [ 36 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 01:23:00.928283 [ 36 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:00.928322 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:00.928513 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.12.24 01:23:00.928716 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:00.928777 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part 2025.12.24 01:23:00.928860 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part 2025.12.24 01:23:00.928915 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part 2025.12.24 01:23:00.928963 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part 2025.12.24 01:23:00.929012 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 253 rows starting from the beginning of the part 2025.12.24 01:23:00.930024 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001585022 sec., 796203.4596365225 rows/sec., 58.10 MiB/sec. 2025.12.24 01:23:00.930242 [ 195 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 01:23:00.930580 [ 195 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:00.930663 [ 195 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_13_3} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 01:23:00.930771 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 01:23:03.147220 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:03.147485 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:03.147572 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:03.148242 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:03.148294 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:03.148695 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:23:03.148934 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:03.149098 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} executeQuery: Read 56 rows, 4.41 KiB in 0.001685 sec., 33234.42136498516 rows/sec., 2.55 MiB/sec. 2025.12.24 01:23:03.149149 [ 255 ] {570f2c4a-d7c0-4de1-92a6-775f83a52cda} TCPHandler: Processed in 0.002098153 sec. 2025.12.24 01:23:03.149278 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:03.149384 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:03.149427 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:03.149870 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:03.149910 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:03.150220 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:23:03.150432 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:03.150560 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2025.12.24 01:23:03.150599 [ 255 ] {a229eb1d-2277-4adb-bd25-26fd27d3ae9b} TCPHandler: Processed in 0.001372698 sec. 2025.12.24 01:23:03.150712 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:03.150808 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:03.150852 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:03.151265 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:03.151302 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:03.151633 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:23:03.151836 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:03.151963 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2025.12.24 01:23:03.152000 [ 255 ] {321d7ef7-91cd-4d06-89a8-54dea5568799} TCPHandler: Processed in 0.001337768 sec. 2025.12.24 01:23:03.152110 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:03.152205 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:03.152246 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:03.152581 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:03.152618 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:03.152921 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:23:03.153125 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:03.153251 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.12.24 01:23:03.153286 [ 255 ] {4ce97c1d-9180-46be-8200-9ad58485c1b2} TCPHandler: Processed in 0.001225005 sec. 2025.12.24 01:23:04.335084 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25404 2025.12.24 01:23:04.335629 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:04.335675 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:04.336198 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:23:04.336432 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:04.336579 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25404 2025.12.24 01:23:05.750556 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2025.12.24 01:23:05.769684 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:05.769769 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:05.776065 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:23:05.777274 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:05.783164 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2025.12.24 01:23:06.910323 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1086 2025.12.24 01:23:06.912523 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:06.912585 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:06.913833 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:23:06.914125 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:06.914503 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1086 2025.12.24 01:23:08.150669 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:08.150902 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:08.151007 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:08.151830 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:08.151878 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:08.152370 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:23:08.152606 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:08.152774 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} executeQuery: Read 136 rows, 12.08 KiB in 0.001942 sec., 70030.89598352215 rows/sec., 6.07 MiB/sec. 2025.12.24 01:23:08.152824 [ 255 ] {28858245-a049-4db4-be68-9c65c64b3521} TCPHandler: Processed in 0.002356567 sec. 2025.12.24 01:23:08.152972 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:08.153080 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:23:08.153126 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:23:08.153564 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:08.153601 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:08.153915 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:23:08.154131 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:08.154285 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} executeQuery: Read 40 rows, 3.01 KiB in 0.001227 sec., 32599.837000814994 rows/sec., 2.39 MiB/sec. 2025.12.24 01:23:08.154338 [ 255 ] {24ef7e32-5724-4958-abbe-2deccfd488ba} TCPHandler: Processed in 0.001418159 sec. 2025.12.24 01:23:08.154465 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:08.154564 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:08.154605 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:08.155056 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:08.155092 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:08.155430 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:23:08.155649 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:08.155789 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} executeQuery: Read 104 rows, 8.32 KiB in 0.001245 sec., 83534.13654618473 rows/sec., 6.52 MiB/sec. 2025.12.24 01:23:08.155828 [ 255 ] {83ad4164-b99f-4002-9f4d-164e408b42a1} TCPHandler: Processed in 0.001412369 sec. 2025.12.24 01:23:08.155978 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:08.156078 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:08.156126 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:08.156551 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:08.156585 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:08.156935 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:23:08.157163 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:08.157298 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2025.12.24 01:23:08.157336 [ 255 ] {54fc5878-4930-4935-9d2e-ba61d82da33e} TCPHandler: Processed in 0.001414159 sec. 2025.12.24 01:23:08.157452 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:08.157554 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:08.157610 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:23:08.158458 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:08.158493 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:08.159067 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 01:23:08.159289 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:08.159436 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} executeQuery: Read 40 rows, 73.40 KiB in 0.001901 sec., 21041.55707522357 rows/sec., 37.71 MiB/sec. 2025.12.24 01:23:08.159525 [ 255 ] {25d73763-ac64-4ba0-aef8-31e02c7ad28f} TCPHandler: Processed in 0.002119543 sec. 2025.12.24 01:23:08.159668 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:08.159798 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:08.159852 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:08.160235 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:08.160271 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:08.160597 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:23:08.160808 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:08.160970 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} executeQuery: Read 60 rows, 4.14 KiB in 0.001198 sec., 50083.472454090144 rows/sec., 3.38 MiB/sec. 2025.12.24 01:23:08.161023 [ 255 ] {0fdf7608-2810-48d0-8246-55f88c3adcdd} TCPHandler: Processed in 0.001418319 sec. 2025.12.24 01:23:11.680924 [ 46 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:23:11.681040 [ 46 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:23:11.836727 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25852 2025.12.24 01:23:11.837236 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:11.837283 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:11.837778 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:23:11.838011 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:11.838166 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25852 2025.12.24 01:23:13.146348 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:13.146543 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:13.146612 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:13.147286 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:13.147323 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:13.147701 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:23:13.147926 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:13.148076 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} executeQuery: Read 56 rows, 4.41 KiB in 0.001587 sec., 35286.704473850026 rows/sec., 2.71 MiB/sec. 2025.12.24 01:23:13.148117 [ 255 ] {3da48d0e-910a-4a7a-a9b8-88bc1c0c9949} TCPHandler: Processed in 0.001901679 sec. 2025.12.24 01:23:13.148235 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:13.148331 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:13.148370 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:13.148785 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:13.148819 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:13.149108 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:23:13.149312 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:13.149435 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} executeQuery: Read 64 rows, 5.12 KiB in 0.001124 sec., 56939.50177935943 rows/sec., 4.44 MiB/sec. 2025.12.24 01:23:13.149470 [ 255 ] {83016f9c-3307-4b9f-b300-a0cdd497cfdd} TCPHandler: Processed in 0.001283986 sec. 2025.12.24 01:23:13.149583 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:13.149677 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:13.149719 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:13.150112 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:13.150145 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:13.150469 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:23:13.150671 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:13.150794 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2025.12.24 01:23:13.150829 [ 255 ] {16b2ee2f-5e62-4e14-be58-5a10e71dfd2a} TCPHandler: Processed in 0.001294056 sec. 2025.12.24 01:23:13.150957 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:13.151080 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:13.151131 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:13.151531 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:13.151574 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:13.151942 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:23:13.152167 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:13.152323 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001268 sec., 47318.6119873817 rows/sec., 3.19 MiB/sec. 2025.12.24 01:23:13.152361 [ 255 ] {06edd9cc-9775-40f5-a617-81a9990cecb8} TCPHandler: Processed in 0.00147267 sec. 2025.12.24 01:23:13.283257 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2025.12.24 01:23:13.299806 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:13.299848 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:13.305986 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:23:13.306680 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:13.309672 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.12.24 01:23:16.914662 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1106 2025.12.24 01:23:16.916712 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:16.916750 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:16.917894 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:23:16.918144 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:16.918406 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1106 2025.12.24 01:23:18.176688 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.176879 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.176950 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:23:18.177596 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.177646 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.178042 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:23:18.178283 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.178436 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} executeQuery: Read 24 rows, 2.04 KiB in 0.00161 sec., 14906.832298136645 rows/sec., 1.24 MiB/sec. 2025.12.24 01:23:18.178439 [ 154 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 01:23:18.178490 [ 255 ] {50da591c-79eb-44a4-8042-eb53cde08d0e} TCPHandler: Processed in 0.001937619 sec. 2025.12.24 01:23:18.178514 [ 154 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.178542 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.178626 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.178655 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.12.24 01:23:18.178735 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:23:18.178784 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:23:18.178795 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:18.178833 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2025.12.24 01:23:18.178898 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 01:23:18.178945 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.12.24 01:23:18.178987 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.12.24 01:23:18.179028 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.12.24 01:23:18.179194 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.179237 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.179559 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:23:18.179779 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.179802 [ 195 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001196134 sec., 100323.20793489693 rows/sec., 8.71 MiB/sec. 2025.12.24 01:23:18.179914 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} executeQuery: Read 2 rows, 167.00 B in 0.001204 sec., 1661.1295681063123 rows/sec., 135.45 KiB/sec. 2025.12.24 01:23:18.179958 [ 255 ] {8cbc1a4e-2de2-4098-857d-c3d149bb051e} TCPHandler: Processed in 0.001384088 sec. 2025.12.24 01:23:18.179986 [ 187 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 01:23:18.180104 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.180255 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:18.180317 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:18.180333 [ 187 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.180428 [ 187 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_13_3} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 01:23:18.180531 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 01:23:18.181572 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.181617 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.182049 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:23:18.182282 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.182421 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} executeQuery: Read 1397 rows, 120.17 KiB in 0.002192 sec., 637317.5182481752 rows/sec., 53.54 MiB/sec. 2025.12.24 01:23:18.182463 [ 255 ] {a5a1c0ef-8c75-4f85-a556-383a38fecb89} TCPHandler: Processed in 0.002423299 sec. 2025.12.24 01:23:18.182579 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.182678 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.182720 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:23:18.183155 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.183194 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.183500 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:23:18.183728 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.183859 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} executeQuery: Read 54 rows, 4.11 KiB in 0.001201 sec., 44962.53122398002 rows/sec., 3.34 MiB/sec. 2025.12.24 01:23:18.183908 [ 255 ] {32dc31d4-5b81-446c-924d-f8082f90d499} TCPHandler: Processed in 0.001377939 sec. 2025.12.24 01:23:18.184023 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.184119 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.184161 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:23:18.184658 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.184695 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.185003 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:23:18.185211 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.185335 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} executeQuery: Read 252 rows, 17.85 KiB in 0.001234 sec., 204213.93841166937 rows/sec., 14.12 MiB/sec. 2025.12.24 01:23:18.185374 [ 255 ] {68700c7d-865d-4377-ad3d-0bc2892f444d} TCPHandler: Processed in 0.001400798 sec. 2025.12.24 01:23:18.185490 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.185584 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.185624 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:23:18.186019 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.186056 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.186362 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 01:23:18.186569 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.186666 [ 154 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 01:23:18.186696 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} executeQuery: Read 12 rows, 960.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 829.65 KiB/sec. 2025.12.24 01:23:18.186704 [ 154 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.186738 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.186742 [ 255 ] {72108e50-66c6-44f5-a4e1-3afe3aa13904} TCPHandler: Processed in 0.001301316 sec. 2025.12.24 01:23:18.186819 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.12.24 01:23:18.186873 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.186920 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:18.186950 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2025.12.24 01:23:18.186972 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:18.186997 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.12.24 01:23:18.187018 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:18.187040 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.12.24 01:23:18.187082 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.12.24 01:23:18.187127 [ 186 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.12.24 01:23:18.187668 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.187711 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.187734 [ 195 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000946869 sec., 63366.738165469564 rows/sec., 5.08 MiB/sec. 2025.12.24 01:23:18.187878 [ 190 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 01:23:18.188057 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:23:18.188138 [ 190 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.188205 [ 190 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_13_3} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 01:23:18.188279 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:23:18.188278 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.188420 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} executeQuery: Read 598 rows, 46.03 KiB in 0.001466 sec., 407912.687585266 rows/sec., 30.66 MiB/sec. 2025.12.24 01:23:18.188459 [ 255 ] {d67ed374-e644-441b-bf08-2317e3ba1a96} TCPHandler: Processed in 0.001635583 sec. 2025.12.24 01:23:18.188568 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.188662 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.188705 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:18.189312 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.189349 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.189729 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:23:18.189958 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.190089 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} executeQuery: Read 881 rows, 61.23 KiB in 0.001446 sec., 609266.9432918396 rows/sec., 41.35 MiB/sec. 2025.12.24 01:23:18.190132 [ 255 ] {20abcc8b-cc56-401d-8486-90de3b3ce470} TCPHandler: Processed in 0.001612673 sec. 2025.12.24 01:23:18.190254 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.190350 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.190406 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:23:18.191293 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.191330 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.191910 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 01:23:18.192157 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.192297 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} executeQuery: Read 40 rows, 73.40 KiB in 0.001965 sec., 20356.23409669211 rows/sec., 36.48 MiB/sec. 2025.12.24 01:23:18.192358 [ 255 ] {0a4ec995-d18e-4ec6-9643-df98189628ae} TCPHandler: Processed in 0.002152684 sec. 2025.12.24 01:23:18.192480 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:18.192576 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:18.192618 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:18.192956 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:18.192994 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:18.193306 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:23:18.193527 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:18.193655 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.12.24 01:23:18.193692 [ 255 ] {363fd819-f822-4d49-8e21-c4c917e7280f} TCPHandler: Processed in 0.001261285 sec. 2025.12.24 01:23:19.338300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26364 2025.12.24 01:23:19.338836 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:19.338879 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:19.339372 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:23:19.339609 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:19.339735 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26364 2025.12.24 01:23:20.809758 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.12.24 01:23:20.826359 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:20.826413 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:20.832749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:23:20.833451 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:20.836513 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.12.24 01:23:23.146815 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:23.147010 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:23.147080 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:23.147786 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.147830 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.148208 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:23:23.148432 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.148568 [ 24 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:23:23.148581 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} executeQuery: Read 56 rows, 4.41 KiB in 0.001625 sec., 34461.53846153846 rows/sec., 2.65 MiB/sec. 2025.12.24 01:23:23.148648 [ 24 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.148673 [ 255 ] {0060bdda-207a-44b7-ae25-665eaf1328a4} TCPHandler: Processed in 0.001995041 sec. 2025.12.24 01:23:23.148678 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.148819 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:23.148875 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:23:23.148920 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:23.148984 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:23.149087 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:23.149146 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1409 rows starting from the beginning of the part 2025.12.24 01:23:23.149247 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2025.12.24 01:23:23.149291 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 136 rows starting from the beginning of the part 2025.12.24 01:23:23.149331 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part 2025.12.24 01:23:23.149370 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:23:23.149413 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part 2025.12.24 01:23:23.149417 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.149461 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.149816 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:23:23.150033 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.150149 [ 24 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:23:23.150165 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} executeQuery: Read 64 rows, 5.12 KiB in 0.001264 sec., 50632.91139240507 rows/sec., 3.95 MiB/sec. 2025.12.24 01:23:23.150180 [ 24 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.150212 [ 255 ] {9ac05b2a-6986-43c0-94e3-8dcee14d6f56} TCPHandler: Processed in 0.001444839 sec. 2025.12.24 01:23:23.150213 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.150341 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:23.150353 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:23:23.150440 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:23.150487 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:23.150492 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:23.150535 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 634 rows starting from the beginning of the part 2025.12.24 01:23:23.150602 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2025.12.24 01:23:23.150646 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 104 rows starting from the beginning of the part 2025.12.24 01:23:23.150690 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part 2025.12.24 01:23:23.150732 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 598 rows starting from the beginning of the part 2025.12.24 01:23:23.150756 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3110 rows, containing 5 columns (5 merged, 0 gathered) in 0.0019635 sec., 1583906.2897886427 rows/sec., 138.62 MiB/sec. 2025.12.24 01:23:23.150774 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part 2025.12.24 01:23:23.150894 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.150937 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.151024 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:23:23.151349 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:23:23.151357 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.151469 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_81_16} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:23:23.151550 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:23:23.151656 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.151784 [ 24 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:23:23.151807 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} executeQuery: Read 160 rows, 11.41 KiB in 0.001385 sec., 115523.46570397112 rows/sec., 8.05 MiB/sec. 2025.12.24 01:23:23.151814 [ 24 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.151841 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001543271 sec., 990104.7839297182 rows/sec., 78.86 MiB/sec. 2025.12.24 01:23:23.151855 [ 255 ] {b0deacc2-9928-4c25-8f9b-3d47733fc2e1} TCPHandler: Processed in 0.001565112 sec. 2025.12.24 01:23:23.151846 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.151968 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:23:23.151985 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:23.152007 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:23:23.152082 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:23.152093 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:23.152128 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21926 rows starting from the beginning of the part 2025.12.24 01:23:23.152145 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:23.152202 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:23.152257 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:23.152283 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.152305 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:23.152350 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 881 rows starting from the beginning of the part 2025.12.24 01:23:23.152363 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_81_16} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:23:23.152396 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:23.152447 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:23:23.152501 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.152544 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.152889 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:23:23.153098 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.153210 [ 24 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:23:23.153231 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.12.24 01:23:23.153239 [ 24 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:23.153270 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:23.153275 [ 255 ] {a291a03b-888d-4b5f-919a-f4f913a304b5} TCPHandler: Processed in 0.001341547 sec. 2025.12.24 01:23:23.153348 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:23:23.153448 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:23.153476 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4488 rows starting from the beginning of the part 2025.12.24 01:23:23.153527 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:23.153569 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:23.153606 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:23.153642 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:23.153679 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:23.155865 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002551612 sec., 1876460.8412250765 rows/sec., 126.46 MiB/sec. 2025.12.24 01:23:23.156297 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:23:23.156533 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.156598 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_81_16} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:23:23.156661 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2025.12.24 01:23:23.162430 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 23447 rows, containing 5 columns (5 merged, 0 gathered) in 0.010497063 sec., 2233672.4091300587 rows/sec., 153.47 MiB/sec. 2025.12.24 01:23:23.162976 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:23:23.163239 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:23.163315 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_81_16} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:23:23.163395 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.12.24 01:23:24.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 315.71 MiB, peak 326.45 MiB, free memory in arenas 0.00 B, will set to 317.12 MiB (RSS), difference: 1.41 MiB 2025.12.24 01:23:26.681128 [ 32 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:23:26.681226 [ 32 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:23:26.839939 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26812 2025.12.24 01:23:26.840609 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:26.840654 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:26.841136 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:23:26.841366 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:26.841512 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26812 2025.12.24 01:23:26.841533 [ 32 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:23:26.841608 [ 32 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:26.841632 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:26.841757 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:23:26.841904 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:26.841944 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24444 rows starting from the beginning of the part 2025.12.24 01:23:26.842007 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 448 rows starting from the beginning of the part 2025.12.24 01:23:26.842052 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 512 rows starting from the beginning of the part 2025.12.24 01:23:26.842092 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 448 rows starting from the beginning of the part 2025.12.24 01:23:26.842132 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 512 rows starting from the beginning of the part 2025.12.24 01:23:26.842170 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 448 rows starting from the beginning of the part 2025.12.24 01:23:26.844507 [ 193 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26812 rows, containing 4 columns (4 merged, 0 gathered) in 0.002807867 sec., 9548885.32825807 rows/sec., 136.60 MiB/sec. 2025.12.24 01:23:26.844685 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:23:26.844941 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:26.845013 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_56_11} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:23:26.845106 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2025.12.24 01:23:26.918612 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1134 2025.12.24 01:23:26.921363 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:26.921408 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:26.922623 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:23:26.922904 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:26.923063 [ 32 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:23:26.923120 [ 32 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:26.923143 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:26.923169 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1134 2025.12.24 01:23:26.923229 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:23:26.923719 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:26.923856 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1016 rows starting from the beginning of the part 2025.12.24 01:23:26.924222 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part 2025.12.24 01:23:26.924578 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part 2025.12.24 01:23:26.924912 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part 2025.12.24 01:23:26.925244 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part 2025.12.24 01:23:26.925572 [ 194 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2025.12.24 01:23:26.931829 [ 193 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 72 columns (72 merged, 0 gathered) in 0.008634955 sec., 131326.68323112282 rows/sec., 104.45 MiB/sec. 2025.12.24 01:23:26.933342 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:23:26.933915 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:26.933994 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_41_8} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:23:26.934316 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB. 2025.12.24 01:23:28.148253 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:28.148430 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:28.148491 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:28.149217 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.149263 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.149679 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:23:28.149906 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.150065 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} executeQuery: Read 136 rows, 12.08 KiB in 0.001683 sec., 80808.0808080808 rows/sec., 7.01 MiB/sec. 2025.12.24 01:23:28.150115 [ 255 ] {e1c33f29-1db2-4dcc-8ff6-cc4da1b90383} TCPHandler: Processed in 0.001997821 sec. 2025.12.24 01:23:28.150250 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:28.150365 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:23:28.150407 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:23:28.150878 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.150912 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.151217 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:23:28.151427 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.151547 [ 58 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:23:28.151554 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} executeQuery: Read 40 rows, 3.01 KiB in 0.001214 sec., 32948.929159802305 rows/sec., 2.42 MiB/sec. 2025.12.24 01:23:28.151586 [ 58 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.151605 [ 255 ] {095aba05-5d38-4659-abf6-f97f48d4e41d} TCPHandler: Processed in 0.001417689 sec. 2025.12.24 01:23:28.151606 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.151744 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:28.151764 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:23:28.151841 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:28.151886 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:28.151921 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:28.151968 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 72 rows starting from the beginning of the part 2025.12.24 01:23:28.152043 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 70 rows starting from the beginning of the part 2025.12.24 01:23:28.152095 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.152145 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.152196 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part 2025.12.24 01:23:28.152244 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.152358 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.152399 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.152737 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:23:28.152970 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.153102 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} executeQuery: Read 104 rows, 8.32 KiB in 0.001281 sec., 81186.57298985167 rows/sec., 6.34 MiB/sec. 2025.12.24 01:23:28.153128 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001427379 sec., 221384.78988411627 rows/sec., 17.09 MiB/sec. 2025.12.24 01:23:28.153140 [ 255 ] {e074c6d5-bac3-40f6-9e23-8e6828988e0c} TCPHandler: Processed in 0.00145549 sec. 2025.12.24 01:23:28.153315 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:23:28.153317 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:28.153432 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:28.153476 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:28.153599 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.153667 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_41_8} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:23:28.153743 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:23:28.153903 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.153936 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.154276 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:23:28.154488 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.154615 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.12.24 01:23:28.154652 [ 255 ] {b166e8fa-c326-4b59-8a16-1450c712c9c8} TCPHandler: Processed in 0.001394749 sec. 2025.12.24 01:23:28.154767 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:28.154862 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:28.154919 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:23:28.155783 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.155818 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.156394 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 01:23:28.156616 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.156737 [ 58 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 01:23:28.156753 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} executeQuery: Read 40 rows, 73.40 KiB in 0.001909 sec., 20953.378732320587 rows/sec., 37.55 MiB/sec. 2025.12.24 01:23:28.156771 [ 58 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.156790 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.156822 [ 255 ] {3971631a-f781-450d-9df9-e8e66739f50e} TCPHandler: Processed in 0.002105462 sec. 2025.12.24 01:23:28.156888 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.12.24 01:23:28.156942 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:28.157041 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:28.157084 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:28.157099 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:28.157156 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1314 rows starting from the beginning of the part 2025.12.24 01:23:28.157276 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.157386 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.157442 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.157482 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.157485 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.157593 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.157693 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2025.12.24 01:23:28.157803 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:23:28.158037 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.158173 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2025.12.24 01:23:28.158209 [ 255 ] {a1385c08-fa40-4deb-a45b-53bb4a2cb28d} TCPHandler: Processed in 0.001317687 sec. 2025.12.24 01:23:28.163608 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 19 columns (19 merged, 0 gathered) in 0.006756537 sec., 224079.28795476144 rows/sec., 401.54 MiB/sec. 2025.12.24 01:23:28.164722 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 01:23:28.165049 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.165117 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_41_8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 01:23:28.165222 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.71 MiB. 2025.12.24 01:23:28.336619 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.12.24 01:23:28.353775 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.353827 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.360193 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:23:28.360893 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.361186 [ 58 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:23:28.361229 [ 58 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:28.361253 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:28.361397 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:23:28.363986 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.12.24 01:23:28.365075 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:28.366592 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2025.12.24 01:23:28.371357 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2025.12.24 01:23:28.375949 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2025.12.24 01:23:28.380702 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2025.12.24 01:23:28.385583 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2025.12.24 01:23:28.389416 [ 193 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2025.12.24 01:23:28.442653 [ 197 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.081327129 sec., 5188.920415474153 rows/sec., 26.83 MiB/sec. 2025.12.24 01:23:28.446132 [ 187 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:23:28.448420 [ 187 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:28.448529 [ 187 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_56_11} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:23:28.451235 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 01:23:29.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 318.82 MiB, peak 332.24 MiB, free memory in arenas 0.00 B, will set to 320.10 MiB (RSS), difference: 1.27 MiB 2025.12.24 01:23:33.146022 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:33.146214 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:33.146279 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:33.146909 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:33.146979 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:33.147380 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:23:33.147626 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:33.147785 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} executeQuery: Read 56 rows, 4.41 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.66 MiB/sec. 2025.12.24 01:23:33.147838 [ 255 ] {25d482e1-5b2e-410d-ab45-83a3099851db} TCPHandler: Processed in 0.001946769 sec. 2025.12.24 01:23:33.147956 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:33.148061 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:33.148104 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:33.148566 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:33.148600 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:33.148911 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:23:33.149118 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:33.149247 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} executeQuery: Read 64 rows, 5.12 KiB in 0.001211 sec., 52848.88521882741 rows/sec., 4.12 MiB/sec. 2025.12.24 01:23:33.149285 [ 255 ] {879fa4b8-5988-4d19-8fc0-dd28dcebfa43} TCPHandler: Processed in 0.001383058 sec. 2025.12.24 01:23:33.149397 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:33.149494 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:33.149539 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:33.149941 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:33.149975 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:33.150302 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:23:33.150514 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:33.150642 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.12.24 01:23:33.150679 [ 255 ] {98e0462a-384f-44b2-bb71-5b4a35388e9f} TCPHandler: Processed in 0.001333107 sec. 2025.12.24 01:23:33.150790 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:33.150885 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:33.150928 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:33.151257 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:33.151292 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:33.151603 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:23:33.151818 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:33.151944 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.12.24 01:23:33.151980 [ 255 ] {781a96d1-7ec7-442b-b30b-475144d15550} TCPHandler: Processed in 0.001239686 sec. 2025.12.24 01:23:34.341868 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27324 2025.12.24 01:23:34.342713 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:34.342794 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2025.12.24 01:23:34.343589 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:23:34.343840 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:34.343997 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27324 2025.12.24 01:23:35.864285 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.12.24 01:23:35.890143 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:35.890238 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:35.897852 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:23:35.899159 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:35.906648 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.12.24 01:23:36.505529 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59814 2025.12.24 01:23:36.505672 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.505710 [ 352 ] {} TCP-Session: 9864f459-3979-460d-82f6-4ba356e995bc Authenticating user 'default' from [fd00:1122:3344:101::e]:59814 2025.12.24 01:23:36.505741 [ 352 ] {} TCP-Session: 9864f459-3979-460d-82f6-4ba356e995bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.505758 [ 352 ] {} TCP-Session: 9864f459-3979-460d-82f6-4ba356e995bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.506113 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56796 2025.12.24 01:23:36.506140 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44384 2025.12.24 01:23:36.506168 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33622 2025.12.24 01:23:36.506198 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64905 2025.12.24 01:23:36.506259 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.506190 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61928 2025.12.24 01:23:36.506306 [ 352 ] {} TCP-Session: 9864f459-3979-460d-82f6-4ba356e995bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:36.506151 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53545 2025.12.24 01:23:36.506139 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55562 2025.12.24 01:23:36.506129 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55680 2025.12.24 01:23:36.506312 [ 286 ] {} TCP-Session: 2c2a682e-6a7b-44b3-bf00-b1e2d7aa0a02 Authenticating user 'default' from [fd00:1122:3344:101::e]:44384 2025.12.24 01:23:36.506488 [ 286 ] {} TCP-Session: 2c2a682e-6a7b-44b3-bf00-b1e2d7aa0a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.506507 [ 286 ] {} TCP-Session: 2c2a682e-6a7b-44b3-bf00-b1e2d7aa0a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.506566 [ 352 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} executeQuery: (from [fd00:1122:3344:101::e]:59814) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:23:36.506884 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.506938 [ 289 ] {} TCP-Session: 52359a43-9723-4208-a4d8-55467e5640ae Authenticating user 'default' from [fd00:1122:3344:101::e]:33622 2025.12.24 01:23:36.506969 [ 289 ] {} TCP-Session: 52359a43-9723-4208-a4d8-55467e5640ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.506986 [ 289 ] {} TCP-Session: 52359a43-9723-4208-a4d8-55467e5640ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.506988 [ 352 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:23:36.507087 [ 352 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:23:36.507458 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.507485 [ 352 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:23:36.507506 [ 353 ] {} TCP-Session: 787d4531-ed55-47e6-9500-8ac684990877 Authenticating user 'default' from [fd00:1122:3344:101::e]:56796 2025.12.24 01:23:36.507542 [ 353 ] {} TCP-Session: 787d4531-ed55-47e6-9500-8ac684990877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.507555 [ 353 ] {} TCP-Session: 787d4531-ed55-47e6-9500-8ac684990877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.507714 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.507759 [ 355 ] {} TCP-Session: 86d52a81-4795-4a8e-8703-dbf205aa32aa Authenticating user 'default' from [fd00:1122:3344:101::e]:55680 2025.12.24 01:23:36.507778 [ 355 ] {} TCP-Session: 86d52a81-4795-4a8e-8703-dbf205aa32aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.507791 [ 355 ] {} TCP-Session: 86d52a81-4795-4a8e-8703-dbf205aa32aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.507919 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.507976 [ 354 ] {} TCP-Session: 060554b8-4269-4123-831c-2bb28d200cbc Authenticating user 'default' from [fd00:1122:3344:101::e]:55562 2025.12.24 01:23:36.508009 [ 354 ] {} TCP-Session: 060554b8-4269-4123-831c-2bb28d200cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508029 [ 354 ] {} TCP-Session: 060554b8-4269-4123-831c-2bb28d200cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508044 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.508076 [ 288 ] {} TCP-Session: c0f1d3e4-7b77-4792-9199-6dc9c18f52c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53545 2025.12.24 01:23:36.508096 [ 288 ] {} TCP-Session: c0f1d3e4-7b77-4792-9199-6dc9c18f52c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508118 [ 288 ] {} TCP-Session: c0f1d3e4-7b77-4792-9199-6dc9c18f52c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508155 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.508193 [ 290 ] {} TCP-Session: e39cb0a9-240f-4fa3-a73a-fdcfea57a915 Authenticating user 'default' from [fd00:1122:3344:101::e]:61928 2025.12.24 01:23:36.508212 [ 290 ] {} TCP-Session: e39cb0a9-240f-4fa3-a73a-fdcfea57a915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508228 [ 290 ] {} TCP-Session: e39cb0a9-240f-4fa3-a73a-fdcfea57a915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508341 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.508379 [ 351 ] {} TCP-Session: 0acac64a-fe7a-4fc1-b05f-4b79e17a89dd Authenticating user 'default' from [fd00:1122:3344:101::e]:64905 2025.12.24 01:23:36.508397 [ 351 ] {} TCP-Session: 0acac64a-fe7a-4fc1-b05f-4b79e17a89dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508411 [ 351 ] {} TCP-Session: 0acac64a-fe7a-4fc1-b05f-4b79e17a89dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.508728 [ 297 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} AggregatingTransform: Aggregating 2025.12.24 01:23:36.508766 [ 297 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} Aggregator: Aggregation method: without_key 2025.12.24 01:23:36.508803 [ 297 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001166564 sec. (857.218 rows/sec., 33.49 KiB/sec.) 2025.12.24 01:23:36.508825 [ 297 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} Aggregator: Merging aggregated data 2025.12.24 01:23:36.510147 [ 352 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} executeQuery: Read 1 rows, 40.00 B in 0.003678 sec., 271.88689505165854 rows/sec., 10.62 KiB/sec. 2025.12.24 01:23:36.510314 [ 352 ] {49fb7769-b8b9-4da7-a35e-400f65c14309} TCPHandler: Processed in 0.004191535 sec. 2025.12.24 01:23:36.510433 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510463 [ 352 ] {} TCP-Session: 9864f459-3979-460d-82f6-4ba356e995bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510474 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510492 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510520 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510540 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510560 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510573 [ 286 ] {} TCP-Session: 2c2a682e-6a7b-44b3-bf00-b1e2d7aa0a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510592 [ 355 ] {} TCP-Session: 86d52a81-4795-4a8e-8703-dbf205aa32aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510606 [ 289 ] {} TCP-Session: 52359a43-9723-4208-a4d8-55467e5640ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510573 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510548 [ 354 ] {} TCP-Session: 060554b8-4269-4123-831c-2bb28d200cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510666 [ 290 ] {} TCP-Session: e39cb0a9-240f-4fa3-a73a-fdcfea57a915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510523 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510521 [ 288 ] {} TCP-Session: c0f1d3e4-7b77-4792-9199-6dc9c18f52c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510475 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.510730 [ 351 ] {} TCP-Session: 0acac64a-fe7a-4fc1-b05f-4b79e17a89dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.510768 [ 353 ] {} TCP-Session: 787d4531-ed55-47e6-9500-8ac684990877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.553715 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65318 2025.12.24 01:23:36.553812 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.553839 [ 352 ] {} TCP-Session: d7fbcfbb-bca0-460a-a155-fa0d7803a750 Authenticating user 'default' from [fd00:1122:3344:101::e]:65318 2025.12.24 01:23:36.553861 [ 352 ] {} TCP-Session: d7fbcfbb-bca0-460a-a155-fa0d7803a750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.553875 [ 352 ] {} TCP-Session: d7fbcfbb-bca0-460a-a155-fa0d7803a750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554057 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53649 2025.12.24 01:23:36.554080 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56252 2025.12.24 01:23:36.554115 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40979 2025.12.24 01:23:36.554135 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45134 2025.12.24 01:23:36.554169 [ 352 ] {} TCP-Session: d7fbcfbb-bca0-460a-a155-fa0d7803a750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:36.554173 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554196 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554226 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554230 [ 353 ] {} TCP-Session: 983c3d42-3798-4f29-9733-10b392087967 Authenticating user 'default' from [fd00:1122:3344:101::e]:53649 2025.12.24 01:23:36.554244 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554252 [ 354 ] {} TCP-Session: 94d583f0-420e-4690-8c1f-1d42623968a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:56252 2025.12.24 01:23:36.554260 [ 288 ] {} TCP-Session: 57cb5570-7ead-4562-8a2e-85fa46b0fea2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40979 2025.12.24 01:23:36.554281 [ 290 ] {} TCP-Session: 366882c5-c675-4f21-8116-782eac6beee4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45134 2025.12.24 01:23:36.554297 [ 354 ] {} TCP-Session: 94d583f0-420e-4690-8c1f-1d42623968a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554303 [ 288 ] {} TCP-Session: 57cb5570-7ead-4562-8a2e-85fa46b0fea2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554324 [ 354 ] {} TCP-Session: 94d583f0-420e-4690-8c1f-1d42623968a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554317 [ 290 ] {} TCP-Session: 366882c5-c675-4f21-8116-782eac6beee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554332 [ 288 ] {} TCP-Session: 57cb5570-7ead-4562-8a2e-85fa46b0fea2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554340 [ 352 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} executeQuery: (from [fd00:1122:3344:101::e]:65318) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:23:36.554356 [ 290 ] {} TCP-Session: 366882c5-c675-4f21-8116-782eac6beee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554272 [ 353 ] {} TCP-Session: 983c3d42-3798-4f29-9733-10b392087967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554145 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60512 2025.12.24 01:23:36.554434 [ 353 ] {} TCP-Session: 983c3d42-3798-4f29-9733-10b392087967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554122 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44945 2025.12.24 01:23:36.554101 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46035 2025.12.24 01:23:36.554517 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554082 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35911 2025.12.24 01:23:36.554560 [ 351 ] {} TCP-Session: f2440b61-42ef-474a-a53b-513669274c3d Authenticating user 'default' from [fd00:1122:3344:101::e]:60512 2025.12.24 01:23:36.554578 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554599 [ 351 ] {} TCP-Session: f2440b61-42ef-474a-a53b-513669274c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554593 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554627 [ 351 ] {} TCP-Session: f2440b61-42ef-474a-a53b-513669274c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554634 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.554659 [ 286 ] {} TCP-Session: e6f66e9c-71c9-442a-b69b-e31cce192c92 Authenticating user 'default' from [fd00:1122:3344:101::e]:46035 2025.12.24 01:23:36.554685 [ 355 ] {} TCP-Session: 7d0b51ca-1107-414e-9e46-b05f698c367f Authenticating user 'default' from [fd00:1122:3344:101::e]:35911 2025.12.24 01:23:36.554698 [ 286 ] {} TCP-Session: e6f66e9c-71c9-442a-b69b-e31cce192c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554716 [ 355 ] {} TCP-Session: 7d0b51ca-1107-414e-9e46-b05f698c367f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554735 [ 286 ] {} TCP-Session: e6f66e9c-71c9-442a-b69b-e31cce192c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554743 [ 355 ] {} TCP-Session: 7d0b51ca-1107-414e-9e46-b05f698c367f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554622 [ 289 ] {} TCP-Session: 00b10d16-5797-495b-a880-5d47df8d250b Authenticating user 'default' from [fd00:1122:3344:101::e]:44945 2025.12.24 01:23:36.554627 [ 352 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:23:36.554794 [ 289 ] {} TCP-Session: 00b10d16-5797-495b-a880-5d47df8d250b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554830 [ 289 ] {} TCP-Session: 00b10d16-5797-495b-a880-5d47df8d250b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.554852 [ 352 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:23:36.555140 [ 352 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:23:36.556056 [ 348 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} AggregatingTransform: Aggregating 2025.12.24 01:23:36.556124 [ 348 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} Aggregator: Aggregation method: without_key 2025.12.24 01:23:36.556158 [ 348 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000920349 sec. (1086.544 rows/sec., 42.44 KiB/sec.) 2025.12.24 01:23:36.556176 [ 348 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} Aggregator: Merging aggregated data 2025.12.24 01:23:36.557376 [ 352 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} executeQuery: Read 1 rows, 40.00 B in 0.003089 sec., 323.72936225315635 rows/sec., 12.65 KiB/sec. 2025.12.24 01:23:36.557529 [ 352 ] {19a70b21-a69e-46ff-b578-e7e08a6d68f2} TCPHandler: Processed in 0.003468051 sec. 2025.12.24 01:23:36.557643 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557667 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557673 [ 352 ] {} TCP-Session: d7fbcfbb-bca0-460a-a155-fa0d7803a750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557693 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557716 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557733 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557740 [ 288 ] {} TCP-Session: 57cb5570-7ead-4562-8a2e-85fa46b0fea2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557753 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557776 [ 351 ] {} TCP-Session: f2440b61-42ef-474a-a53b-513669274c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557790 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557826 [ 289 ] {} TCP-Session: 00b10d16-5797-495b-a880-5d47df8d250b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557803 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557850 [ 355 ] {} TCP-Session: 7d0b51ca-1107-414e-9e46-b05f698c367f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557770 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.557887 [ 290 ] {} TCP-Session: 366882c5-c675-4f21-8116-782eac6beee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557762 [ 354 ] {} TCP-Session: 94d583f0-420e-4690-8c1f-1d42623968a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557920 [ 286 ] {} TCP-Session: e6f66e9c-71c9-442a-b69b-e31cce192c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.557708 [ 353 ] {} TCP-Session: 983c3d42-3798-4f29-9733-10b392087967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.706920 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56964 2025.12.24 01:23:36.707049 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707080 [ 352 ] {} TCP-Session: ca0869b8-fb63-4546-95bb-4dccdb8a39da Authenticating user 'default' from [fd00:1122:3344:101::e]:56964 2025.12.24 01:23:36.707105 [ 352 ] {} TCP-Session: ca0869b8-fb63-4546-95bb-4dccdb8a39da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707123 [ 352 ] {} TCP-Session: ca0869b8-fb63-4546-95bb-4dccdb8a39da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707360 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63176 2025.12.24 01:23:36.707393 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46954 2025.12.24 01:23:36.707410 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50009 2025.12.24 01:23:36.707441 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56016 2025.12.24 01:23:36.707472 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707449 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38395 2025.12.24 01:23:36.707520 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707543 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707565 [ 288 ] {} TCP-Session: d71ab4d2-4840-4dff-a3cb-43813ad91bc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50009 2025.12.24 01:23:36.707414 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45621 2025.12.24 01:23:36.707587 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707601 [ 288 ] {} TCP-Session: d71ab4d2-4840-4dff-a3cb-43813ad91bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707653 [ 351 ] {} TCP-Session: c99c83b3-ff8c-4c1a-8363-2b61d9efb571 Authenticating user 'default' from [fd00:1122:3344:101::e]:38395 2025.12.24 01:23:36.707660 [ 288 ] {} TCP-Session: d71ab4d2-4840-4dff-a3cb-43813ad91bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707675 [ 351 ] {} TCP-Session: c99c83b3-ff8c-4c1a-8363-2b61d9efb571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707684 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707697 [ 351 ] {} TCP-Session: c99c83b3-ff8c-4c1a-8363-2b61d9efb571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707400 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50956 2025.12.24 01:23:36.707721 [ 289 ] {} TCP-Session: b13caa2d-b620-48eb-915b-645d3edef993 Authenticating user 'default' from [fd00:1122:3344:101::e]:45621 2025.12.24 01:23:36.707395 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42888 2025.12.24 01:23:36.707773 [ 289 ] {} TCP-Session: b13caa2d-b620-48eb-915b-645d3edef993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707588 [ 290 ] {} TCP-Session: 067ca145-76d9-4c41-9724-b2fbc5034571 Authenticating user 'default' from [fd00:1122:3344:101::e]:56016 2025.12.24 01:23:36.707797 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707794 [ 289 ] {} TCP-Session: b13caa2d-b620-48eb-915b-645d3edef993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707833 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.707835 [ 286 ] {} TCP-Session: 7697fdc3-5082-439c-b3b7-ff60acf5ffc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50956 2025.12.24 01:23:36.707868 [ 355 ] {} TCP-Session: cde70b2a-ccf2-49c9-813b-4bd7a820d9b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:42888 2025.12.24 01:23:36.707895 [ 286 ] {} TCP-Session: 7697fdc3-5082-439c-b3b7-ff60acf5ffc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707910 [ 355 ] {} TCP-Session: cde70b2a-ccf2-49c9-813b-4bd7a820d9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707922 [ 286 ] {} TCP-Session: 7697fdc3-5082-439c-b3b7-ff60acf5ffc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707935 [ 355 ] {} TCP-Session: cde70b2a-ccf2-49c9-813b-4bd7a820d9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707831 [ 290 ] {} TCP-Session: 067ca145-76d9-4c41-9724-b2fbc5034571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707517 [ 353 ] {} TCP-Session: 2a14c563-52a2-44b4-9c2c-49ababfcd792 Authenticating user 'default' from [fd00:1122:3344:101::e]:63176 2025.12.24 01:23:36.707984 [ 290 ] {} TCP-Session: 067ca145-76d9-4c41-9724-b2fbc5034571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707996 [ 353 ] {} TCP-Session: 2a14c563-52a2-44b4-9c2c-49ababfcd792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.707509 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:23:36.708013 [ 353 ] {} TCP-Session: 2a14c563-52a2-44b4-9c2c-49ababfcd792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.708045 [ 354 ] {} TCP-Session: 74de6e7c-3e1e-4225-9fdb-71c9f3cf1161 Authenticating user 'default' from [fd00:1122:3344:101::e]:46954 2025.12.24 01:23:36.707458 [ 352 ] {} TCP-Session: ca0869b8-fb63-4546-95bb-4dccdb8a39da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:36.708072 [ 354 ] {} TCP-Session: 74de6e7c-3e1e-4225-9fdb-71c9f3cf1161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.708106 [ 354 ] {} TCP-Session: 74de6e7c-3e1e-4225-9fdb-71c9f3cf1161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.708254 [ 352 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} executeQuery: (from [fd00:1122:3344:101::e]:56964) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:23:36.708548 [ 352 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:23:36.708608 [ 352 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:23:36.708906 [ 352 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:23:36.709948 [ 305 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} AggregatingTransform: Aggregating 2025.12.24 01:23:36.710002 [ 305 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} Aggregator: Aggregation method: without_key 2025.12.24 01:23:36.710045 [ 305 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00103511 sec. (966.081 rows/sec., 37.74 KiB/sec.) 2025.12.24 01:23:36.710066 [ 305 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} Aggregator: Merging aggregated data 2025.12.24 01:23:36.711561 [ 352 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} executeQuery: Read 1 rows, 40.00 B in 0.003363 sec., 297.3535533749628 rows/sec., 11.62 KiB/sec. 2025.12.24 01:23:36.711725 [ 352 ] {34c72a30-a8bd-4546-ae44-eeb2a743d749} TCPHandler: Processed in 0.004382809 sec. 2025.12.24 01:23:36.711840 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711876 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711896 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711918 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711928 [ 351 ] {} TCP-Session: c99c83b3-ff8c-4c1a-8363-2b61d9efb571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.711951 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711969 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711986 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.712005 [ 354 ] {} TCP-Session: 74de6e7c-3e1e-4225-9fdb-71c9f3cf1161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.712028 [ 355 ] {} TCP-Session: cde70b2a-ccf2-49c9-813b-4bd7a820d9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.711969 [ 289 ] {} TCP-Session: b13caa2d-b620-48eb-915b-645d3edef993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.712053 [ 288 ] {} TCP-Session: d71ab4d2-4840-4dff-a3cb-43813ad91bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.711935 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.711999 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:23:36.712138 [ 286 ] {} TCP-Session: 7697fdc3-5082-439c-b3b7-ff60acf5ffc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.712172 [ 290 ] {} TCP-Session: 067ca145-76d9-4c41-9724-b2fbc5034571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.711947 [ 353 ] {} TCP-Session: 2a14c563-52a2-44b4-9c2c-49ababfcd792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.711879 [ 352 ] {} TCP-Session: ca0869b8-fb63-4546-95bb-4dccdb8a39da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:23:36.923593 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1160 2025.12.24 01:23:36.926011 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:36.926074 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:36.927423 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:23:36.927770 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:36.928200 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1160 2025.12.24 01:23:38.149142 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:38.149314 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:38.149378 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:38.150076 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:38.150117 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:38.150559 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 01:23:38.150794 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:38.150961 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} executeQuery: Read 136 rows, 12.08 KiB in 0.001694 sec., 80283.35301062574 rows/sec., 6.96 MiB/sec. 2025.12.24 01:23:38.151012 [ 255 ] {5f1f9f6f-f879-40fb-bb33-4eaba850d59a} TCPHandler: Processed in 0.00200085 sec. 2025.12.24 01:23:38.151137 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:38.151243 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:23:38.151287 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:23:38.151718 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:38.151753 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:38.152075 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:23:38.152285 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:38.152417 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} executeQuery: Read 40 rows, 3.01 KiB in 0.0012 sec., 33333.333333333336 rows/sec., 2.45 MiB/sec. 2025.12.24 01:23:38.152456 [ 255 ] {423afe50-1eae-4e92-97de-6f548541d958} TCPHandler: Processed in 0.001371538 sec. 2025.12.24 01:23:38.152571 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:38.152669 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:38.152710 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:38.153131 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:38.153166 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:38.153498 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 01:23:38.153735 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:38.153866 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} executeQuery: Read 104 rows, 8.32 KiB in 0.001217 sec., 85456.03944124897 rows/sec., 6.67 MiB/sec. 2025.12.24 01:23:38.153903 [ 255 ] {bbf0c32c-f80b-4ee1-83a5-6554b25b4ac5} TCPHandler: Processed in 0.001384078 sec. 2025.12.24 01:23:38.154020 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:38.154117 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:38.154161 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:38.154583 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:38.154615 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:38.154956 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 01:23:38.155166 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:38.155296 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2025.12.24 01:23:38.155343 [ 255 ] {00fc0d8d-5940-49dd-a717-0659d5c91a79} TCPHandler: Processed in 0.001373238 sec. 2025.12.24 01:23:38.155463 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:38.155560 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:38.155615 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:23:38.156471 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:38.156507 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:38.157109 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 01:23:38.157333 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:38.157470 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} executeQuery: Read 40 rows, 73.40 KiB in 0.001928 sec., 20746.887966804978 rows/sec., 37.18 MiB/sec. 2025.12.24 01:23:38.157543 [ 255 ] {25b27d97-f25d-4dee-85e1-becbb8efbc7d} TCPHandler: Processed in 0.002131293 sec. 2025.12.24 01:23:38.157659 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:38.157755 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:38.157798 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:38.158131 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:38.158167 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:38.158467 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 01:23:38.158676 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:38.158801 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.12.24 01:23:38.158838 [ 255 ] {b409b4bb-c764-4f8e-83b1-42d028906866} TCPHandler: Processed in 0.001228505 sec. 2025.12.24 01:23:41.681324 [ 55 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:23:41.681440 [ 55 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:23:41.844211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27772 2025.12.24 01:23:41.844878 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:41.844931 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:41.845420 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:23:41.845644 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:41.845784 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27772 2025.12.24 01:23:43.147137 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:43.147322 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:43.147387 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:43.148043 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:43.148096 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:43.148514 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 01:23:43.148753 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:43.148915 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} executeQuery: Read 56 rows, 4.41 KiB in 0.001641 sec., 34125.53321145643 rows/sec., 2.62 MiB/sec. 2025.12.24 01:23:43.148973 [ 255 ] {590ebd35-13b3-4306-a09e-fc5f5c231371} TCPHandler: Processed in 0.00196753 sec. 2025.12.24 01:23:43.149092 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:43.149197 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:43.149240 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:43.149689 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:43.149727 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:43.150041 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 01:23:43.150248 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:43.150378 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2025.12.24 01:23:43.150416 [ 255 ] {8e2922e2-5c11-46cb-9b98-5cb0df51a136} TCPHandler: Processed in 0.001376238 sec. 2025.12.24 01:23:43.150533 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:43.150632 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:43.150677 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:43.151091 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:43.151127 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:43.151451 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 01:23:43.151663 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:43.151798 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.12.24 01:23:43.151840 [ 255 ] {5df8507d-7510-4f38-b045-4930c1e4707d} TCPHandler: Processed in 0.001361437 sec. 2025.12.24 01:23:43.151953 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:43.152047 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:43.152088 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:43.152420 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:43.152454 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:43.152770 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 01:23:43.152975 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:43.153107 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.12.24 01:23:43.153143 [ 255 ] {39ea87ad-33d9-4483-89e0-7e4aaf8ac104} TCPHandler: Processed in 0.001242615 sec. 2025.12.24 01:23:43.406772 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.12.24 01:23:43.423404 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:43.423457 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:43.429617 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:23:43.430311 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:43.433178 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.12.24 01:23:46.928472 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1180 2025.12.24 01:23:46.931068 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:46.931113 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:46.932311 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:23:46.932581 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:46.932844 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1180 2025.12.24 01:23:48.177673 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.177935 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.178031 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:23:48.178746 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.178792 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.179210 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:23:48.179440 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.179592 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} executeQuery: Read 24 rows, 2.04 KiB in 0.001729 sec., 13880.855986119144 rows/sec., 1.15 MiB/sec. 2025.12.24 01:23:48.179637 [ 255 ] {cf3dbf53-4b37-4053-9480-80c6799ce519} TCPHandler: Processed in 0.002141614 sec. 2025.12.24 01:23:48.179755 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.179852 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:23:48.179893 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:23:48.180317 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.180356 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.180697 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:23:48.180927 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.181060 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} executeQuery: Read 18 rows, 1.48 KiB in 0.001227 sec., 14669.926650366748 rows/sec., 1.18 MiB/sec. 2025.12.24 01:23:48.181099 [ 255 ] {f7aec107-99e2-484b-ae43-64a796a33031} TCPHandler: Processed in 0.001393638 sec. 2025.12.24 01:23:48.181205 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.181301 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:48.181341 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:48.182300 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.182336 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.182735 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 01:23:48.182946 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.183079 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} executeQuery: Read 1406 rows, 120.85 KiB in 0.001797 sec., 782415.1363383416 rows/sec., 65.68 MiB/sec. 2025.12.24 01:23:48.183117 [ 255 ] {8de57c90-28ea-41e1-bb35-9d0deec47594} TCPHandler: Processed in 0.0019623 sec. 2025.12.24 01:23:48.183116 [ 94 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 01:23:48.183187 [ 94 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.183209 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.183247 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.183308 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 01:23:48.183371 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.183415 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:48.183420 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:23:48.183451 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1409 rows starting from the beginning of the part 2025.12.24 01:23:48.183523 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 136 rows starting from the beginning of the part 2025.12.24 01:23:48.183577 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part 2025.12.24 01:23:48.183627 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 136 rows starting from the beginning of the part 2025.12.24 01:23:48.183674 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part 2025.12.24 01:23:48.183722 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:23:48.183948 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.183991 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.184357 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:23:48.184571 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.184699 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} executeQuery: Read 70 rows, 5.24 KiB in 0.001353 sec., 51736.88100517369 rows/sec., 3.78 MiB/sec. 2025.12.24 01:23:48.184737 [ 255 ] {f479ff01-a3d2-467b-ad82-f8b38904eb7d} TCPHandler: Processed in 0.001550532 sec. 2025.12.24 01:23:48.184850 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.184943 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.184981 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:23:48.185066 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3199 rows, containing 5 columns (5 merged, 0 gathered) in 0.001800537 sec., 1776692.1757231315 rows/sec., 155.89 MiB/sec. 2025.12.24 01:23:48.185272 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 01:23:48.185436 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.185472 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.185507 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.185573 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_86_17} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 01:23:48.185634 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:23:48.185782 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:23:48.185998 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.186121 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} executeQuery: Read 252 rows, 17.85 KiB in 0.001196 sec., 210702.34113712373 rows/sec., 14.57 MiB/sec. 2025.12.24 01:23:48.186158 [ 255 ] {505e4c17-b663-4a15-bad7-b5e2528d337e} TCPHandler: Processed in 0.001355608 sec. 2025.12.24 01:23:48.186267 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.186359 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.186397 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:23:48.186776 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.186811 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.187093 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 01:23:48.187294 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.187417 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} executeQuery: Read 12 rows, 960.00 B in 0.001076 sec., 11152.416356877324 rows/sec., 871.28 KiB/sec. 2025.12.24 01:23:48.187454 [ 255 ] {0deab885-01df-4426-a83a-4256836697ee} TCPHandler: Processed in 0.001235595 sec. 2025.12.24 01:23:48.187560 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.187652 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:48.187690 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:48.188273 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.188308 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.188640 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 01:23:48.188836 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.188947 [ 94 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 01:23:48.188961 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} executeQuery: Read 614 rows, 47.35 KiB in 0.001327 sec., 462697.81461944233 rows/sec., 34.84 MiB/sec. 2025.12.24 01:23:48.188990 [ 94 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.189011 [ 255 ] {febeb1a6-56f6-44ff-b1da-146f643441e4} TCPHandler: Processed in 0.001499151 sec. 2025.12.24 01:23:48.189014 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.189129 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 01:23:48.189145 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.189262 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:48.189283 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.189306 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 634 rows starting from the beginning of the part 2025.12.24 01:23:48.189344 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:48.189389 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part 2025.12.24 01:23:48.189448 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part 2025.12.24 01:23:48.189496 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 104 rows starting from the beginning of the part 2025.12.24 01:23:48.189546 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part 2025.12.24 01:23:48.189591 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 614 rows starting from the beginning of the part 2025.12.24 01:23:48.190025 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.190075 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.190578 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 01:23:48.190785 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001703255 sec., 929984.0599323061 rows/sec., 74.17 MiB/sec. 2025.12.24 01:23:48.190797 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.190934 [ 94 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 01:23:48.190970 [ 94 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.190975 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} executeQuery: Read 889 rows, 61.80 KiB in 0.001715 sec., 518367.3469387755 rows/sec., 35.19 MiB/sec. 2025.12.24 01:23:48.190991 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.191009 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 01:23:48.191035 [ 255 ] {f36bb7c0-2a04-48ef-8812-aac66ff4af8e} TCPHandler: Processed in 0.00195344 sec. 2025.12.24 01:23:48.191076 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 01:23:48.191144 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.191149 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:48.191188 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23447 rows starting from the beginning of the part 2025.12.24 01:23:48.191236 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:48.191243 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.191276 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:48.191304 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:23:48.191314 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:48.191352 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2025.12.24 01:23:48.191368 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.191387 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 889 rows starting from the beginning of the part 2025.12.24 01:23:48.191466 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_86_17} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 01:23:48.191572 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:23:48.192198 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.192239 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.192841 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 01:23:48.193082 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.193227 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} executeQuery: Read 40 rows, 73.40 KiB in 0.002003 sec., 19970.044932601097 rows/sec., 35.79 MiB/sec. 2025.12.24 01:23:48.193302 [ 255 ] {d367ad4e-4c79-4e2d-8c63-323523fb4d04} TCPHandler: Processed in 0.002206525 sec. 2025.12.24 01:23:48.193417 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:48.193514 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:48.193556 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:48.193893 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.193929 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.194256 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 01:23:48.194472 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.194596 [ 94 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 01:23:48.194605 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.12.24 01:23:48.194641 [ 94 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:48.194661 [ 255 ] {30edb810-4d21-4ac8-919d-aa90f5aa131b} TCPHandler: Processed in 0.001293247 sec. 2025.12.24 01:23:48.194665 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:48.194788 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 01:23:48.194945 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:23:48.194985 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4788 rows starting from the beginning of the part 2025.12.24 01:23:48.195055 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:48.195106 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:48.195151 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:48.195193 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:48.195236 [ 200 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.12.24 01:23:48.197286 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5088 rows, containing 4 columns (4 merged, 0 gathered) in 0.002554762 sec., 1991574.94905592 rows/sec., 134.22 MiB/sec. 2025.12.24 01:23:48.197773 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 01:23:48.198055 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.198133 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_86_17} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 01:23:48.198226 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.12.24 01:23:48.198507 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 24976 rows, containing 5 columns (5 merged, 0 gathered) in 0.007456161 sec., 3349713.076206375 rows/sec., 230.13 MiB/sec. 2025.12.24 01:23:48.198746 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 01:23:48.199023 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:48.199096 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_86_17} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 01:23:48.199179 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 01:23:49.001171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 322.30 MiB, peak 333.33 MiB, free memory in arenas 0.00 B, will set to 324.95 MiB (RSS), difference: 2.65 MiB 2025.12.24 01:23:49.346897 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28284 2025.12.24 01:23:49.347455 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:49.347508 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:49.347987 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:23:49.348210 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:49.348343 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28284 2025.12.24 01:23:50.934173 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.12.24 01:23:50.951065 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:50.951138 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:50.957336 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:23:50.958067 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:50.961332 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.12.24 01:23:53.146264 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:53.146445 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:53.146516 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:53.147295 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:53.147345 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:53.147736 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 01:23:53.147961 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:53.148110 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} executeQuery: Read 56 rows, 4.41 KiB in 0.001717 sec., 32615.026208503205 rows/sec., 2.51 MiB/sec. 2025.12.24 01:23:53.148151 [ 255 ] {4dc08381-4051-4663-b5bd-4198dd031b9c} TCPHandler: Processed in 0.002012261 sec. 2025.12.24 01:23:53.148277 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:53.148378 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:53.148417 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:53.148911 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:53.148948 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:53.149255 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 01:23:53.149460 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:53.149586 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} executeQuery: Read 64 rows, 5.12 KiB in 0.001226 sec., 52202.28384991843 rows/sec., 4.07 MiB/sec. 2025.12.24 01:23:53.149623 [ 255 ] {ef34a882-bc8e-4af0-a986-5e17df717ff2} TCPHandler: Processed in 0.001393289 sec. 2025.12.24 01:23:53.149764 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:53.149884 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:53.149928 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:53.150367 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:53.150409 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:53.150753 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 01:23:53.150954 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:53.151095 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2025.12.24 01:23:53.151132 [ 255 ] {eba27f86-1149-46fb-bbf9-db887333d802} TCPHandler: Processed in 0.001428499 sec. 2025.12.24 01:23:53.151251 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:53.151344 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:53.151384 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:53.151723 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:53.151758 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:53.152056 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 01:23:53.152261 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:53.152385 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.12.24 01:23:53.152420 [ 255 ] {70e1a459-6b5f-4fe8-ba54-cf893fea052f} TCPHandler: Processed in 0.001217344 sec. 2025.12.24 01:23:56.681701 [ 156 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:23:56.681770 [ 156 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:23:56.848495 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28732 2025.12.24 01:23:56.849286 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:56.849368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:56.849944 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:23:56.850170 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:56.850315 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28732 2025.12.24 01:23:56.932956 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1208 2025.12.24 01:23:56.935276 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:56.935324 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:56.936506 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:23:56.936791 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:56.937048 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1208 2025.12.24 01:23:58.148985 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:58.149163 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:23:58.149229 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:23:58.149927 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.149979 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.150383 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 01:23:58.150624 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.150782 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} executeQuery: Read 136 rows, 12.08 KiB in 0.001669 sec., 81485.91971240264 rows/sec., 7.07 MiB/sec. 2025.12.24 01:23:58.150833 [ 255 ] {7cb805cf-8aa7-4547-bf89-a49a4dbbe8b4} TCPHandler: Processed in 0.00197815 sec. 2025.12.24 01:23:58.150952 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:58.151055 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:23:58.151099 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:23:58.151519 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.151562 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.151865 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:23:58.152071 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.152204 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} executeQuery: Read 40 rows, 3.01 KiB in 0.001173 sec., 34100.59676044331 rows/sec., 2.50 MiB/sec. 2025.12.24 01:23:58.152243 [ 255 ] {665ec995-5252-47cb-9711-b8abb3db5b80} TCPHandler: Processed in 0.001343787 sec. 2025.12.24 01:23:58.152345 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:58.152443 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:23:58.152485 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:23:58.152915 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.152952 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.153256 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 01:23:58.153468 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.153603 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} executeQuery: Read 104 rows, 8.32 KiB in 0.00118 sec., 88135.59322033898 rows/sec., 6.88 MiB/sec. 2025.12.24 01:23:58.153641 [ 255 ] {b2f610ba-9c15-4087-9710-b12d95376631} TCPHandler: Processed in 0.001345207 sec. 2025.12.24 01:23:58.153751 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:58.153845 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:58.153888 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:23:58.154278 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.154313 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.154700 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 01:23:58.154980 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.155143 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} executeQuery: Read 160 rows, 11.41 KiB in 0.001315 sec., 121673.00380228137 rows/sec., 8.47 MiB/sec. 2025.12.24 01:23:58.155190 [ 255 ] {c359fbfe-a918-453f-bd6f-a5dda1eac1bd} TCPHandler: Processed in 0.00148717 sec. 2025.12.24 01:23:58.155314 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:58.155432 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:23:58.155499 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:23:58.156385 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.156424 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.157004 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 01:23:58.157236 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.157380 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} executeQuery: Read 40 rows, 73.40 KiB in 0.001972 sec., 20283.97565922921 rows/sec., 36.35 MiB/sec. 2025.12.24 01:23:58.157449 [ 255 ] {6580a216-63a6-487c-92e4-120ce77a8b98} TCPHandler: Processed in 0.002195165 sec. 2025.12.24 01:23:58.157564 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:23:58.157655 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:23:58.157696 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:23:58.158019 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.158053 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.158344 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 01:23:58.158604 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.158733 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 01:23:58.158769 [ 255 ] {42956a66-70c6-43bf-bb8c-db8b3fb619c7} TCPHandler: Processed in 0.001254336 sec. 2025.12.24 01:23:58.461460 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.12.24 01:23:58.479282 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:23:58.479351 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2025.12.24 01:23:58.485623 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:23:58.486319 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:23:58.489315 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.12.24 01:24:03.147355 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:03.147577 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:03.147651 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:03.148352 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:03.148403 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:03.148810 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 01:24:03.149038 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:03.149199 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2025.12.24 01:24:03.149248 [ 255 ] {d8c833dd-d31f-4fcd-a326-c14bfd3f6ffb} TCPHandler: Processed in 0.002035512 sec. 2025.12.24 01:24:03.149376 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:03.149480 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:03.149524 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:03.149964 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:03.150003 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:03.150310 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 01:24:03.150572 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:03.150709 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} executeQuery: Read 64 rows, 5.12 KiB in 0.001253 sec., 51077.41420590583 rows/sec., 3.99 MiB/sec. 2025.12.24 01:24:03.150749 [ 255 ] {b779189d-407a-4393-a273-237dc61fae69} TCPHandler: Processed in 0.001426479 sec. 2025.12.24 01:24:03.150865 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:03.150965 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:03.151011 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:03.151434 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:03.151471 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:03.151815 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 01:24:03.152031 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:03.152163 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.12.24 01:24:03.152206 [ 255 ] {0343eac1-ddb9-4a95-ba57-dfe477ff7001} TCPHandler: Processed in 0.001391518 sec. 2025.12.24 01:24:03.152314 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:03.152410 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:03.152453 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:03.152798 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:03.152834 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:03.153149 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 01:24:03.153404 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:03.153536 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2025.12.24 01:24:03.153572 [ 255 ] {99aa11c6-939b-4a3c-8f43-d3530b30ecb9} TCPHandler: Processed in 0.001307206 sec. 2025.12.24 01:24:04.350491 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29244 2025.12.24 01:24:04.351058 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:04.351106 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:04.351588 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:24:04.351818 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:04.351967 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29244 2025.12.24 01:24:04.351980 [ 126 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:24:04.352053 [ 126 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:04.352077 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:04.352169 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:24:04.352253 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:04.352282 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26812 rows starting from the beginning of the part 2025.12.24 01:24:04.352337 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 512 rows starting from the beginning of the part 2025.12.24 01:24:04.352380 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 448 rows starting from the beginning of the part 2025.12.24 01:24:04.352419 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 512 rows starting from the beginning of the part 2025.12.24 01:24:04.352456 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 448 rows starting from the beginning of the part 2025.12.24 01:24:04.352492 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 512 rows starting from the beginning of the part 2025.12.24 01:24:04.354669 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29244 rows, containing 4 columns (4 merged, 0 gathered) in 0.002534262 sec., 11539454.089592947 rows/sec., 165.07 MiB/sec. 2025.12.24 01:24:04.355129 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:24:04.355483 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:04.355579 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_61_12} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:24:04.355715 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.12.24 01:24:05.989445 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.12.24 01:24:06.009106 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:06.009168 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:06.016176 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:24:06.016928 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:06.017254 [ 150 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:24:06.017327 [ 150 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:06.017352 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:06.017450 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:24:06.020576 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:06.020587 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.12.24 01:24:06.021498 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2025.12.24 01:24:06.024915 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2025.12.24 01:24:06.028305 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2025.12.24 01:24:06.032175 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2025.12.24 01:24:06.036519 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2025.12.24 01:24:06.040692 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2025.12.24 01:24:06.099290 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.081872421 sec., 5618.497589072149 rows/sec., 29.05 MiB/sec. 2025.12.24 01:24:06.101591 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:24:06.103513 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:06.103708 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_61_12} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:24:06.105489 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.12.24 01:24:06.937314 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1228 2025.12.24 01:24:06.939461 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:06.939508 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:06.940738 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:24:06.941126 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:06.941409 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1228 2025.12.24 01:24:08.150367 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:08.150556 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:08.150624 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:08.151332 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:08.151382 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:08.151813 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 01:24:08.152058 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:08.152239 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} executeQuery: Read 136 rows, 12.08 KiB in 0.001734 sec., 78431.37254901961 rows/sec., 6.80 MiB/sec. 2025.12.24 01:24:08.152282 [ 255 ] {e3687a01-cd30-47dc-8750-75c75fc24819} TCPHandler: Processed in 0.002050361 sec. 2025.12.24 01:24:08.152400 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:08.152496 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:24:08.152536 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:24:08.152930 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:08.152964 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:08.153275 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:24:08.153543 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:08.153739 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} executeQuery: Read 40 rows, 3.01 KiB in 0.00126 sec., 31746.031746031746 rows/sec., 2.33 MiB/sec. 2025.12.24 01:24:08.153778 [ 255 ] {c59412b8-ae1d-4e5c-834e-bccd1598c641} TCPHandler: Processed in 0.001426329 sec. 2025.12.24 01:24:08.153883 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:08.153980 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:08.154019 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:08.154473 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:08.154511 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:08.154837 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 01:24:08.155071 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:08.155203 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} executeQuery: Read 104 rows, 8.32 KiB in 0.001242 sec., 83735.90982286634 rows/sec., 6.54 MiB/sec. 2025.12.24 01:24:08.155242 [ 255 ] {c3bac934-1988-451a-9b25-a93cd9ef651c} TCPHandler: Processed in 0.001408049 sec. 2025.12.24 01:24:08.155357 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:08.155452 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:08.155499 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:08.155928 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:08.155966 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:08.156307 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 01:24:08.156520 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:08.156652 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.12.24 01:24:08.156690 [ 255 ] {ac84ed3d-18d5-447a-b066-833cd52adfda} TCPHandler: Processed in 0.001382468 sec. 2025.12.24 01:24:08.156812 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:08.156907 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:08.156963 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:24:08.157815 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:08.157853 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:08.158467 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 01:24:08.158702 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:08.158851 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} executeQuery: Read 40 rows, 73.40 KiB in 0.001961 sec., 20397.75624681285 rows/sec., 36.55 MiB/sec. 2025.12.24 01:24:08.158907 [ 255 ] {ff477f5e-583d-460e-b23c-8070df743dd6} TCPHandler: Processed in 0.002144393 sec. 2025.12.24 01:24:08.159024 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:08.159119 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:08.159161 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:08.159502 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:08.159539 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:08.159873 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 01:24:08.160135 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:08.160283 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. 2025.12.24 01:24:08.160322 [ 255 ] {9d887c30-e259-46eb-a516-3fd085016bb8} TCPHandler: Processed in 0.001348047 sec. 2025.12.24 01:24:11.682024 [ 144 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:24:11.682085 [ 144 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:24:11.852243 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29692 2025.12.24 01:24:11.852785 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:11.852832 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:11.853370 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:24:11.853627 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:11.853773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29692 2025.12.24 01:24:13.147029 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:13.147236 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:13.147309 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:13.148078 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.148132 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.148585 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 01:24:13.148836 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.148996 [ 143 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 01:24:13.149002 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} executeQuery: Read 56 rows, 4.41 KiB in 0.00182 sec., 30769.23076923077 rows/sec., 2.36 MiB/sec. 2025.12.24 01:24:13.149073 [ 143 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.149103 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.149105 [ 255 ] {811cfa6d-77aa-45e8-92bc-ad3702e6986b} TCPHandler: Processed in 0.002217545 sec. 2025.12.24 01:24:13.149227 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 01:24:13.149292 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:13.149360 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:13.149402 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:13.149416 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1409 rows starting from the beginning of the part 2025.12.24 01:24:13.149457 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:13.149501 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part 2025.12.24 01:24:13.149556 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 136 rows starting from the beginning of the part 2025.12.24 01:24:13.149605 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2025.12.24 01:24:13.149652 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 136 rows starting from the beginning of the part 2025.12.24 01:24:13.149697 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2025.12.24 01:24:13.149952 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.150002 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.150355 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 01:24:13.150605 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.150731 [ 143 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 01:24:13.150738 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} executeQuery: Read 64 rows, 5.12 KiB in 0.001362 sec., 46989.72099853157 rows/sec., 3.67 MiB/sec. 2025.12.24 01:24:13.150772 [ 143 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.150796 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.150799 [ 255 ] {eb2d0e6e-ae03-48c8-8451-a6662dc31aff} TCPHandler: Processed in 0.001569802 sec. 2025.12.24 01:24:13.150906 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1849 rows, containing 5 columns (5 merged, 0 gathered) in 0.001727795 sec., 1070150.104613105 rows/sec., 93.65 MiB/sec. 2025.12.24 01:24:13.150915 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 01:24:13.150966 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:13.151082 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:13.151082 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:13.151132 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:13.151137 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 634 rows starting from the beginning of the part 2025.12.24 01:24:13.151147 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 01:24:13.151225 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2025.12.24 01:24:13.151282 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 104 rows starting from the beginning of the part 2025.12.24 01:24:13.151327 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2025.12.24 01:24:13.151375 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 104 rows starting from the beginning of the part 2025.12.24 01:24:13.151418 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2025.12.24 01:24:13.151437 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.151524 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_91_18} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 01:24:13.151585 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.151593 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 01:24:13.151641 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.152053 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 01:24:13.152305 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.152442 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} executeQuery: Read 160 rows, 11.41 KiB in 0.001381 sec., 115858.07385952208 rows/sec., 8.07 MiB/sec. 2025.12.24 01:24:13.152453 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.001591242 sec., 649806.8804116532 rows/sec., 52.15 MiB/sec. 2025.12.24 01:24:13.152459 [ 143 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 01:24:13.152483 [ 255 ] {1fd37a10-310d-41fe-b5cc-00c269064ca1} TCPHandler: Processed in 0.001566372 sec. 2025.12.24 01:24:13.152517 [ 143 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.152541 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.152599 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 01:24:13.152612 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:13.152650 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 01:24:13.152692 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:13.152714 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:13.152722 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 24976 rows starting from the beginning of the part 2025.12.24 01:24:13.152765 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:13.152791 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:13.152835 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:13.152870 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:13.152904 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:13.152930 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.152939 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:13.153017 [ 202 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_91_18} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 01:24:13.153103 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.12.24 01:24:13.153125 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.153166 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.153531 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 01:24:13.153754 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.153888 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} executeQuery: Read 60 rows, 4.14 KiB in 0.001193 sec., 50293.37803855826 rows/sec., 3.39 MiB/sec. 2025.12.24 01:24:13.153893 [ 143 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 01:24:13.153929 [ 255 ] {344b87f9-b360-46b9-9d3e-630f226290fd} TCPHandler: Processed in 0.001365898 sec. 2025.12.24 01:24:13.153940 [ 143 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.153967 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.154038 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 01:24:13.154147 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:13.154174 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5088 rows starting from the beginning of the part 2025.12.24 01:24:13.154220 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:13.154256 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:13.154292 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:13.154326 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:13.154363 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:13.156628 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5388 rows, containing 4 columns (4 merged, 0 gathered) in 0.002612573 sec., 2062334.7175370795 rows/sec., 138.99 MiB/sec. 2025.12.24 01:24:13.157233 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 01:24:13.157544 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.157634 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_91_18} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 01:24:13.157728 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.12.24 01:24:13.160217 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25776 rows, containing 5 columns (5 merged, 0 gathered) in 0.007640766 sec., 3373483.7580420603 rows/sec., 231.87 MiB/sec. 2025.12.24 01:24:13.160560 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 01:24:13.160841 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.160917 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_91_18} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 01:24:13.160977 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.12.24 01:24:13.520795 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.12.24 01:24:13.536875 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:13.536943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:13.542929 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:24:13.543642 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:13.546536 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.12.24 01:24:14.000205 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 328.29 MiB, peak 339.87 MiB, free memory in arenas 0.00 B, will set to 331.98 MiB (RSS), difference: 3.68 MiB 2025.12.24 01:24:16.941701 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1248 2025.12.24 01:24:16.944336 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:16.944386 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:16.945622 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:24:16.945918 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:16.946058 [ 139 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:24:16.946103 [ 139 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:16.946126 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:16.946248 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:24:16.946289 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1248 2025.12.24 01:24:16.946902 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:16.947091 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1134 rows starting from the beginning of the part 2025.12.24 01:24:16.947527 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 26 rows starting from the beginning of the part 2025.12.24 01:24:16.947911 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part 2025.12.24 01:24:16.948278 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 28 rows starting from the beginning of the part 2025.12.24 01:24:16.948631 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part 2025.12.24 01:24:16.948965 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part 2025.12.24 01:24:16.955808 [ 199 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 72 columns (72 merged, 0 gathered) in 0.009617905 sec., 129757.98783622838 rows/sec., 102.25 MiB/sec. 2025.12.24 01:24:16.957356 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:24:16.957990 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:16.958082 [ 188 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_46_9} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:24:16.958427 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.12.24 01:24:18.179311 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.179516 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.179590 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:24:18.180330 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.180386 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.180798 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:24:18.181033 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.181197 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} executeQuery: Read 24 rows, 2.04 KiB in 0.001737 sec., 13816.925734024178 rows/sec., 1.15 MiB/sec. 2025.12.24 01:24:18.181249 [ 255 ] {e348952d-04cc-4b7f-a669-6685ab89066f} TCPHandler: Processed in 0.002077352 sec. 2025.12.24 01:24:18.181378 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.181483 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:24:18.181527 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:24:18.181934 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.181971 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.182287 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:24:18.182507 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.182637 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} executeQuery: Read 2 rows, 167.00 B in 0.001177 sec., 1699.235344095157 rows/sec., 138.56 KiB/sec. 2025.12.24 01:24:18.182676 [ 255 ] {7b855245-929a-40ae-99cc-af92c948560a} TCPHandler: Processed in 0.001350297 sec. 2025.12.24 01:24:18.182787 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.182889 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:18.182929 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:18.184081 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.184120 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.184524 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 01:24:18.184742 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.184881 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} executeQuery: Read 1397 rows, 120.17 KiB in 0.002011 sec., 694679.2640477373 rows/sec., 58.36 MiB/sec. 2025.12.24 01:24:18.184921 [ 255 ] {66116adc-a7a2-4760-af18-3a7d8feef1bc} TCPHandler: Processed in 0.002183514 sec. 2025.12.24 01:24:18.185029 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.185125 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.185165 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:24:18.185581 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.185618 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.185922 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:24:18.186136 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.186247 [ 139 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:24:18.186263 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} executeQuery: Read 54 rows, 4.11 KiB in 0.001156 sec., 46712.8027681661 rows/sec., 3.47 MiB/sec. 2025.12.24 01:24:18.186314 [ 139 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.186326 [ 255 ] {14704f7a-495f-4149-921c-9ee5c1e225fa} TCPHandler: Processed in 0.001346847 sec. 2025.12.24 01:24:18.186344 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.186434 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:24:18.186441 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.186544 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:18.186577 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 72 rows starting from the beginning of the part 2025.12.24 01:24:18.186577 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.186634 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:24:18.186644 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.186698 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 70 rows starting from the beginning of the part 2025.12.24 01:24:18.186749 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.186797 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.186850 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part 2025.12.24 01:24:18.187215 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.187261 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.187641 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:24:18.187683 [ 200 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001279366 sec., 246997.34087039984 rows/sec., 19.07 MiB/sec. 2025.12.24 01:24:18.187875 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.187916 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:24:18.188014 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} executeQuery: Read 252 rows, 17.85 KiB in 0.001461 sec., 172484.59958932237 rows/sec., 11.93 MiB/sec. 2025.12.24 01:24:18.188061 [ 255 ] {872de2af-5d7b-4246-85c8-2e9266c43955} TCPHandler: Processed in 0.001669334 sec. 2025.12.24 01:24:18.188173 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.188264 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.188269 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.188325 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:24:18.188356 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_46_9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:24:18.188465 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:24:18.188726 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.188766 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.189069 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 01:24:18.189278 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.189404 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} executeQuery: Read 12 rows, 960.00 B in 0.001153 sec., 10407.632263660018 rows/sec., 813.10 KiB/sec. 2025.12.24 01:24:18.189442 [ 255 ] {41464b04-9dcd-4815-95bc-90d881fb77a7} TCPHandler: Processed in 0.001317917 sec. 2025.12.24 01:24:18.189544 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.189638 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:18.189678 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:18.190313 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.190349 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.190681 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 01:24:18.190898 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.191025 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} executeQuery: Read 598 rows, 46.03 KiB in 0.001404 sec., 425925.9259259259 rows/sec., 32.02 MiB/sec. 2025.12.24 01:24:18.191064 [ 255 ] {d68c5670-83a2-4755-bc4b-cec50af62577} TCPHandler: Processed in 0.001567722 sec. 2025.12.24 01:24:18.191169 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.191269 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.191313 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:18.191915 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.191953 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.192343 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 01:24:18.192567 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.192702 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} executeQuery: Read 881 rows, 61.23 KiB in 0.001452 sec., 606749.3112947659 rows/sec., 41.18 MiB/sec. 2025.12.24 01:24:18.192741 [ 255 ] {f22d1a71-c8f3-4238-828f-61c0b55aeb98} TCPHandler: Processed in 0.001621783 sec. 2025.12.24 01:24:18.192852 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.192948 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.193003 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:24:18.193868 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.193905 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.194472 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 01:24:18.194710 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.194836 [ 139 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 01:24:18.194857 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} executeQuery: Read 40 rows, 73.40 KiB in 0.001926 sec., 20768.431983385253 rows/sec., 37.22 MiB/sec. 2025.12.24 01:24:18.194893 [ 139 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.194928 [ 255 ] {fe2b92bd-2636-4769-a763-e9945b3394bd} TCPHandler: Processed in 0.002125003 sec. 2025.12.24 01:24:18.194928 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.195052 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:18.195058 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.12.24 01:24:18.195169 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:18.195216 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:18.195343 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:18.195416 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1514 rows starting from the beginning of the part 2025.12.24 01:24:18.195555 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:18.195558 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.195600 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:18.195691 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.195803 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.195909 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.195937 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 01:24:18.196008 [ 200 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2025.12.24 01:24:18.196175 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.196309 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2025.12.24 01:24:18.196347 [ 255 ] {1ae8d54b-0524-409b-9491-9ffd593bcbad} TCPHandler: Processed in 0.001346717 sec. 2025.12.24 01:24:18.204772 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1714 rows, containing 19 columns (19 merged, 0 gathered) in 0.009762889 sec., 175562.78679395 rows/sec., 314.60 MiB/sec. 2025.12.24 01:24:18.206845 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 01:24:18.207184 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:18.207254 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_46_9} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 01:24:18.207403 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2025.12.24 01:24:19.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 333.36 MiB, peak 345.02 MiB, free memory in arenas 0.00 B, will set to 337.33 MiB (RSS), difference: 3.97 MiB 2025.12.24 01:24:19.353986 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30204 2025.12.24 01:24:19.354581 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:19.354627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:19.355108 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:24:19.355340 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:19.355476 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30204 2025.12.24 01:24:21.046632 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.12.24 01:24:21.065455 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:21.065511 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:21.071675 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:24:21.072373 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:21.075475 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.12.24 01:24:23.146695 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:23.146941 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:23.147046 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:23.148221 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:23.148288 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:23.148920 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 01:24:23.149318 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:23.149553 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} executeQuery: Read 56 rows, 4.41 KiB in 0.002696 sec., 20771.513353115726 rows/sec., 1.60 MiB/sec. 2025.12.24 01:24:23.149625 [ 255 ] {8cc132ac-a54b-4c5f-a96e-919dd66708aa} TCPHandler: Processed in 0.003123124 sec. 2025.12.24 01:24:23.149802 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:23.149918 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:23.149970 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:23.150496 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:23.150537 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:23.150872 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 01:24:23.151088 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:23.151221 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} executeQuery: Read 64 rows, 5.12 KiB in 0.001329 sec., 48156.50865312265 rows/sec., 3.76 MiB/sec. 2025.12.24 01:24:23.151261 [ 255 ] {4ebf83f5-8488-4541-a6dd-e485fdfd100a} TCPHandler: Processed in 0.001521601 sec. 2025.12.24 01:24:23.151393 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:23.151492 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:23.151537 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:23.151975 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:23.152012 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:23.152356 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 01:24:23.152577 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:23.152710 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2025.12.24 01:24:23.152748 [ 255 ] {7a00b85c-dbe8-471b-b5e5-0388c6199c12} TCPHandler: Processed in 0.001406638 sec. 2025.12.24 01:24:23.152864 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:23.152959 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:23.153002 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:23.153353 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:23.153390 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:23.153705 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 01:24:23.153930 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:23.154060 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2025.12.24 01:24:23.154096 [ 255 ] {f74e1a0a-afe2-4362-a748-e3f6befe309d} TCPHandler: Processed in 0.001282197 sec. 2025.12.24 01:24:26.682122 [ 122 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:24:26.682186 [ 122 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:24:26.855657 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30652 2025.12.24 01:24:26.856170 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:26.856218 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:26.856716 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:24:26.856952 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:26.857104 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30652 2025.12.24 01:24:26.946471 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1276 2025.12.24 01:24:26.948864 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:26.948927 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:26.950188 [ 242 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:24:26.950501 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:26.950905 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1276 2025.12.24 01:24:27.002241 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001861148 sec. 2025.12.24 01:24:28.149487 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:28.149665 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:28.149739 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:28.150452 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.150496 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.150924 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 01:24:28.151161 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.151318 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} executeQuery: Read 136 rows, 12.08 KiB in 0.001705 sec., 79765.39589442816 rows/sec., 6.92 MiB/sec. 2025.12.24 01:24:28.151369 [ 255 ] {04298b64-a7de-4d9e-b20e-803077387374} TCPHandler: Processed in 0.002010781 sec. 2025.12.24 01:24:28.151494 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:28.151597 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:24:28.151640 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:24:28.152077 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.152115 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.152428 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:24:28.152642 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.152775 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} executeQuery: Read 40 rows, 3.01 KiB in 0.001202 sec., 33277.87021630616 rows/sec., 2.44 MiB/sec. 2025.12.24 01:24:28.152816 [ 255 ] {83d0ca71-ede2-4e06-a3ea-c9bf007ee6f3} TCPHandler: Processed in 0.001375808 sec. 2025.12.24 01:24:28.152942 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:28.153044 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:28.153084 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:28.153511 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.153547 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.153860 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 01:24:28.154070 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.154200 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} executeQuery: Read 104 rows, 8.32 KiB in 0.001177 sec., 88360.23789294816 rows/sec., 6.90 MiB/sec. 2025.12.24 01:24:28.154237 [ 255 ] {4a9fe2d4-3a90-4913-9af4-af18c7d94aff} TCPHandler: Processed in 0.001352647 sec. 2025.12.24 01:24:28.154352 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:28.154448 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:28.154492 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:28.154910 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.154945 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.155292 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 01:24:28.155496 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.155638 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.12.24 01:24:28.155676 [ 255 ] {cd9c93ed-7ab8-4fbe-baa0-8d43c85a09b9} TCPHandler: Processed in 0.001373917 sec. 2025.12.24 01:24:28.155787 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:28.155886 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:28.155941 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:24:28.156792 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.156829 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.157395 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 01:24:28.157692 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.157850 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} executeQuery: Read 40 rows, 73.40 KiB in 0.001985 sec., 20151.133501259446 rows/sec., 36.11 MiB/sec. 2025.12.24 01:24:28.157925 [ 255 ] {f6e04a72-5722-4050-a766-dfc8a6c2ffc1} TCPHandler: Processed in 0.002188184 sec. 2025.12.24 01:24:28.158045 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:28.158144 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:28.158188 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:28.158551 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.158588 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.158907 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 01:24:28.159123 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.159259 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.12.24 01:24:28.159298 [ 255 ] {dd8dddcc-93de-40ce-a968-08faaa30bf13} TCPHandler: Processed in 0.001303866 sec. 2025.12.24 01:24:28.575590 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.12.24 01:24:28.593865 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:28.593939 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:28.599667 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:24:28.600397 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:28.604010 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.12.24 01:24:33.147510 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:33.147736 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:33.147809 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:33.148522 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:33.148570 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:33.148965 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 01:24:33.149199 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:33.149354 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} executeQuery: Read 56 rows, 4.41 KiB in 0.001672 sec., 33492.82296650718 rows/sec., 2.57 MiB/sec. 2025.12.24 01:24:33.149394 [ 255 ] {c559b560-5fac-4be4-8ebe-be27924a9fe3} TCPHandler: Processed in 0.002023741 sec. 2025.12.24 01:24:33.149537 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:33.149667 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:33.149714 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:33.150198 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:33.150233 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:33.150594 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 01:24:33.150801 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:33.150931 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} executeQuery: Read 64 rows, 5.12 KiB in 0.001289 sec., 49650.89216446858 rows/sec., 3.88 MiB/sec. 2025.12.24 01:24:33.150969 [ 255 ] {9876e810-fd7b-4604-81c8-9765392b4213} TCPHandler: Processed in 0.001496251 sec. 2025.12.24 01:24:33.151087 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:33.151179 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:33.151222 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:33.151683 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:33.151720 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:33.152052 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 01:24:33.152259 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:33.152385 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.12.24 01:24:33.152422 [ 255 ] {aba87ad4-0798-468e-ad31-ec73dc5d88ce} TCPHandler: Processed in 0.001386698 sec. 2025.12.24 01:24:33.152565 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:33.152684 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:33.152735 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:33.153109 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:33.153145 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:33.153458 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 01:24:33.153667 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:33.153800 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.12.24 01:24:33.153837 [ 255 ] {c5f7721e-b0b8-43f5-a765-32d594353de8} TCPHandler: Processed in 0.001338487 sec. 2025.12.24 01:24:34.357213 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31164 2025.12.24 01:24:34.357803 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:34.357855 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:34.358344 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:24:34.358570 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:34.358710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31164 2025.12.24 01:24:36.105069 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.12.24 01:24:36.128962 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:36.129049 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:36.136732 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:24:36.137747 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:36.145390 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.12.24 01:24:36.492644 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40382 2025.12.24 01:24:36.492755 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.492783 [ 353 ] {} TCP-Session: a65efa5a-56b2-4d06-9623-f01a56199df5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40382 2025.12.24 01:24:36.492805 [ 353 ] {} TCP-Session: a65efa5a-56b2-4d06-9623-f01a56199df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.492819 [ 353 ] {} TCP-Session: a65efa5a-56b2-4d06-9623-f01a56199df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493040 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45878 2025.12.24 01:24:36.493054 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63200 2025.12.24 01:24:36.493086 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41864 2025.12.24 01:24:36.493118 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50929 2025.12.24 01:24:36.493142 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48154 2025.12.24 01:24:36.493175 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.493190 [ 353 ] {} TCP-Session: a65efa5a-56b2-4d06-9623-f01a56199df5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:36.493206 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.493214 [ 290 ] {} TCP-Session: c81e42e1-b8e0-4db2-a6bd-3b3d125946ad Authenticating user 'default' from [fd00:1122:3344:101::e]:41864 2025.12.24 01:24:36.493159 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.493255 [ 290 ] {} TCP-Session: c81e42e1-b8e0-4db2-a6bd-3b3d125946ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493261 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.493275 [ 286 ] {} TCP-Session: b36cc117-32c2-4bdc-a4bb-a856a12645a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63200 2025.12.24 01:24:36.493275 [ 290 ] {} TCP-Session: c81e42e1-b8e0-4db2-a6bd-3b3d125946ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493301 [ 352 ] {} TCP-Session: ba84eb35-196b-41dc-860f-140047cea224 Authenticating user 'default' from [fd00:1122:3344:101::e]:48154 2025.12.24 01:24:36.493305 [ 286 ] {} TCP-Session: b36cc117-32c2-4bdc-a4bb-a856a12645a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493248 [ 351 ] {} TCP-Session: f08e4a35-205d-4889-b154-c6c910f49ea9 Authenticating user 'default' from [fd00:1122:3344:101::e]:50929 2025.12.24 01:24:36.493338 [ 286 ] {} TCP-Session: b36cc117-32c2-4bdc-a4bb-a856a12645a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493338 [ 352 ] {} TCP-Session: ba84eb35-196b-41dc-860f-140047cea224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493365 [ 351 ] {} TCP-Session: f08e4a35-205d-4889-b154-c6c910f49ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493396 [ 352 ] {} TCP-Session: ba84eb35-196b-41dc-860f-140047cea224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493409 [ 351 ] {} TCP-Session: f08e4a35-205d-4889-b154-c6c910f49ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493372 [ 353 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} executeQuery: (from [fd00:1122:3344:101::e]:40382) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:24:36.493155 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.493078 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63821 2025.12.24 01:24:36.493487 [ 354 ] {} TCP-Session: aef1ea62-137f-4432-bb4b-97c66bd2b0e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:45878 2025.12.24 01:24:36.493069 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50897 2025.12.24 01:24:36.493534 [ 354 ] {} TCP-Session: aef1ea62-137f-4432-bb4b-97c66bd2b0e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493049 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35882 2025.12.24 01:24:36.493559 [ 354 ] {} TCP-Session: aef1ea62-137f-4432-bb4b-97c66bd2b0e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.493905 [ 353 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:24:36.493975 [ 353 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:24:36.493975 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.494018 [ 288 ] {} TCP-Session: 04500c45-bd1a-484c-8ddf-b2206b16ac5c Authenticating user 'default' from [fd00:1122:3344:101::e]:50897 2025.12.24 01:24:36.494041 [ 288 ] {} TCP-Session: 04500c45-bd1a-484c-8ddf-b2206b16ac5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.494054 [ 288 ] {} TCP-Session: 04500c45-bd1a-484c-8ddf-b2206b16ac5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.494112 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.494155 [ 355 ] {} TCP-Session: ad469f4d-508b-4f64-8753-e77f09205727 Authenticating user 'default' from [fd00:1122:3344:101::e]:35882 2025.12.24 01:24:36.494183 [ 355 ] {} TCP-Session: ad469f4d-508b-4f64-8753-e77f09205727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.494196 [ 355 ] {} TCP-Session: ad469f4d-508b-4f64-8753-e77f09205727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.494286 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.494317 [ 289 ] {} TCP-Session: 992f1bf3-84a0-4ba1-b3d1-090a88a3a214 Authenticating user 'default' from [fd00:1122:3344:101::e]:63821 2025.12.24 01:24:36.494332 [ 353 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:24:36.494336 [ 289 ] {} TCP-Session: 992f1bf3-84a0-4ba1-b3d1-090a88a3a214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.494375 [ 289 ] {} TCP-Session: 992f1bf3-84a0-4ba1-b3d1-090a88a3a214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.495305 [ 317 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} AggregatingTransform: Aggregating 2025.12.24 01:24:36.495343 [ 317 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} Aggregator: Aggregation method: without_key 2025.12.24 01:24:36.495379 [ 317 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000936248 sec. (1068.093 rows/sec., 41.72 KiB/sec.) 2025.12.24 01:24:36.495399 [ 317 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} Aggregator: Merging aggregated data 2025.12.24 01:24:36.496651 [ 353 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} executeQuery: Read 1 rows, 40.00 B in 0.003336 sec., 299.7601918465228 rows/sec., 11.71 KiB/sec. 2025.12.24 01:24:36.496806 [ 353 ] {9d1a152e-0e0e-48d9-ba26-b47a9d33d91e} TCPHandler: Processed in 0.003761687 sec. 2025.12.24 01:24:36.496920 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.496950 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.496968 [ 352 ] {} TCP-Session: ba84eb35-196b-41dc-860f-140047cea224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.496970 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.496985 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.497004 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.497033 [ 289 ] {} TCP-Session: 992f1bf3-84a0-4ba1-b3d1-090a88a3a214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.497047 [ 288 ] {} TCP-Session: 04500c45-bd1a-484c-8ddf-b2206b16ac5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.497057 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.497069 [ 355 ] {} TCP-Session: ad469f4d-508b-4f64-8753-e77f09205727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.497078 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.497039 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.497024 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.497166 [ 290 ] {} TCP-Session: c81e42e1-b8e0-4db2-a6bd-3b3d125946ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.497155 [ 353 ] {} TCP-Session: a65efa5a-56b2-4d06-9623-f01a56199df5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.497189 [ 286 ] {} TCP-Session: b36cc117-32c2-4bdc-a4bb-a856a12645a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.496998 [ 354 ] {} TCP-Session: aef1ea62-137f-4432-bb4b-97c66bd2b0e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.497102 [ 351 ] {} TCP-Session: f08e4a35-205d-4889-b154-c6c910f49ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.567980 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41945 2025.12.24 01:24:36.568089 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568115 [ 353 ] {} TCP-Session: 13ee8717-8786-4ebb-9089-6c31e7d7b570 Authenticating user 'default' from [fd00:1122:3344:101::e]:41945 2025.12.24 01:24:36.568139 [ 353 ] {} TCP-Session: 13ee8717-8786-4ebb-9089-6c31e7d7b570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568152 [ 353 ] {} TCP-Session: 13ee8717-8786-4ebb-9089-6c31e7d7b570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568388 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34793 2025.12.24 01:24:36.568392 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49011 2025.12.24 01:24:36.568435 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35092 2025.12.24 01:24:36.568454 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39073 2025.12.24 01:24:36.568488 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39547 2025.12.24 01:24:36.568499 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568502 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40971 2025.12.24 01:24:36.568545 [ 354 ] {} TCP-Session: d7ac5c73-2bf2-4cd8-bdad-1bc0cdd0371f Authenticating user 'default' from [fd00:1122:3344:101::e]:34793 2025.12.24 01:24:36.568558 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568571 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568594 [ 354 ] {} TCP-Session: d7ac5c73-2bf2-4cd8-bdad-1bc0cdd0371f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568602 [ 290 ] {} TCP-Session: d484dcb4-d58d-4fea-ab28-48e2a9801da3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39073 2025.12.24 01:24:36.568617 [ 354 ] {} TCP-Session: d7ac5c73-2bf2-4cd8-bdad-1bc0cdd0371f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568632 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568637 [ 290 ] {} TCP-Session: d484dcb4-d58d-4fea-ab28-48e2a9801da3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568674 [ 352 ] {} TCP-Session: 7e640b42-6545-44ad-abf7-96d21d759d38 Authenticating user 'default' from [fd00:1122:3344:101::e]:40971 2025.12.24 01:24:36.568689 [ 290 ] {} TCP-Session: d484dcb4-d58d-4fea-ab28-48e2a9801da3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568614 [ 351 ] {} TCP-Session: 94526859-4c83-4083-a00b-7add9855c0a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39547 2025.12.24 01:24:36.568717 [ 352 ] {} TCP-Session: 7e640b42-6545-44ad-abf7-96d21d759d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568530 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568736 [ 351 ] {} TCP-Session: 94526859-4c83-4083-a00b-7add9855c0a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568742 [ 352 ] {} TCP-Session: 7e640b42-6545-44ad-abf7-96d21d759d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568778 [ 351 ] {} TCP-Session: 94526859-4c83-4083-a00b-7add9855c0a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568777 [ 289 ] {} TCP-Session: 14411f57-ac64-4bcf-89c6-9fcade0ff8fd Authenticating user 'default' from [fd00:1122:3344:101::e]:35092 2025.12.24 01:24:36.568518 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.568842 [ 289 ] {} TCP-Session: 14411f57-ac64-4bcf-89c6-9fcade0ff8fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568497 [ 353 ] {} TCP-Session: 13ee8717-8786-4ebb-9089-6c31e7d7b570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:36.568860 [ 289 ] {} TCP-Session: 14411f57-ac64-4bcf-89c6-9fcade0ff8fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568861 [ 355 ] {} TCP-Session: 2f58dfcf-2a4d-4b7b-aca0-ed005f0567e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49011 2025.12.24 01:24:36.568423 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51446 2025.12.24 01:24:36.568914 [ 355 ] {} TCP-Session: 2f58dfcf-2a4d-4b7b-aca0-ed005f0567e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568411 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45136 2025.12.24 01:24:36.568954 [ 355 ] {} TCP-Session: 2f58dfcf-2a4d-4b7b-aca0-ed005f0567e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.568985 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.569014 [ 288 ] {} TCP-Session: ec087c0a-9236-4d11-ab60-eefb12a30231 Authenticating user 'default' from [fd00:1122:3344:101::e]:51446 2025.12.24 01:24:36.569024 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.569031 [ 288 ] {} TCP-Session: ec087c0a-9236-4d11-ab60-eefb12a30231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.569035 [ 353 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} executeQuery: (from [fd00:1122:3344:101::e]:41945) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:24:36.569054 [ 286 ] {} TCP-Session: 4b9f183f-2638-40c9-a229-6c4be5aecf95 Authenticating user 'default' from [fd00:1122:3344:101::e]:45136 2025.12.24 01:24:36.569061 [ 288 ] {} TCP-Session: ec087c0a-9236-4d11-ab60-eefb12a30231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.569092 [ 286 ] {} TCP-Session: 4b9f183f-2638-40c9-a229-6c4be5aecf95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.569117 [ 286 ] {} TCP-Session: 4b9f183f-2638-40c9-a229-6c4be5aecf95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.569313 [ 353 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:24:36.569368 [ 353 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:24:36.569647 [ 353 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:24:36.570660 [ 319 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} AggregatingTransform: Aggregating 2025.12.24 01:24:36.570699 [ 319 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} Aggregator: Aggregation method: without_key 2025.12.24 01:24:36.570737 [ 319 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000990329 sec. (1009.765 rows/sec., 39.44 KiB/sec.) 2025.12.24 01:24:36.570755 [ 319 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} Aggregator: Merging aggregated data 2025.12.24 01:24:36.572554 [ 353 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} executeQuery: Read 1 rows, 40.00 B in 0.003577 sec., 279.56388034665923 rows/sec., 10.92 KiB/sec. 2025.12.24 01:24:36.572699 [ 353 ] {d231b380-818b-4ae1-aff9-2e3104ad587c} TCPHandler: Processed in 0.004320557 sec. 2025.12.24 01:24:36.572828 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.572857 [ 353 ] {} TCP-Session: 13ee8717-8786-4ebb-9089-6c31e7d7b570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.572864 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.572891 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.572910 [ 352 ] {} TCP-Session: 7e640b42-6545-44ad-abf7-96d21d759d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.572912 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.572933 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.572954 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.572967 [ 355 ] {} TCP-Session: 2f58dfcf-2a4d-4b7b-aca0-ed005f0567e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.572977 [ 289 ] {} TCP-Session: 14411f57-ac64-4bcf-89c6-9fcade0ff8fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.572997 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.573006 [ 290 ] {} TCP-Session: d484dcb4-d58d-4fea-ab28-48e2a9801da3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.573022 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.573042 [ 288 ] {} TCP-Session: ec087c0a-9236-4d11-ab60-eefb12a30231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.572979 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.573074 [ 351 ] {} TCP-Session: 94526859-4c83-4083-a00b-7add9855c0a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.572931 [ 354 ] {} TCP-Session: d7ac5c73-2bf2-4cd8-bdad-1bc0cdd0371f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.573109 [ 286 ] {} TCP-Session: 4b9f183f-2638-40c9-a229-6c4be5aecf95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.615763 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59010 2025.12.24 01:24:36.615866 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.615891 [ 353 ] {} TCP-Session: fb398df3-c031-4454-9107-23aef66a27bc Authenticating user 'default' from [fd00:1122:3344:101::e]:59010 2025.12.24 01:24:36.615914 [ 353 ] {} TCP-Session: fb398df3-c031-4454-9107-23aef66a27bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.615928 [ 353 ] {} TCP-Session: fb398df3-c031-4454-9107-23aef66a27bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616161 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45537 2025.12.24 01:24:36.616161 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35197 2025.12.24 01:24:36.616200 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60473 2025.12.24 01:24:36.616208 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40512 2025.12.24 01:24:36.616240 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616251 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56624 2025.12.24 01:24:36.616281 [ 354 ] {} TCP-Session: d20f88f7-8669-4249-9755-8a3ce78d8b99 Authenticating user 'default' from [fd00:1122:3344:101::e]:45537 2025.12.24 01:24:36.616283 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616303 [ 354 ] {} TCP-Session: d20f88f7-8669-4249-9755-8a3ce78d8b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616274 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37560 2025.12.24 01:24:36.616322 [ 288 ] {} TCP-Session: 76171797-b499-4281-a851-338ed82c1460 Authenticating user 'default' from [fd00:1122:3344:101::e]:60473 2025.12.24 01:24:36.616329 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616322 [ 354 ] {} TCP-Session: d20f88f7-8669-4249-9755-8a3ce78d8b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616366 [ 288 ] {} TCP-Session: 76171797-b499-4281-a851-338ed82c1460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616376 [ 351 ] {} TCP-Session: 8b111da0-30ec-4ce1-aae0-5b23ad8943fb Authenticating user 'default' from [fd00:1122:3344:101::e]:56624 2025.12.24 01:24:36.616390 [ 288 ] {} TCP-Session: 76171797-b499-4281-a851-338ed82c1460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616400 [ 351 ] {} TCP-Session: 8b111da0-30ec-4ce1-aae0-5b23ad8943fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616402 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616419 [ 351 ] {} TCP-Session: 8b111da0-30ec-4ce1-aae0-5b23ad8943fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616303 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616443 [ 352 ] {} TCP-Session: 6f8da6da-57fa-4e66-851c-d1fa99377ecb Authenticating user 'default' from [fd00:1122:3344:101::e]:37560 2025.12.24 01:24:36.616270 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616484 [ 289 ] {} TCP-Session: b3a5e9ee-c9a1-4a5f-a307-0e92f257c150 Authenticating user 'default' from [fd00:1122:3344:101::e]:40512 2025.12.24 01:24:36.616494 [ 352 ] {} TCP-Session: 6f8da6da-57fa-4e66-851c-d1fa99377ecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616511 [ 355 ] {} TCP-Session: 4636a2fb-9db2-47c1-89ec-7bd83c4fa4f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:35197 2025.12.24 01:24:36.616519 [ 289 ] {} TCP-Session: b3a5e9ee-c9a1-4a5f-a307-0e92f257c150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616527 [ 352 ] {} TCP-Session: 6f8da6da-57fa-4e66-851c-d1fa99377ecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616547 [ 289 ] {} TCP-Session: b3a5e9ee-c9a1-4a5f-a307-0e92f257c150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616540 [ 355 ] {} TCP-Session: 4636a2fb-9db2-47c1-89ec-7bd83c4fa4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616194 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33380 2025.12.24 01:24:36.616588 [ 355 ] {} TCP-Session: 4636a2fb-9db2-47c1-89ec-7bd83c4fa4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616245 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36934 2025.12.24 01:24:36.616237 [ 353 ] {} TCP-Session: fb398df3-c031-4454-9107-23aef66a27bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:36.616663 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616698 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:24:36.616702 [ 286 ] {} TCP-Session: 66272c76-8688-4118-b6ac-c554568c795b Authenticating user 'default' from [fd00:1122:3344:101::e]:33380 2025.12.24 01:24:36.616723 [ 290 ] {} TCP-Session: 0302645f-da8b-4951-bae9-1cecc1153212 Authenticating user 'default' from [fd00:1122:3344:101::e]:36934 2025.12.24 01:24:36.616727 [ 286 ] {} TCP-Session: 66272c76-8688-4118-b6ac-c554568c795b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616741 [ 290 ] {} TCP-Session: 0302645f-da8b-4951-bae9-1cecc1153212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616745 [ 286 ] {} TCP-Session: 66272c76-8688-4118-b6ac-c554568c795b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616762 [ 290 ] {} TCP-Session: 0302645f-da8b-4951-bae9-1cecc1153212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.616838 [ 353 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} executeQuery: (from [fd00:1122:3344:101::e]:59010) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:24:36.617095 [ 353 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:24:36.617150 [ 353 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:24:36.617431 [ 353 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:24:36.618385 [ 305 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} AggregatingTransform: Aggregating 2025.12.24 01:24:36.618416 [ 305 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} Aggregator: Aggregation method: without_key 2025.12.24 01:24:36.618442 [ 305 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914129 sec. (1093.938 rows/sec., 42.73 KiB/sec.) 2025.12.24 01:24:36.618456 [ 305 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} Aggregator: Merging aggregated data 2025.12.24 01:24:36.619857 [ 353 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} executeQuery: Read 1 rows, 40.00 B in 0.003074 sec., 325.30904359141186 rows/sec., 12.71 KiB/sec. 2025.12.24 01:24:36.620020 [ 353 ] {64bd6be8-cd87-4b47-8914-ca92a743727b} TCPHandler: Processed in 0.003895539 sec. 2025.12.24 01:24:36.620110 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620136 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620144 [ 353 ] {} TCP-Session: fb398df3-c031-4454-9107-23aef66a27bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620163 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620183 [ 352 ] {} TCP-Session: 6f8da6da-57fa-4e66-851c-d1fa99377ecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620212 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620223 [ 351 ] {} TCP-Session: 8b111da0-30ec-4ce1-aae0-5b23ad8943fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620228 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620248 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620285 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620301 [ 355 ] {} TCP-Session: 4636a2fb-9db2-47c1-89ec-7bd83c4fa4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620316 [ 288 ] {} TCP-Session: 76171797-b499-4281-a851-338ed82c1460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620335 [ 290 ] {} TCP-Session: 0302645f-da8b-4951-bae9-1cecc1153212 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620269 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620260 [ 286 ] {} TCP-Session: 66272c76-8688-4118-b6ac-c554568c795b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620396 [ 354 ] {} TCP-Session: d20f88f7-8669-4249-9755-8a3ce78d8b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.620191 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:24:36.620450 [ 289 ] {} TCP-Session: b3a5e9ee-c9a1-4a5f-a307-0e92f257c150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:24:36.952035 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1302 2025.12.24 01:24:36.954359 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:36.954421 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:36.955671 [ 242 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:24:36.955971 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:36.956357 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1302 2025.12.24 01:24:37.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 338.56 MiB, peak 348.66 MiB, free memory in arenas 0.00 B, will set to 337.43 MiB (RSS), difference: -1.13 MiB 2025.12.24 01:24:38.149364 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:38.149567 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:38.149652 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:38.150405 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.150458 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.150872 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 01:24:38.151105 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.151271 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} executeQuery: Read 136 rows, 12.08 KiB in 0.001769 sec., 76879.59299039005 rows/sec., 6.67 MiB/sec. 2025.12.24 01:24:38.151270 [ 112 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 01:24:38.151326 [ 255 ] {1cdf069e-f336-464a-8c89-3d5e655a8b65} TCPHandler: Processed in 0.002094242 sec. 2025.12.24 01:24:38.151345 [ 112 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.151372 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.151462 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:38.151503 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 01:24:38.151574 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:24:38.151623 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:24:38.151669 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:38.151714 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1409 rows starting from the beginning of the part 2025.12.24 01:24:38.151788 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:24:38.151842 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part 2025.12.24 01:24:38.151890 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 136 rows starting from the beginning of the part 2025.12.24 01:24:38.151936 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part 2025.12.24 01:24:38.151984 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 136 rows starting from the beginning of the part 2025.12.24 01:24:38.152062 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.152133 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.152479 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:24:38.152701 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.152842 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} executeQuery: Read 40 rows, 3.01 KiB in 0.001294 sec., 30911.901081916538 rows/sec., 2.27 MiB/sec. 2025.12.24 01:24:38.152892 [ 255 ] {9a687642-f030-45c1-a141-7c5fa955d370} TCPHandler: Processed in 0.00148527 sec. 2025.12.24 01:24:38.153000 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:38.153101 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:38.153142 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:38.153481 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 5 columns (5 merged, 0 gathered) in 0.002043261 sec., 1561229.8184128213 rows/sec., 137.03 MiB/sec. 2025.12.24 01:24:38.153617 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.153655 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.153706 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 01:24:38.154014 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 01:24:38.154022 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.154120 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_96_19} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 01:24:38.154217 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:24:38.154264 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.154388 [ 112 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 01:24:38.154403 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} executeQuery: Read 104 rows, 8.32 KiB in 0.001327 sec., 78372.26827430293 rows/sec., 6.12 MiB/sec. 2025.12.24 01:24:38.154428 [ 112 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.154451 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.154453 [ 255 ] {6d3d5c0b-bdf3-4792-bb7b-3dcdeda35a25} TCPHandler: Processed in 0.001505291 sec. 2025.12.24 01:24:38.154518 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 01:24:38.154577 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:38.154608 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:38.154635 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 634 rows starting from the beginning of the part 2025.12.24 01:24:38.154679 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 598 rows starting from the beginning of the part 2025.12.24 01:24:38.154681 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:38.154716 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part 2025.12.24 01:24:38.154737 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:38.154755 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 104 rows starting from the beginning of the part 2025.12.24 01:24:38.154791 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part 2025.12.24 01:24:38.154824 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part 2025.12.24 01:24:38.155172 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.155213 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.155560 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 01:24:38.155719 [ 189 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001226014 sec., 1278941.3497725148 rows/sec., 101.94 MiB/sec. 2025.12.24 01:24:38.155777 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.155906 [ 112 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 01:24:38.155920 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2025.12.24 01:24:38.155940 [ 112 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.155944 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 01:24:38.155965 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.155968 [ 255 ] {65cea0d5-d047-4491-b488-fda83f699be8} TCPHandler: Processed in 0.00144162 sec. 2025.12.24 01:24:38.156055 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 01:24:38.156105 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:38.156159 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:38.156194 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25776 rows starting from the beginning of the part 2025.12.24 01:24:38.156208 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:38.156251 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 881 rows starting from the beginning of the part 2025.12.24 01:24:38.156271 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:24:38.156304 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:38.156307 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.156351 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:38.156397 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:38.156415 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_96_19} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 01:24:38.156441 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2025.12.24 01:24:38.156546 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:24:38.157193 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.157236 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.157849 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 01:24:38.158092 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.158239 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} executeQuery: Read 40 rows, 73.40 KiB in 0.00205 sec., 19512.19512195122 rows/sec., 34.96 MiB/sec. 2025.12.24 01:24:38.158317 [ 255 ] {c261853f-5f5c-4ecc-a865-b0f47e3ae354} TCPHandler: Processed in 0.002264226 sec. 2025.12.24 01:24:38.158429 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:38.158525 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:38.158567 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:38.159274 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.159315 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.159940 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 01:24:38.160179 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.160283 [ 112 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 01:24:38.160316 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} executeQuery: Read 60 rows, 4.14 KiB in 0.001809 sec., 33167.49585406302 rows/sec., 2.24 MiB/sec. 2025.12.24 01:24:38.160322 [ 112 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:38.160367 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:38.160370 [ 255 ] {5b4781a6-db8a-49d4-ae72-cb1555756192} TCPHandler: Processed in 0.001991291 sec. 2025.12.24 01:24:38.160480 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 01:24:38.160586 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:38.160617 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5388 rows starting from the beginning of the part 2025.12.24 01:24:38.160670 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:38.160717 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:38.160758 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:38.160802 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:38.160842 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2025.12.24 01:24:38.162573 [ 187 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5688 rows, containing 4 columns (4 merged, 0 gathered) in 0.002130683 sec., 2669566.5192804374 rows/sec., 179.91 MiB/sec. 2025.12.24 01:24:38.162689 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 27297 rows, containing 5 columns (5 merged, 0 gathered) in 0.006663575 sec., 4096449.7285616207 rows/sec., 281.53 MiB/sec. 2025.12.24 01:24:38.163058 [ 187 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 01:24:38.163164 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 01:24:38.163467 [ 187 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.163551 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:38.163562 [ 187 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_96_19} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 01:24:38.163643 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_96_19} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 01:24:38.163680 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.12.24 01:24:38.163771 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.12.24 01:24:41.682436 [ 107 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:24:41.682504 [ 107 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:24:41.858981 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31612 2025.12.24 01:24:41.859793 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:41.859839 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:41.860326 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:24:41.860557 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:41.860709 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31612 2025.12.24 01:24:41.860768 [ 104 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:24:41.860869 [ 104 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:41.860906 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:41.861089 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:24:41.861293 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:41.861355 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29244 rows starting from the beginning of the part 2025.12.24 01:24:41.861436 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 448 rows starting from the beginning of the part 2025.12.24 01:24:41.861478 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 512 rows starting from the beginning of the part 2025.12.24 01:24:41.861522 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 448 rows starting from the beginning of the part 2025.12.24 01:24:41.861561 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 512 rows starting from the beginning of the part 2025.12.24 01:24:41.861598 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 448 rows starting from the beginning of the part 2025.12.24 01:24:41.863759 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31612 rows, containing 4 columns (4 merged, 0 gathered) in 0.002753006 sec., 11482721.069260292 rows/sec., 164.26 MiB/sec. 2025.12.24 01:24:41.864164 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:24:41.864466 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:41.864545 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_66_13} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:24:41.864668 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.93 MiB. 2025.12.24 01:24:43.146960 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:43.147151 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:43.147218 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:43.147880 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:43.147936 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:43.148352 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 01:24:43.148588 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:43.148752 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} executeQuery: Read 56 rows, 4.41 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.61 MiB/sec. 2025.12.24 01:24:43.148807 [ 255 ] {02423e7c-4e41-40ef-90d7-d8790dd1c7c9} TCPHandler: Processed in 0.001977811 sec. 2025.12.24 01:24:43.148940 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:43.149053 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:43.149097 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:43.149538 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:43.149578 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:43.149896 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 01:24:43.150116 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:43.150248 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2025.12.24 01:24:43.150287 [ 255 ] {a1b46bbb-96f5-4904-a3f7-46df67a21f97} TCPHandler: Processed in 0.001399169 sec. 2025.12.24 01:24:43.150404 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:43.150501 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:43.150545 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:43.150981 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:43.151029 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:43.151375 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 01:24:43.151595 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:43.151726 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.12.24 01:24:43.151764 [ 255 ] {f1a5bf3b-25ab-42b9-a52a-72242496a579} TCPHandler: Processed in 0.001410138 sec. 2025.12.24 01:24:43.151866 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:43.151960 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:43.152009 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:43.152343 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:43.152380 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:43.152683 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 01:24:43.152880 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:43.153013 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.12.24 01:24:43.153049 [ 255 ] {7fcc33df-bf7c-4492-b132-dad77bd844fe} TCPHandler: Processed in 0.001231915 sec. 2025.12.24 01:24:43.645643 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.12.24 01:24:43.663104 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:43.663170 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:43.668611 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:24:43.669273 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:43.669583 [ 106 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:24:43.669682 [ 106 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:43.669718 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2025.12.24 01:24:43.669880 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:24:43.672568 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.12.24 01:24:43.673883 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:43.675300 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2025.12.24 01:24:43.679979 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2025.12.24 01:24:43.684496 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2025.12.24 01:24:43.688947 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2025.12.24 01:24:43.693412 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2025.12.24 01:24:43.697428 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2025.12.24 01:24:43.751820 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.082011814 sec., 6060.102511572296 rows/sec., 31.34 MiB/sec. 2025.12.24 01:24:43.754685 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:24:43.756479 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:43.756577 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_66_13} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:24:43.758322 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. 2025.12.24 01:24:44.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 338.86 MiB, peak 352.60 MiB, free memory in arenas 0.00 B, will set to 342.67 MiB (RSS), difference: 3.82 MiB 2025.12.24 01:24:46.956700 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1322 2025.12.24 01:24:46.958947 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:46.959007 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:46.960273 [ 242 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:24:46.960574 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:46.960947 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1322 2025.12.24 01:24:48.178777 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.178956 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.179022 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:24:48.179730 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.179777 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.180204 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:24:48.180426 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.180585 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} executeQuery: Read 24 rows, 2.04 KiB in 0.001677 sec., 14311.270125223613 rows/sec., 1.19 MiB/sec. 2025.12.24 01:24:48.180639 [ 255 ] {8449e2bc-2aff-4394-be5b-f3728b0b6afa} TCPHandler: Processed in 0.002000331 sec. 2025.12.24 01:24:48.180766 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.180871 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:24:48.180914 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:24:48.181341 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.181379 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.181679 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:24:48.181881 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.182008 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} executeQuery: Read 18 rows, 1.48 KiB in 0.001162 sec., 15490.533562822719 rows/sec., 1.25 MiB/sec. 2025.12.24 01:24:48.182049 [ 255 ] {d648f213-7cd7-49c0-94c5-dce3480b3638} TCPHandler: Processed in 0.001334697 sec. 2025.12.24 01:24:48.182162 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.182258 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:48.182298 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:48.183478 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.183515 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.183914 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 01:24:48.184126 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.184263 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} executeQuery: Read 1406 rows, 120.85 KiB in 0.002039 sec., 689553.702795488 rows/sec., 57.88 MiB/sec. 2025.12.24 01:24:48.184300 [ 255 ] {5d4db3e8-fbec-4188-98a8-5a306cf5d54d} TCPHandler: Processed in 0.002204625 sec. 2025.12.24 01:24:48.184396 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.184486 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.184523 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:24:48.184923 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.184956 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.185354 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:24:48.185561 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.185687 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} executeQuery: Read 70 rows, 5.24 KiB in 0.001191 sec., 58774.13937867338 rows/sec., 4.30 MiB/sec. 2025.12.24 01:24:48.185725 [ 255 ] {0c5c749d-c994-4372-81dd-fa93b8f40a34} TCPHandler: Processed in 0.001354207 sec. 2025.12.24 01:24:48.185837 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.185931 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.185971 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:24:48.186450 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.186486 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.186795 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:24:48.186998 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.187127 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} executeQuery: Read 252 rows, 17.85 KiB in 0.001213 sec., 207749.38169826873 rows/sec., 14.37 MiB/sec. 2025.12.24 01:24:48.187166 [ 255 ] {589b371c-1996-4475-bb28-0833dbecda5e} TCPHandler: Processed in 0.001377918 sec. 2025.12.24 01:24:48.187276 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.187368 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.187407 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:24:48.187800 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.187837 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.188136 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 01:24:48.188339 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.188465 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2025.12.24 01:24:48.188504 [ 255 ] {69abf716-d145-4192-b281-3c3a01e9ffb8} TCPHandler: Processed in 0.001277246 sec. 2025.12.24 01:24:48.188626 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.188744 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:48.188793 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:48.189517 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.189552 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.189891 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 01:24:48.190135 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.190277 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} executeQuery: Read 614 rows, 47.35 KiB in 0.001559 sec., 393842.20654265553 rows/sec., 29.66 MiB/sec. 2025.12.24 01:24:48.190317 [ 255 ] {c332a6d6-2812-4f1b-9e5a-5149ca279681} TCPHandler: Processed in 0.001751885 sec. 2025.12.24 01:24:48.190418 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.190512 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.190553 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:48.191149 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.191185 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.191569 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 01:24:48.191779 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.191922 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} executeQuery: Read 889 rows, 61.80 KiB in 0.001429 sec., 622113.365990203 rows/sec., 42.23 MiB/sec. 2025.12.24 01:24:48.191959 [ 255 ] {5795fbbb-7798-43e6-a943-b1bc8c1d3e80} TCPHandler: Processed in 0.001591152 sec. 2025.12.24 01:24:48.192064 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.192158 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.192212 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:24:48.193107 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.193143 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.193713 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 01:24:48.193937 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.194078 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} executeQuery: Read 40 rows, 73.40 KiB in 0.001939 sec., 20629.190304280557 rows/sec., 36.97 MiB/sec. 2025.12.24 01:24:48.194144 [ 255 ] {529b40b4-d531-4d7a-abff-74d0a611814f} TCPHandler: Processed in 0.002132433 sec. 2025.12.24 01:24:48.194256 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:48.194350 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:48.194392 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:48.194732 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:48.194768 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:48.195073 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 01:24:48.195303 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:48.195446 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2025.12.24 01:24:48.195483 [ 255 ] {9bc9e84f-81bb-4e32-873a-d8cb39fdc45b} TCPHandler: Processed in 0.001277555 sec. 2025.12.24 01:24:49.360933 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32124 2025.12.24 01:24:49.361528 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:49.361576 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:49.362088 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:24:49.362309 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:49.362435 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32124 2025.12.24 01:24:51.172716 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.12.24 01:24:51.187693 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:51.187745 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:51.193260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:24:51.193927 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:51.196866 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.12.24 01:24:53.147338 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:53.147543 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:53.147618 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:53.148318 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:53.148375 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:53.148776 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 01:24:53.148994 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:53.149153 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} executeQuery: Read 56 rows, 4.41 KiB in 0.001667 sec., 33593.28134373125 rows/sec., 2.58 MiB/sec. 2025.12.24 01:24:53.149207 [ 255 ] {409f2cdd-a07d-4f03-adc3-c6a40b75a295} TCPHandler: Processed in 0.002010751 sec. 2025.12.24 01:24:53.149337 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:53.149445 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:53.149489 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:53.149984 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:53.150022 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:53.150334 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 01:24:53.150549 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:53.150684 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} executeQuery: Read 64 rows, 5.12 KiB in 0.001266 sec., 50552.92259083728 rows/sec., 3.95 MiB/sec. 2025.12.24 01:24:53.150721 [ 255 ] {afd60a59-f19e-4607-993e-6a0be1efc24f} TCPHandler: Processed in 0.001437099 sec. 2025.12.24 01:24:53.150838 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:53.150935 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:53.150979 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:53.151388 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:53.151423 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:53.151749 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 01:24:53.151950 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:53.152080 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.12.24 01:24:53.152117 [ 255 ] {eecaf801-3e17-48ee-9355-99d2d2afaebe} TCPHandler: Processed in 0.001328647 sec. 2025.12.24 01:24:53.152224 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:53.152323 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:53.152366 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:53.152716 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:53.152754 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:53.153079 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 01:24:53.153328 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:53.153462 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2025.12.24 01:24:53.153499 [ 255 ] {880404a9-349a-45d8-b3bd-be1d4d28bd39} TCPHandler: Processed in 0.001324817 sec. 2025.12.24 01:24:56.682745 [ 92 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:24:56.682820 [ 92 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:24:56.862630 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32572 2025.12.24 01:24:56.863152 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:56.863194 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:56.863674 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:24:56.863909 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:56.864079 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32572 2025.12.24 01:24:56.961179 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1350 2025.12.24 01:24:56.963521 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:56.963580 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:56.964828 [ 242 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:24:56.965134 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:56.965571 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1350 2025.12.24 01:24:58.149389 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:58.149587 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:24:58.149663 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:24:58.150471 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.150521 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.150945 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 01:24:58.151181 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.151347 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} executeQuery: Read 136 rows, 12.08 KiB in 0.001812 sec., 75055.1876379691 rows/sec., 6.51 MiB/sec. 2025.12.24 01:24:58.151401 [ 255 ] {fc1c1ae9-bc02-4ce5-83b8-16cb6b344f0e} TCPHandler: Processed in 0.002153224 sec. 2025.12.24 01:24:58.151536 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:58.151642 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:24:58.151687 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:24:58.152120 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.152155 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.152475 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:24:58.152694 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.152825 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} executeQuery: Read 40 rows, 3.01 KiB in 0.001208 sec., 33112.58278145695 rows/sec., 2.43 MiB/sec. 2025.12.24 01:24:58.152863 [ 255 ] {0f3d2b74-1433-4ca4-ab95-e0e5a0c73e5d} TCPHandler: Processed in 0.001379957 sec. 2025.12.24 01:24:58.152973 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:58.153081 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:24:58.153125 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:24:58.153597 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.153635 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.153973 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 01:24:58.154197 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.154328 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} executeQuery: Read 104 rows, 8.32 KiB in 0.001269 sec., 81954.29472025218 rows/sec., 6.40 MiB/sec. 2025.12.24 01:24:58.154369 [ 255 ] {989fa08e-c883-408d-aae0-c0d0ec0ece30} TCPHandler: Processed in 0.001446919 sec. 2025.12.24 01:24:58.154483 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:58.154580 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:58.154625 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:24:58.155046 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.155081 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.155420 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 01:24:58.155648 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.155780 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.12.24 01:24:58.155817 [ 255 ] {183c5f49-9bfa-4908-a686-10c8692c9d2b} TCPHandler: Processed in 0.001384959 sec. 2025.12.24 01:24:58.155938 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:58.156057 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:24:58.156121 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:24:58.157122 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.157156 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.157720 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 01:24:58.157942 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.158079 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} executeQuery: Read 40 rows, 73.40 KiB in 0.002046 sec., 19550.34213098729 rows/sec., 35.03 MiB/sec. 2025.12.24 01:24:58.158143 [ 255 ] {8977ddd9-7163-422d-b8f4-7673e6f73a7a} TCPHandler: Processed in 0.002264056 sec. 2025.12.24 01:24:58.158257 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:24:58.158350 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:24:58.158391 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:24:58.158732 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.158766 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.159067 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 01:24:58.159271 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.159393 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.12.24 01:24:58.159427 [ 255 ] {d1479d98-718b-4461-b02d-eb068537e0c3} TCPHandler: Processed in 0.001217835 sec. 2025.12.24 01:24:58.696962 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.12.24 01:24:58.713539 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:58.713592 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:58.719180 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:24:58.719861 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:58.722997 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.12.24 01:24:59.491815 [ 87 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 01:24:59.491922 [ 87 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:59.491962 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:59.492140 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.12.24 01:24:59.492368 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:59.492427 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2025.12.24 01:24:59.492506 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.12.24 01:24:59.492560 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 18 rows starting from the beginning of the part 2025.12.24 01:24:59.492614 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2025.12.24 01:24:59.492660 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 18 rows starting from the beginning of the part 2025.12.24 01:24:59.493435 [ 199 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001376798 sec., 43579.37765743413 rows/sec., 3.67 MiB/sec. 2025.12.24 01:24:59.493614 [ 199 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 01:24:59.493920 [ 199 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:59.494005 [ 199 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_17_4} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 01:24:59.494103 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 01:24:59.889986 [ 87 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 01:24:59.890072 [ 87 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:24:59.890110 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:24:59.890233 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.12.24 01:24:59.890365 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:24:59.890401 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 254 rows starting from the beginning of the part 2025.12.24 01:24:59.890469 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part 2025.12.24 01:24:59.890519 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part 2025.12.24 01:24:59.890570 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part 2025.12.24 01:24:59.890613 [ 194 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part 2025.12.24 01:24:59.891527 [ 199 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340037 sec., 941765.0408160371 rows/sec., 68.72 MiB/sec. 2025.12.24 01:24:59.891747 [ 200 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 01:24:59.892084 [ 200 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:24:59.892165 [ 200 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_17_4} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 01:24:59.892251 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.12.24 01:25:03.146853 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:03.147030 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:03.147095 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:03.147783 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.147823 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.148261 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 01:25:03.148494 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.148652 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} executeQuery: Read 56 rows, 4.41 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.58 MiB/sec. 2025.12.24 01:25:03.148671 [ 84 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 01:25:03.148702 [ 255 ] {caca436b-b80b-4845-8c5e-c4bacca44d96} TCPHandler: Processed in 0.00197748 sec. 2025.12.24 01:25:03.148748 [ 84 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.148794 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.148851 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:03.148888 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 01:25:03.148956 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:03.148976 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:03.149000 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:03.149007 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1409 rows starting from the beginning of the part 2025.12.24 01:25:03.149064 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:03.149107 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:25:03.149149 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:03.149187 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 136 rows starting from the beginning of the part 2025.12.24 01:25:03.149227 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:03.149451 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.149486 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.149987 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 01:25:03.150201 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.150337 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} executeQuery: Read 64 rows, 5.12 KiB in 0.001404 sec., 45584.04558404558 rows/sec., 3.56 MiB/sec. 2025.12.24 01:25:03.150339 [ 84 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 01:25:03.150381 [ 255 ] {e3ebdc59-4a1a-4cc8-a48a-19ccec58693c} TCPHandler: Processed in 0.001579392 sec. 2025.12.24 01:25:03.150388 [ 84 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.150437 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.150518 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:03.150529 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.001682154 sec., 1854170.3078315065 rows/sec., 162.22 MiB/sec. 2025.12.24 01:25:03.150569 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 01:25:03.150619 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:03.150669 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:03.150713 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:03.150753 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 634 rows starting from the beginning of the part 2025.12.24 01:25:03.150796 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 01:25:03.150829 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:03.150885 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 614 rows starting from the beginning of the part 2025.12.24 01:25:03.150929 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:03.150969 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part 2025.12.24 01:25:03.151012 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:03.151103 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.151141 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.151145 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.151239 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_101_20} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 01:25:03.151343 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:25:03.151532 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 01:25:03.151744 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.151876 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} executeQuery: Read 160 rows, 11.41 KiB in 0.001278 sec., 125195.61815336463 rows/sec., 8.72 MiB/sec. 2025.12.24 01:25:03.151876 [ 84 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 01:25:03.151915 [ 255 ] {356ea8de-0ae4-4e61-9d2e-e89081ec610d} TCPHandler: Processed in 0.001447249 sec. 2025.12.24 01:25:03.151930 [ 84 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.151954 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.152022 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:03.152028 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 01:25:03.152100 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001581013 sec., 976589.0603050069 rows/sec., 77.83 MiB/sec. 2025.12.24 01:25:03.152122 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:03.152142 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:03.152170 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:03.152180 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 27297 rows starting from the beginning of the part 2025.12.24 01:25:03.152256 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:03.152278 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 01:25:03.152308 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 889 rows starting from the beginning of the part 2025.12.24 01:25:03.152360 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:03.152405 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:03.152451 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:03.152517 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.152556 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.152559 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.152637 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_101_20} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 01:25:03.152716 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:25:03.152915 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 01:25:03.153127 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.153242 [ 84 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 01:25:03.153259 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2025.12.24 01:25:03.153277 [ 84 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:03.153302 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:03.153302 [ 255 ] {5ac8fc5a-cde7-4989-a0d4-37233773c917} TCPHandler: Processed in 0.001327387 sec. 2025.12.24 01:25:03.153409 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 01:25:03.153559 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:03.153594 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5688 rows starting from the beginning of the part 2025.12.24 01:25:03.153655 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:03.153697 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:03.153733 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:03.153768 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:03.153808 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:03.155670 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5988 rows, containing 4 columns (4 merged, 0 gathered) in 0.002315267 sec., 2586310.7797070486 rows/sec., 174.30 MiB/sec. 2025.12.24 01:25:03.156062 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 01:25:03.156298 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.156360 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_101_20} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 01:25:03.156431 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.12.24 01:25:03.158801 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 28826 rows, containing 5 columns (5 merged, 0 gathered) in 0.006803567 sec., 4236895.146325449 rows/sec., 291.16 MiB/sec. 2025.12.24 01:25:03.159328 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 01:25:03.159595 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:03.159666 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_101_20} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 01:25:03.159757 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.12.24 01:25:04.364238 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33084 2025.12.24 01:25:04.364827 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:04.364874 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:04.365464 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:25:04.365717 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:04.365855 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33084 2025.12.24 01:25:06.223125 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.12.24 01:25:06.240818 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:06.240886 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:06.247103 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:25:06.247790 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:06.251046 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.12.24 01:25:06.965838 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1370 2025.12.24 01:25:06.968406 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:06.968468 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:06.969693 [ 242 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:25:06.969983 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:06.970183 [ 79 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:25:06.970281 [ 79 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:06.970318 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:06.970377 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1370 2025.12.24 01:25:06.970489 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:25:06.971384 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:06.971549 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1248 rows starting from the beginning of the part 2025.12.24 01:25:06.971931 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 28 rows starting from the beginning of the part 2025.12.24 01:25:06.972309 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 26 rows starting from the beginning of the part 2025.12.24 01:25:06.972686 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 20 rows starting from the beginning of the part 2025.12.24 01:25:06.973039 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part 2025.12.24 01:25:06.973398 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part 2025.12.24 01:25:06.980155 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1370 rows, containing 72 columns (72 merged, 0 gathered) in 0.009749667 sec., 140517.61972998668 rows/sec., 109.80 MiB/sec. 2025.12.24 01:25:06.981434 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:25:06.981965 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:06.982048 [ 198 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_51_10} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:25:06.982247 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.12.24 01:25:08.149353 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:08.149537 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:08.149606 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:08.150406 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.150455 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.150872 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 01:25:08.151119 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.151281 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} executeQuery: Read 136 rows, 12.08 KiB in 0.001775 sec., 76619.71830985915 rows/sec., 6.64 MiB/sec. 2025.12.24 01:25:08.151331 [ 255 ] {a79571ee-8d49-46ac-a855-b85fbcf81321} TCPHandler: Processed in 0.002109553 sec. 2025.12.24 01:25:08.151456 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:08.151561 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:25:08.151606 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:25:08.152032 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.152069 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.152380 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:25:08.152601 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.152710 [ 77 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:25:08.152734 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} executeQuery: Read 40 rows, 3.01 KiB in 0.001197 sec., 33416.87552213868 rows/sec., 2.45 MiB/sec. 2025.12.24 01:25:08.152749 [ 77 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.152769 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.152773 [ 255 ] {63b5ab0e-4482-47d2-ac00-9f93138b16c7} TCPHandler: Processed in 0.001369108 sec. 2025.12.24 01:25:08.152889 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:08.152892 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:25:08.152988 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:08.153036 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:08.153048 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:08.153089 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 72 rows starting from the beginning of the part 2025.12.24 01:25:08.153164 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.153214 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.153258 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 70 rows starting from the beginning of the part 2025.12.24 01:25:08.153308 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.153350 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.153470 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.153518 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.153878 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 01:25:08.154121 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.154249 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} executeQuery: Read 104 rows, 8.32 KiB in 0.001281 sec., 81186.57298985167 rows/sec., 6.34 MiB/sec. 2025.12.24 01:25:08.154257 [ 189 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420589 sec., 212587.87728188798 rows/sec., 16.38 MiB/sec. 2025.12.24 01:25:08.154291 [ 255 ] {29941890-f8bd-4dc1-a831-b50ebbdad6e1} TCPHandler: Processed in 0.00145158 sec. 2025.12.24 01:25:08.154422 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:25:08.154444 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:08.154545 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:08.154592 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:08.154688 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.154767 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_51_10} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:25:08.154845 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.24 01:25:08.155023 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.155064 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.155420 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 01:25:08.155659 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.155795 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. 2025.12.24 01:25:08.155832 [ 255 ] {6d7f0eaa-0859-4423-adef-e37e649f609c} TCPHandler: Processed in 0.001436319 sec. 2025.12.24 01:25:08.155948 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:08.156050 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:08.156107 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:25:08.156985 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.157021 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.157603 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 01:25:08.157833 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.157938 [ 77 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 01:25:08.157969 [ 77 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.157974 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} executeQuery: Read 40 rows, 73.40 KiB in 0.001943 sec., 20586.72156459084 rows/sec., 36.89 MiB/sec. 2025.12.24 01:25:08.157988 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.158046 [ 255 ] {e333ce96-d98b-42b5-9bfc-270bf2c7b824} TCPHandler: Processed in 0.002149203 sec. 2025.12.24 01:25:08.158066 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.12.24 01:25:08.158165 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:08.158254 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:08.158263 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:08.158305 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1714 rows starting from the beginning of the part 2025.12.24 01:25:08.158308 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:08.158417 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.158514 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.158606 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.158653 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:08.158689 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:08.158701 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.158798 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:08.159016 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 01:25:08.159251 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.159381 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.12.24 01:25:08.159417 [ 255 ] {24052529-c77f-4dde-b017-e5362743a57c} TCPHandler: Processed in 0.001302207 sec. 2025.12.24 01:25:08.173399 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1914 rows, containing 19 columns (19 merged, 0 gathered) in 0.015365582 sec., 124564.10697622779 rows/sec., 223.21 MiB/sec. 2025.12.24 01:25:08.175826 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 01:25:08.176247 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:08.176341 [ 192 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_51_10} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 01:25:08.176527 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.50 MiB. 2025.12.24 01:25:09.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 344.80 MiB, peak 362.26 MiB, free memory in arenas 0.00 B, will set to 352.53 MiB (RSS), difference: 7.73 MiB 2025.12.24 01:25:11.430449 [ 219 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:25:11.430515 [ 219 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:25:11.445984 [ 219 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:25:11.682903 [ 72 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:25:11.682960 [ 72 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:25:11.866069 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33532 2025.12.24 01:25:11.866751 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:11.866789 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:11.867240 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:25:11.867458 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:11.867588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33532 2025.12.24 01:25:12.808993 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:25:12.809046 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:25:12.812477 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:25:13.147561 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:13.147749 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:13.147818 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:13.148557 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:13.148609 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:13.149017 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 01:25:13.149252 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:13.149419 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} executeQuery: Read 56 rows, 4.41 KiB in 0.001719 sec., 32577.079697498546 rows/sec., 2.50 MiB/sec. 2025.12.24 01:25:13.149470 [ 255 ] {6e1ba656-df9e-446a-891a-1281b548eff8} TCPHandler: Processed in 0.002039711 sec. 2025.12.24 01:25:13.149598 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:13.149703 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:13.149747 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:13.150193 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:13.150232 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:13.150552 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 01:25:13.150780 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:13.150914 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} executeQuery: Read 64 rows, 5.12 KiB in 0.001236 sec., 51779.93527508091 rows/sec., 4.04 MiB/sec. 2025.12.24 01:25:13.150953 [ 255 ] {721790c4-4b1c-45c0-90fd-04a17a643d3d} TCPHandler: Processed in 0.001407928 sec. 2025.12.24 01:25:13.151069 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:13.151192 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:13.151237 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:13.151655 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:13.151691 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:13.152022 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 01:25:13.152251 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:13.152381 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.12.24 01:25:13.152442 [ 255 ] {cd4d94ed-ef9f-4712-abd7-c8c82dea9b1c} TCPHandler: Processed in 0.001422718 sec. 2025.12.24 01:25:13.152554 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:13.152649 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:13.152690 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:13.153025 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:13.153062 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:13.153365 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 01:25:13.153574 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:13.153703 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.12.24 01:25:13.153739 [ 255 ] {7b083886-b8cb-4ff3-84fe-b337d59a60d8} TCPHandler: Processed in 0.001234255 sec. 2025.12.24 01:25:13.153786 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:13.153843 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:13.157609 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:13.751099 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 2025.12.24 01:25:13.767114 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:13.767170 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:13.773138 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:25:13.773849 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:13.776727 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 528 2025.12.24 01:25:14.146076 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:14.146131 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:14.148918 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:14.326721 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:14.326777 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:14.329402 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:14.912727 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:14.912799 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:14.915759 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:16.970533 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1390 2025.12.24 01:25:16.972703 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:16.972760 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:16.973966 [ 242 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:25:16.974261 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:16.974653 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1390 2025.12.24 01:25:18.177360 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.177555 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.177627 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:25:18.178308 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.178354 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.178733 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:25:18.178964 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.179112 [ 66 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 01:25:18.179118 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} executeQuery: Read 24 rows, 2.04 KiB in 0.001616 sec., 14851.485148514852 rows/sec., 1.23 MiB/sec. 2025.12.24 01:25:18.179187 [ 66 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.179215 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.179219 [ 255 ] {98575064-5562-4d46-8053-24d8291d877c} TCPHandler: Processed in 0.00199301 sec. 2025.12.24 01:25:18.179337 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.12.24 01:25:18.179361 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.179472 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:18.179479 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:25:18.179511 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part 2025.12.24 01:25:18.179533 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:25:18.179580 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.12.24 01:25:18.179628 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.12.24 01:25:18.179676 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.12.24 01:25:18.179715 [ 189 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.12.24 01:25:18.179945 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.179988 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.180305 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:25:18.180470 [ 192 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001183944 sec., 101356.14522308488 rows/sec., 8.80 MiB/sec. 2025.12.24 01:25:18.180516 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.180653 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} executeQuery: Read 2 rows, 167.00 B in 0.001198 sec., 1669.449081803005 rows/sec., 136.13 KiB/sec. 2025.12.24 01:25:18.180685 [ 188 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 01:25:18.180691 [ 255 ] {6c43f8ee-71e2-457d-9fd2-6dedb93d1dc3} TCPHandler: Processed in 0.001381728 sec. 2025.12.24 01:25:18.180821 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.180926 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:18.180973 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:18.181062 [ 188 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.181166 [ 188 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_17_4} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 01:25:18.181286 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 01:25:18.182435 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.182479 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.182903 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 01:25:18.183130 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.183267 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} executeQuery: Read 1397 rows, 120.17 KiB in 0.002362 sec., 591447.9254868756 rows/sec., 49.69 MiB/sec. 2025.12.24 01:25:18.183307 [ 255 ] {d375452c-b914-4d00-8804-3b6e1ad1a2b0} TCPHandler: Processed in 0.002537551 sec. 2025.12.24 01:25:18.183421 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.183518 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.183558 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:25:18.183986 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.184022 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.184308 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:25:18.184508 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.184634 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} executeQuery: Read 54 rows, 4.11 KiB in 0.001136 sec., 47535.21126760563 rows/sec., 3.53 MiB/sec. 2025.12.24 01:25:18.184671 [ 255 ] {87d6929b-1bb7-4856-9afd-23c924b783c5} TCPHandler: Processed in 0.001297227 sec. 2025.12.24 01:25:18.184785 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.184884 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.184925 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:25:18.185446 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.185484 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.185801 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:25:18.186019 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.186145 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} executeQuery: Read 252 rows, 17.85 KiB in 0.001281 sec., 196721.31147540984 rows/sec., 13.61 MiB/sec. 2025.12.24 01:25:18.186183 [ 255 ] {7de2233e-244a-45e8-a7c1-3850f96c92fa} TCPHandler: Processed in 0.001447799 sec. 2025.12.24 01:25:18.186297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.186392 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.186433 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:25:18.186827 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.186863 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.187162 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 01:25:18.187374 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.187478 [ 66 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.12.24 01:25:18.187501 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2025.12.24 01:25:18.187515 [ 66 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.187545 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.187546 [ 255 ] {e1703dfa-0092-4689-8c44-b080d1f2bc9c} TCPHandler: Processed in 0.001299136 sec. 2025.12.24 01:25:18.187638 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.12.24 01:25:18.187691 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.187762 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:18.187792 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:18.187800 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part 2025.12.24 01:25:18.187841 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:18.187885 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2025.12.24 01:25:18.187936 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2025.12.24 01:25:18.187980 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.12.24 01:25:18.188024 [ 191 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.12.24 01:25:18.188589 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.188632 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.188783 [ 188 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001186894 sec., 50552.11333109781 rows/sec., 4.05 MiB/sec. 2025.12.24 01:25:18.188928 [ 192 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.12.24 01:25:18.188982 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 01:25:18.189285 [ 192 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.189293 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.189377 [ 192 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_17_4} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.12.24 01:25:18.189451 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} executeQuery: Read 598 rows, 46.03 KiB in 0.001677 sec., 356589.1472868217 rows/sec., 26.80 MiB/sec. 2025.12.24 01:25:18.189480 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.24 01:25:18.189493 [ 255 ] {f301f4d9-aed2-4776-a84e-0b2dd4744070} TCPHandler: Processed in 0.001852967 sec. 2025.12.24 01:25:18.189621 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.189723 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.189767 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:18.190462 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.190499 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.190883 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 01:25:18.191102 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.191235 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} executeQuery: Read 881 rows, 61.23 KiB in 0.001531 sec., 575440.8883082952 rows/sec., 39.05 MiB/sec. 2025.12.24 01:25:18.191271 [ 255 ] {80126e0c-41ce-454c-b7e7-e05b76035545} TCPHandler: Processed in 0.001699515 sec. 2025.12.24 01:25:18.191393 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.191516 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.191582 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:25:18.192502 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.192539 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.193102 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 01:25:18.193331 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.193469 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} executeQuery: Read 40 rows, 73.40 KiB in 0.001978 sec., 20222.446916076842 rows/sec., 36.24 MiB/sec. 2025.12.24 01:25:18.193524 [ 255 ] {2e937943-d838-43b9-8acc-10796abf7adb} TCPHandler: Processed in 0.002190284 sec. 2025.12.24 01:25:18.193641 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:18.193736 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:18.193778 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:18.194127 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:18.194163 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:18.194467 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 01:25:18.194671 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:18.194801 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.12.24 01:25:18.194836 [ 255 ] {4011a9ac-045e-472a-9562-25bfe4d7ade8} TCPHandler: Processed in 0.001244025 sec. 2025.12.24 01:25:19.367746 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34044 2025.12.24 01:25:19.368281 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:19.368324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:19.368803 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:25:19.369048 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:19.369168 [ 63 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:25:19.369198 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34044 2025.12.24 01:25:19.369214 [ 63 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:19.369236 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:19.369397 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:25:19.369621 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:19.369682 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31612 rows starting from the beginning of the part 2025.12.24 01:25:19.369784 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 512 rows starting from the beginning of the part 2025.12.24 01:25:19.369853 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 448 rows starting from the beginning of the part 2025.12.24 01:25:19.369896 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 512 rows starting from the beginning of the part 2025.12.24 01:25:19.369936 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 448 rows starting from the beginning of the part 2025.12.24 01:25:19.369977 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 512 rows starting from the beginning of the part 2025.12.24 01:25:19.372347 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34044 rows, containing 4 columns (4 merged, 0 gathered) in 0.003031061 sec., 11231710.612224566 rows/sec., 160.67 MiB/sec. 2025.12.24 01:25:19.372458 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:25:19.372704 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:19.372775 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_71_14} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:25:19.372862 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.01 MiB. 2025.12.24 01:25:21.276844 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 2025.12.24 01:25:21.294748 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:21.294811 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:21.300671 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:25:21.301386 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:21.301678 [ 62 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:25:21.301747 [ 62 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:21.301772 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:21.301934 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:25:21.304849 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.12.24 01:25:21.305839 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:21.307345 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2025.12.24 01:25:21.311972 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2025.12.24 01:25:21.317199 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2025.12.24 01:25:21.321662 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2025.12.24 01:25:21.326655 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part 2025.12.24 01:25:21.331387 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part 2025.12.24 01:25:21.384005 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.082145837 sec., 6512.807216268306 rows/sec., 33.68 MiB/sec. 2025.12.24 01:25:21.386678 [ 202 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:25:21.388756 [ 202 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:21.388833 [ 202 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_71_14} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:25:21.391209 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 01:25:23.147768 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:23.147952 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:23.148017 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:23.148837 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:23.148890 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:23.149278 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 01:25:23.149494 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:23.149642 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} executeQuery: Read 56 rows, 4.41 KiB in 0.0017 sec., 32941.17647058824 rows/sec., 2.53 MiB/sec. 2025.12.24 01:25:23.149683 [ 255 ] {3815dc37-d9cd-4e2f-8dc3-4018f53abfd2} TCPHandler: Processed in 0.002020341 sec. 2025.12.24 01:25:23.149828 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:23.149940 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:23.149988 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:23.150442 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:23.150486 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:23.150805 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 01:25:23.151023 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:23.151156 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2025.12.24 01:25:23.151196 [ 255 ] {162bb6c1-4724-423d-a95c-7a945321ec7e} TCPHandler: Processed in 0.00143634 sec. 2025.12.24 01:25:23.151310 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:23.151407 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:23.151453 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:23.151870 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:23.151907 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:23.152242 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 01:25:23.152472 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:23.152604 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.12.24 01:25:23.152642 [ 255 ] {9dbdbfe3-f126-40de-9b59-52d3ea41846e} TCPHandler: Processed in 0.001382118 sec. 2025.12.24 01:25:23.152752 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:23.152848 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:23.152890 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:23.153227 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:23.153264 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:23.153576 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 01:25:23.153788 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:23.153914 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.12.24 01:25:23.153951 [ 255 ] {64c3ecc7-592c-4ee5-bb0a-59aaf9246e47} TCPHandler: Processed in 0.001248036 sec. 2025.12.24 01:25:26.683010 [ 53 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:25:26.683091 [ 53 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:25:26.869396 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34492 2025.12.24 01:25:26.870192 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:26.870268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:26.870826 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:25:26.871050 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:26.871175 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34492 2025.12.24 01:25:26.974828 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1418 2025.12.24 01:25:26.977521 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:26.977595 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:26.978872 [ 242 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:25:26.979171 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:26.979577 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1418 2025.12.24 01:25:28.149285 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:28.149488 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:28.149561 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:28.150354 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.150401 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.150796 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 01:25:28.151014 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.151175 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} executeQuery: Read 136 rows, 12.08 KiB in 0.001741 sec., 78116.02527283171 rows/sec., 6.77 MiB/sec. 2025.12.24 01:25:28.151187 [ 52 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 01:25:28.151224 [ 255 ] {eb178ef3-3184-468d-a1eb-d2dc0fd162f8} TCPHandler: Processed in 0.002077032 sec. 2025.12.24 01:25:28.151263 [ 52 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.151293 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.151358 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:28.151397 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 01:25:28.151465 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:25:28.151503 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:28.151508 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:25:28.151538 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1409 rows starting from the beginning of the part 2025.12.24 01:25:28.151605 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 136 rows starting from the beginning of the part 2025.12.24 01:25:28.151660 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:28.151710 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:25:28.151758 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:28.151804 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part 2025.12.24 01:25:28.151945 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.151981 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.152293 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:25:28.152504 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.152637 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} executeQuery: Read 40 rows, 3.01 KiB in 0.001197 sec., 33416.87552213868 rows/sec., 2.45 MiB/sec. 2025.12.24 01:25:28.152677 [ 255 ] {6d2a641f-71ee-4304-923f-55d32024b83a} TCPHandler: Processed in 0.001367977 sec. 2025.12.24 01:25:28.152787 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:28.152892 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:28.152935 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:28.153222 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 5 columns (5 merged, 0 gathered) in 0.001869398 sec., 1706431.696193106 rows/sec., 149.77 MiB/sec. 2025.12.24 01:25:28.153393 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.153436 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.153477 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 01:25:28.153802 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 01:25:28.153827 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.153922 [ 199 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_106_21} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 01:25:28.154025 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:25:28.154046 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.154187 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} executeQuery: Read 104 rows, 8.32 KiB in 0.001316 sec., 79027.35562310032 rows/sec., 6.17 MiB/sec. 2025.12.24 01:25:28.154206 [ 51 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 01:25:28.154227 [ 255 ] {e2f13397-0963-4f0b-b0ef-423f0e433351} TCPHandler: Processed in 0.00149289 sec. 2025.12.24 01:25:28.154256 [ 51 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.154281 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.154355 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:28.154378 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 01:25:28.154457 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:28.154506 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:28.154510 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:28.154555 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 634 rows starting from the beginning of the part 2025.12.24 01:25:28.154619 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 104 rows starting from the beginning of the part 2025.12.24 01:25:28.154668 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:28.154709 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 598 rows starting from the beginning of the part 2025.12.24 01:25:28.154749 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:28.154790 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 104 rows starting from the beginning of the part 2025.12.24 01:25:28.154927 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.154971 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.155336 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 01:25:28.155566 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.155698 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2025.12.24 01:25:28.155710 [ 52 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 01:25:28.155736 [ 255 ] {be7fffe0-fc7d-43cc-b494-3168ef2cb8c2} TCPHandler: Processed in 0.001434838 sec. 2025.12.24 01:25:28.155750 [ 52 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.155774 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.155871 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 01:25:28.155883 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001553412 sec., 1009390.9407163071 rows/sec., 80.45 MiB/sec. 2025.12.24 01:25:28.155875 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:28.156006 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:28.156047 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 28826 rows starting from the beginning of the part 2025.12.24 01:25:28.156058 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:28.156102 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 01:25:28.156111 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:28.156129 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:25:28.156173 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:28.156222 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 881 rows starting from the beginning of the part 2025.12.24 01:25:28.156265 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:28.156306 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:28.156448 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.156539 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_106_21} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 01:25:28.156629 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:25:28.157196 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.157240 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.157871 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.12.24 01:25:28.158105 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.158246 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} executeQuery: Read 40 rows, 73.40 KiB in 0.002213 sec., 18075.01129688206 rows/sec., 32.39 MiB/sec. 2025.12.24 01:25:28.158300 [ 255 ] {17ec0ead-4a85-4f94-877c-feb9b921fa49} TCPHandler: Processed in 0.002483411 sec. 2025.12.24 01:25:28.158410 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:28.158505 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:28.158547 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:28.158890 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.158926 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.159239 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 01:25:28.159441 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.159570 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 01:25:28.159583 [ 51 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 01:25:28.159606 [ 255 ] {fb4daa71-ac58-4ce6-9dba-5980c06ab351} TCPHandler: Processed in 0.001245135 sec. 2025.12.24 01:25:28.159623 [ 51 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.159646 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.159737 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 01:25:28.159879 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:28.159921 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5988 rows starting from the beginning of the part 2025.12.24 01:25:28.159994 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:28.160048 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:28.160097 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:28.160137 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:28.160180 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:28.162305 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 6288 rows, containing 4 columns (4 merged, 0 gathered) in 0.002610053 sec., 2409146.480933529 rows/sec., 162.36 MiB/sec. 2025.12.24 01:25:28.162695 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 30347 rows, containing 5 columns (5 merged, 0 gathered) in 0.00687396 sec., 4414776.926255026 rows/sec., 303.36 MiB/sec. 2025.12.24 01:25:28.162745 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 01:25:28.163004 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.163071 [ 199 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_106_21} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 01:25:28.163147 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.12.24 01:25:28.163210 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 01:25:28.163490 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.163567 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_106_21} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 01:25:28.163654 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.12.24 01:25:28.804933 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2025.12.24 01:25:28.820928 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:28.820988 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:28.826724 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:25:28.827418 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:28.830425 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2025.12.24 01:25:33.148323 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:33.148514 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:33.148580 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:33.149203 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:33.149244 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:33.149643 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 01:25:33.149886 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:33.150047 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} executeQuery: Read 56 rows, 4.41 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.72 MiB/sec. 2025.12.24 01:25:33.150101 [ 255 ] {ff9550d3-cecf-43cc-862a-1c2027e71acc} TCPHandler: Processed in 0.001907639 sec. 2025.12.24 01:25:33.150230 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:33.150338 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:33.150385 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:33.151035 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:33.151082 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:33.151518 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 01:25:33.151816 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:33.152004 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} executeQuery: Read 64 rows, 5.12 KiB in 0.00169 sec., 37869.8224852071 rows/sec., 2.96 MiB/sec. 2025.12.24 01:25:33.152060 [ 255 ] {d1fe89e2-ed53-4b3c-b242-6c645bcfc084} TCPHandler: Processed in 0.001882858 sec. 2025.12.24 01:25:33.152225 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:33.152343 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:33.152400 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:33.152984 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:33.153026 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:33.153470 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 01:25:33.153743 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:33.153884 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. 2025.12.24 01:25:33.153923 [ 255 ] {17e0e477-ecde-49ae-97f2-561f92e5b81d} TCPHandler: Processed in 0.001759566 sec. 2025.12.24 01:25:33.154044 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:33.154145 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:33.154188 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:33.154523 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:33.154557 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:33.154854 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 01:25:33.155055 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:33.155177 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.12.24 01:25:33.155211 [ 255 ] {ad1b8f87-3566-4f16-9879-742670be3065} TCPHandler: Processed in 0.001216565 sec. 2025.12.24 01:25:34.371384 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35004 2025.12.24 01:25:34.371966 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:34.372006 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:34.372523 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:25:34.372742 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:34.372869 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35004 2025.12.24 01:25:36.235268 [ 224 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:25:36.235365 [ 224 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:25:36.241679 [ 224 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:25:36.330533 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2025.12.24 01:25:36.350686 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:36.350754 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:36.357337 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:25:36.358129 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:36.362742 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.12.24 01:25:36.443368 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62884 2025.12.24 01:25:36.443476 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.443502 [ 290 ] {} TCP-Session: e8d32717-e0c4-4ecc-a536-ab1be837b18d Authenticating user 'default' from [fd00:1122:3344:101::e]:62884 2025.12.24 01:25:36.443524 [ 290 ] {} TCP-Session: e8d32717-e0c4-4ecc-a536-ab1be837b18d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.443536 [ 290 ] {} TCP-Session: e8d32717-e0c4-4ecc-a536-ab1be837b18d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.443786 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55118 2025.12.24 01:25:36.443787 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48415 2025.12.24 01:25:36.443831 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32970 2025.12.24 01:25:36.443843 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52273 2025.12.24 01:25:36.443882 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.443850 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57038 2025.12.24 01:25:36.443933 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.443948 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.443925 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.443981 [ 288 ] {} TCP-Session: dd39d4d0-6fe7-41a6-939c-ead7bb87e43a Authenticating user 'default' from [fd00:1122:3344:101::e]:52273 2025.12.24 01:25:36.444004 [ 286 ] {} TCP-Session: be8160e0-9f00-4595-bf57-e735b3ce35bd Authenticating user 'default' from [fd00:1122:3344:101::e]:32970 2025.12.24 01:25:36.444023 [ 288 ] {} TCP-Session: dd39d4d0-6fe7-41a6-939c-ead7bb87e43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444038 [ 286 ] {} TCP-Session: be8160e0-9f00-4595-bf57-e735b3ce35bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444048 [ 288 ] {} TCP-Session: dd39d4d0-6fe7-41a6-939c-ead7bb87e43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444064 [ 286 ] {} TCP-Session: be8160e0-9f00-4595-bf57-e735b3ce35bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.443923 [ 353 ] {} TCP-Session: 3e35bd41-9ab2-4aa6-9175-411a968c99a0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55118 2025.12.24 01:25:36.443914 [ 290 ] {} TCP-Session: e8d32717-e0c4-4ecc-a536-ab1be837b18d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:36.444110 [ 353 ] {} TCP-Session: 3e35bd41-9ab2-4aa6-9175-411a968c99a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.443828 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55114 2025.12.24 01:25:36.444146 [ 353 ] {} TCP-Session: 3e35bd41-9ab2-4aa6-9175-411a968c99a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.443811 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62294 2025.12.24 01:25:36.443792 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60012 2025.12.24 01:25:36.443974 [ 351 ] {} TCP-Session: 98bfdd05-7729-4a5b-99c7-ec63dcfecf22 Authenticating user 'default' from [fd00:1122:3344:101::e]:48415 2025.12.24 01:25:36.444289 [ 351 ] {} TCP-Session: 98bfdd05-7729-4a5b-99c7-ec63dcfecf22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444295 [ 290 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} executeQuery: (from [fd00:1122:3344:101::e]:62884) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:25:36.444303 [ 351 ] {} TCP-Session: 98bfdd05-7729-4a5b-99c7-ec63dcfecf22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444412 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.444450 [ 289 ] {} TCP-Session: 23459526-e44d-4c59-9c60-47e4366e6705 Authenticating user 'default' from [fd00:1122:3344:101::e]:57038 2025.12.24 01:25:36.444473 [ 289 ] {} TCP-Session: 23459526-e44d-4c59-9c60-47e4366e6705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444486 [ 289 ] {} TCP-Session: 23459526-e44d-4c59-9c60-47e4366e6705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444791 [ 290 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:25:36.444861 [ 290 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:25:36.444883 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.444932 [ 352 ] {} TCP-Session: aaea15a2-8b43-44be-86e9-0c90c4c3d6fe Authenticating user 'default' from [fd00:1122:3344:101::e]:60012 2025.12.24 01:25:36.444955 [ 352 ] {} TCP-Session: aaea15a2-8b43-44be-86e9-0c90c4c3d6fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.444971 [ 352 ] {} TCP-Session: aaea15a2-8b43-44be-86e9-0c90c4c3d6fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.445023 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.445057 [ 355 ] {} TCP-Session: 03c0cfdf-0295-4991-b2a2-d3784b075b83 Authenticating user 'default' from [fd00:1122:3344:101::e]:55114 2025.12.24 01:25:36.445073 [ 355 ] {} TCP-Session: 03c0cfdf-0295-4991-b2a2-d3784b075b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.445086 [ 355 ] {} TCP-Session: 03c0cfdf-0295-4991-b2a2-d3784b075b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.445151 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.445184 [ 354 ] {} TCP-Session: 74e0063d-0d25-4cd3-8a0b-1012f95924b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:62294 2025.12.24 01:25:36.445201 [ 354 ] {} TCP-Session: 74e0063d-0d25-4cd3-8a0b-1012f95924b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.445213 [ 354 ] {} TCP-Session: 74e0063d-0d25-4cd3-8a0b-1012f95924b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.445280 [ 290 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:25:36.446472 [ 296 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} AggregatingTransform: Aggregating 2025.12.24 01:25:36.446512 [ 296 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} Aggregator: Aggregation method: without_key 2025.12.24 01:25:36.446552 [ 296 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001164844 sec. (858.484 rows/sec., 33.53 KiB/sec.) 2025.12.24 01:25:36.446572 [ 296 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} Aggregator: Merging aggregated data 2025.12.24 01:25:36.447892 [ 290 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} executeQuery: Read 1 rows, 40.00 B in 0.003665 sec., 272.8512960436562 rows/sec., 10.66 KiB/sec. 2025.12.24 01:25:36.448066 [ 290 ] {19d73ec9-a8c1-4a6c-b764-5f7a79cb50b6} TCPHandler: Processed in 0.004298398 sec. 2025.12.24 01:25:36.448184 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448217 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448227 [ 289 ] {} TCP-Session: 23459526-e44d-4c59-9c60-47e4366e6705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448238 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448258 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448279 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448312 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448334 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448348 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448371 [ 354 ] {} TCP-Session: 74e0063d-0d25-4cd3-8a0b-1012f95924b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448394 [ 288 ] {} TCP-Session: dd39d4d0-6fe7-41a6-939c-ead7bb87e43a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448405 [ 290 ] {} TCP-Session: e8d32717-e0c4-4ecc-a536-ab1be837b18d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448354 [ 286 ] {} TCP-Session: be8160e0-9f00-4595-bf57-e735b3ce35bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448339 [ 352 ] {} TCP-Session: aaea15a2-8b43-44be-86e9-0c90c4c3d6fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448308 [ 351 ] {} TCP-Session: 98bfdd05-7729-4a5b-99c7-ec63dcfecf22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448297 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.448264 [ 353 ] {} TCP-Session: 3e35bd41-9ab2-4aa6-9175-411a968c99a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.448532 [ 355 ] {} TCP-Session: 03c0cfdf-0295-4991-b2a2-d3784b075b83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532221 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53972 2025.12.24 01:25:36.532346 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.532375 [ 290 ] {} TCP-Session: 7d6e0e48-17ac-435b-b5e7-3908787b146b Authenticating user 'default' from [fd00:1122:3344:101::e]:53972 2025.12.24 01:25:36.532409 [ 290 ] {} TCP-Session: 7d6e0e48-17ac-435b-b5e7-3908787b146b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532423 [ 290 ] {} TCP-Session: 7d6e0e48-17ac-435b-b5e7-3908787b146b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532679 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55234 2025.12.24 01:25:36.532691 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33140 2025.12.24 01:25:36.532737 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38720 2025.12.24 01:25:36.532794 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.532731 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58714 2025.12.24 01:25:36.532831 [ 351 ] {} TCP-Session: 590ccfc7-fad6-4c2f-be66-db0cb441314d Authenticating user 'default' from [fd00:1122:3344:101::e]:55234 2025.12.24 01:25:36.532845 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.532840 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.532892 [ 286 ] {} TCP-Session: 3f53b335-eac8-4039-b052-bf59daee1013 Authenticating user 'default' from [fd00:1122:3344:101::e]:38720 2025.12.24 01:25:36.532924 [ 352 ] {} TCP-Session: 247b6e0f-2a30-4539-aff5-cdf37b7c40e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:33140 2025.12.24 01:25:36.532936 [ 286 ] {} TCP-Session: 3f53b335-eac8-4039-b052-bf59daee1013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532927 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.532964 [ 286 ] {} TCP-Session: 3f53b335-eac8-4039-b052-bf59daee1013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532957 [ 352 ] {} TCP-Session: 247b6e0f-2a30-4539-aff5-cdf37b7c40e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533017 [ 355 ] {} TCP-Session: 27e31ee0-147e-442b-91a9-072adee26f32 Authenticating user 'default' from [fd00:1122:3344:101::e]:58714 2025.12.24 01:25:36.533032 [ 352 ] {} TCP-Session: 247b6e0f-2a30-4539-aff5-cdf37b7c40e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532711 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60070 2025.12.24 01:25:36.533063 [ 355 ] {} TCP-Session: 27e31ee0-147e-442b-91a9-072adee26f32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532695 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56735 2025.12.24 01:25:36.533123 [ 355 ] {} TCP-Session: 27e31ee0-147e-442b-91a9-072adee26f32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533140 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.532883 [ 351 ] {} TCP-Session: 590ccfc7-fad6-4c2f-be66-db0cb441314d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533185 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.533191 [ 354 ] {} TCP-Session: c860f677-54f3-429a-bea4-3a4f86efde3c Authenticating user 'default' from [fd00:1122:3344:101::e]:60070 2025.12.24 01:25:36.533201 [ 351 ] {} TCP-Session: 590ccfc7-fad6-4c2f-be66-db0cb441314d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533223 [ 353 ] {} TCP-Session: bafd0bc9-cd83-4e72-a359-30e98e91f7cd Authenticating user 'default' from [fd00:1122:3344:101::e]:56735 2025.12.24 01:25:36.533237 [ 354 ] {} TCP-Session: c860f677-54f3-429a-bea4-3a4f86efde3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533265 [ 353 ] {} TCP-Session: bafd0bc9-cd83-4e72-a359-30e98e91f7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533278 [ 354 ] {} TCP-Session: c860f677-54f3-429a-bea4-3a4f86efde3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533291 [ 353 ] {} TCP-Session: bafd0bc9-cd83-4e72-a359-30e98e91f7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.532747 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53072 2025.12.24 01:25:36.532752 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57372 2025.12.24 01:25:36.532746 [ 290 ] {} TCP-Session: 7d6e0e48-17ac-435b-b5e7-3908787b146b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:36.533383 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.533413 [ 288 ] {} TCP-Session: 9e508ca7-2398-4c63-99d1-0397329ff9b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53072 2025.12.24 01:25:36.533418 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.533432 [ 288 ] {} TCP-Session: 9e508ca7-2398-4c63-99d1-0397329ff9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533450 [ 289 ] {} TCP-Session: a822af25-ca5a-427d-b056-98e742853223 Authenticating user 'default' from [fd00:1122:3344:101::e]:57372 2025.12.24 01:25:36.533455 [ 288 ] {} TCP-Session: 9e508ca7-2398-4c63-99d1-0397329ff9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533476 [ 289 ] {} TCP-Session: a822af25-ca5a-427d-b056-98e742853223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533495 [ 289 ] {} TCP-Session: a822af25-ca5a-427d-b056-98e742853223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.533544 [ 290 ] {813782b7-dd4c-4342-8680-070ad319e30f} executeQuery: (from [fd00:1122:3344:101::e]:53972) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:25:36.533801 [ 290 ] {813782b7-dd4c-4342-8680-070ad319e30f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:25:36.533856 [ 290 ] {813782b7-dd4c-4342-8680-070ad319e30f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:25:36.534140 [ 290 ] {813782b7-dd4c-4342-8680-070ad319e30f} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:25:36.535066 [ 307 ] {813782b7-dd4c-4342-8680-070ad319e30f} AggregatingTransform: Aggregating 2025.12.24 01:25:36.535118 [ 307 ] {813782b7-dd4c-4342-8680-070ad319e30f} Aggregator: Aggregation method: without_key 2025.12.24 01:25:36.535159 [ 307 ] {813782b7-dd4c-4342-8680-070ad319e30f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000922829 sec. (1083.624 rows/sec., 42.33 KiB/sec.) 2025.12.24 01:25:36.535179 [ 307 ] {813782b7-dd4c-4342-8680-070ad319e30f} Aggregator: Merging aggregated data 2025.12.24 01:25:36.536576 [ 290 ] {813782b7-dd4c-4342-8680-070ad319e30f} executeQuery: Read 1 rows, 40.00 B in 0.003085 sec., 324.14910858995137 rows/sec., 12.66 KiB/sec. 2025.12.24 01:25:36.536730 [ 290 ] {813782b7-dd4c-4342-8680-070ad319e30f} TCPHandler: Processed in 0.004109964 sec. 2025.12.24 01:25:36.536858 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.536889 [ 290 ] {} TCP-Session: 7d6e0e48-17ac-435b-b5e7-3908787b146b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.536889 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.536910 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.536932 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.536942 [ 353 ] {} TCP-Session: bafd0bc9-cd83-4e72-a359-30e98e91f7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.536966 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.536981 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.537011 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.537026 [ 351 ] {} TCP-Session: 590ccfc7-fad6-4c2f-be66-db0cb441314d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.537039 [ 354 ] {} TCP-Session: c860f677-54f3-429a-bea4-3a4f86efde3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.537072 [ 286 ] {} TCP-Session: 3f53b335-eac8-4039-b052-bf59daee1013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.536995 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.536987 [ 352 ] {} TCP-Session: 247b6e0f-2a30-4539-aff5-cdf37b7c40e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.536963 [ 288 ] {} TCP-Session: 9e508ca7-2398-4c63-99d1-0397329ff9b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.537144 [ 355 ] {} TCP-Session: 27e31ee0-147e-442b-91a9-072adee26f32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.536948 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.537211 [ 289 ] {} TCP-Session: a822af25-ca5a-427d-b056-98e742853223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.558567 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49697 2025.12.24 01:25:36.558660 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.558684 [ 290 ] {} TCP-Session: 976b08f0-b468-4ed6-8a43-0c755bcfb7ad Authenticating user 'default' from [fd00:1122:3344:101::e]:49697 2025.12.24 01:25:36.558707 [ 290 ] {} TCP-Session: 976b08f0-b468-4ed6-8a43-0c755bcfb7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.558720 [ 290 ] {} TCP-Session: 976b08f0-b468-4ed6-8a43-0c755bcfb7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.558945 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59979 2025.12.24 01:25:36.558973 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59496 2025.12.24 01:25:36.558986 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62903 2025.12.24 01:25:36.559003 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45832 2025.12.24 01:25:36.559024 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56466 2025.12.24 01:25:36.559051 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559081 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559054 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559119 [ 354 ] {} TCP-Session: fa24525a-9446-4eea-a029-1b2ef484aa75 Authenticating user 'default' from [fd00:1122:3344:101::e]:62903 2025.12.24 01:25:36.559124 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559141 [ 353 ] {} TCP-Session: 47d4a08b-cd6d-43a0-9e51-c07c88b25da1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59496 2025.12.24 01:25:36.559164 [ 354 ] {} TCP-Session: fa24525a-9446-4eea-a029-1b2ef484aa75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559192 [ 353 ] {} TCP-Session: 47d4a08b-cd6d-43a0-9e51-c07c88b25da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559203 [ 354 ] {} TCP-Session: fa24525a-9446-4eea-a029-1b2ef484aa75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559216 [ 353 ] {} TCP-Session: 47d4a08b-cd6d-43a0-9e51-c07c88b25da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559193 [ 355 ] {} TCP-Session: bc91f2d2-b455-4725-9b58-f674d90ef114 Authenticating user 'default' from [fd00:1122:3344:101::e]:45832 2025.12.24 01:25:36.559125 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559280 [ 355 ] {} TCP-Session: bc91f2d2-b455-4725-9b58-f674d90ef114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559018 [ 290 ] {} TCP-Session: 976b08f0-b468-4ed6-8a43-0c755bcfb7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:36.559317 [ 289 ] {} TCP-Session: e51d4ba9-c34c-4f52-b311-acad6ecf6510 Authenticating user 'default' from [fd00:1122:3344:101::e]:56466 2025.12.24 01:25:36.559312 [ 355 ] {} TCP-Session: bc91f2d2-b455-4725-9b58-f674d90ef114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559365 [ 289 ] {} TCP-Session: e51d4ba9-c34c-4f52-b311-acad6ecf6510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559020 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61863 2025.12.24 01:25:36.559391 [ 289 ] {} TCP-Session: e51d4ba9-c34c-4f52-b311-acad6ecf6510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559018 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52925 2025.12.24 01:25:36.558972 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47958 2025.12.24 01:25:36.559459 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559505 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559529 [ 288 ] {} TCP-Session: 9c70c6e2-2435-40f0-9292-5773df6948bc Authenticating user 'default' from [fd00:1122:3344:101::e]:61863 2025.12.24 01:25:36.559547 [ 286 ] {} TCP-Session: bb6b4131-14d6-40aa-8e71-bdfbd8ff70f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52925 2025.12.24 01:25:36.559562 [ 288 ] {} TCP-Session: 9c70c6e2-2435-40f0-9292-5773df6948bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559574 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:25:36.559587 [ 288 ] {} TCP-Session: 9c70c6e2-2435-40f0-9292-5773df6948bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559576 [ 286 ] {} TCP-Session: bb6b4131-14d6-40aa-8e71-bdfbd8ff70f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559610 [ 352 ] {} TCP-Session: 2dff1557-d4d3-4c05-b140-14b149751458 Authenticating user 'default' from [fd00:1122:3344:101::e]:47958 2025.12.24 01:25:36.559636 [ 286 ] {} TCP-Session: bb6b4131-14d6-40aa-8e71-bdfbd8ff70f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559495 [ 290 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} executeQuery: (from [fd00:1122:3344:101::e]:49697) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:25:36.559671 [ 352 ] {} TCP-Session: 2dff1557-d4d3-4c05-b140-14b149751458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559106 [ 351 ] {} TCP-Session: 367810b4-29b5-4e81-b71f-35b3c3c260f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59979 2025.12.24 01:25:36.559708 [ 352 ] {} TCP-Session: 2dff1557-d4d3-4c05-b140-14b149751458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559739 [ 351 ] {} TCP-Session: 367810b4-29b5-4e81-b71f-35b3c3c260f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559758 [ 351 ] {} TCP-Session: 367810b4-29b5-4e81-b71f-35b3c3c260f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.559918 [ 290 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:25:36.559983 [ 290 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:25:36.560270 [ 290 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:25:36.561214 [ 301 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} AggregatingTransform: Aggregating 2025.12.24 01:25:36.561262 [ 301 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} Aggregator: Aggregation method: without_key 2025.12.24 01:25:36.561298 [ 301 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000928559 sec. (1076.937 rows/sec., 42.07 KiB/sec.) 2025.12.24 01:25:36.561317 [ 301 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} Aggregator: Merging aggregated data 2025.12.24 01:25:36.562789 [ 290 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} executeQuery: Read 1 rows, 40.00 B in 0.00335 sec., 298.5074626865672 rows/sec., 11.66 KiB/sec. 2025.12.24 01:25:36.562988 [ 290 ] {4ccf6d04-2ec8-4fb9-a4a9-bf39ce182291} TCPHandler: Processed in 0.004103144 sec. 2025.12.24 01:25:36.563115 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563146 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563162 [ 289 ] {} TCP-Session: e51d4ba9-c34c-4f52-b311-acad6ecf6510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563174 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563194 [ 351 ] {} TCP-Session: 367810b4-29b5-4e81-b71f-35b3c3c260f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563209 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563241 [ 355 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563255 [ 288 ] {} TCP-Session: 9c70c6e2-2435-40f0-9292-5773df6948bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563260 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563282 [ 354 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563318 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563324 [ 353 ] {} TCP-Session: 47d4a08b-cd6d-43a0-9e51-c07c88b25da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563363 [ 354 ] {} TCP-Session: fa24525a-9446-4eea-a029-1b2ef484aa75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563385 [ 290 ] {} TCP-Session: 976b08f0-b468-4ed6-8a43-0c755bcfb7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563248 [ 352 ] {} TCP-Session: 2dff1557-d4d3-4c05-b140-14b149751458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563314 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.24 01:25:36.563288 [ 355 ] {} TCP-Session: bc91f2d2-b455-4725-9b58-f674d90ef114 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.563494 [ 286 ] {} TCP-Session: bb6b4131-14d6-40aa-8e71-bdfbd8ff70f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:25:36.979788 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1444 2025.12.24 01:25:36.982235 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:36.982294 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:36.983578 [ 242 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:25:36.983856 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:36.984249 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1444 2025.12.24 01:25:37.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 355.86 MiB, peak 371.25 MiB, free memory in arenas 0.00 B, will set to 354.71 MiB (RSS), difference: -1.15 MiB 2025.12.24 01:25:38.155286 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:38.155544 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:38.155635 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:38.156566 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:38.156627 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:38.157136 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 01:25:38.157431 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:38.157632 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} executeQuery: Read 136 rows, 12.08 KiB in 0.002149 sec., 63285.2489530014 rows/sec., 5.49 MiB/sec. 2025.12.24 01:25:38.157699 [ 255 ] {627c66b6-f349-4f7d-8693-1934822ab085} TCPHandler: Processed in 0.002591652 sec. 2025.12.24 01:25:38.157857 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:38.157985 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:25:38.158038 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:25:38.158596 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:38.158645 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:38.159037 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:25:38.159308 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:38.159493 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} executeQuery: Read 40 rows, 3.01 KiB in 0.001539 sec., 25990.90318388564 rows/sec., 1.91 MiB/sec. 2025.12.24 01:25:38.159543 [ 255 ] {215e951b-682b-460c-b9a0-6d0d2b37efe4} TCPHandler: Processed in 0.001747676 sec. 2025.12.24 01:25:38.159682 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:38.159801 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:38.159853 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:38.160324 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:38.160363 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:38.160711 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 01:25:38.160926 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:38.161063 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} executeQuery: Read 104 rows, 8.32 KiB in 0.001291 sec., 80557.70720371805 rows/sec., 6.29 MiB/sec. 2025.12.24 01:25:38.161102 [ 255 ] {a3b422be-b67d-4936-b4c9-5ff21a8c02a4} TCPHandler: Processed in 0.00148024 sec. 2025.12.24 01:25:38.161168 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:38.161215 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:38.161221 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:38.161317 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:38.161374 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:38.161801 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:38.161839 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:38.162198 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 01:25:38.162436 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:38.162568 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2025.12.24 01:25:38.162607 [ 255 ] {633df1f6-a8e6-40f4-9d7b-2c6d7321bf9e} TCPHandler: Processed in 0.001440519 sec. 2025.12.24 01:25:38.162718 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:38.162812 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:38.162871 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:25:38.163771 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:38.163809 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:38.164439 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.12.24 01:25:38.164690 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:38.164846 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} executeQuery: Read 40 rows, 73.40 KiB in 0.002053 sec., 19483.68241597662 rows/sec., 34.91 MiB/sec. 2025.12.24 01:25:38.164911 [ 255 ] {0f3aba99-864a-4396-a420-e520fc3af20a} TCPHandler: Processed in 0.002241506 sec. 2025.12.24 01:25:38.165025 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:38.165119 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:38.165162 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:38.165517 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:38.165553 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2025.12.24 01:25:38.165870 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 01:25:38.166132 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:38.166215 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:38.166344 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} executeQuery: Read 60 rows, 4.14 KiB in 0.001242 sec., 48309.17874396135 rows/sec., 3.26 MiB/sec. 2025.12.24 01:25:38.166396 [ 255 ] {4a01345d-940b-4aaa-a5b7-edfdb3640044} TCPHandler: Processed in 0.001419499 sec. 2025.12.24 01:25:39.106721 [ 222 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:39.106772 [ 222 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:39.111246 [ 222 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:39.268047 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:39.268098 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:39.271846 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:39.299235 [ 221 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:25:39.299289 [ 221 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:25:39.305621 [ 221 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:25:39.351790 [ 223 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:39.351824 [ 223 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:39.357493 [ 223 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:39.399592 [ 221 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:25:39.399630 [ 221 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:25:39.403517 [ 221 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:25:41.683144 [ 39 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:25:41.683239 [ 39 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:25:41.873002 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35452 2025.12.24 01:25:41.873503 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:41.873551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:41.874050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:25:41.874293 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:41.874451 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35452 2025.12.24 01:25:43.147845 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:43.148052 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:43.148178 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:43.148943 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:43.148998 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:43.149397 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 01:25:43.149629 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:43.149796 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} executeQuery: Read 56 rows, 4.41 KiB in 0.001796 sec., 31180.400890868597 rows/sec., 2.40 MiB/sec. 2025.12.24 01:25:43.149846 [ 255 ] {dc15b4aa-71ce-4f3c-80f8-533f31a975db} TCPHandler: Processed in 0.002136523 sec. 2025.12.24 01:25:43.149976 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:43.150080 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:43.150123 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:43.150657 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:43.150697 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:43.151017 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 01:25:43.151227 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:43.151357 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} executeQuery: Read 64 rows, 5.12 KiB in 0.0013 sec., 49230.769230769234 rows/sec., 3.84 MiB/sec. 2025.12.24 01:25:43.151395 [ 255 ] {c2a79e67-94fc-4186-ab00-0d01b79f02a7} TCPHandler: Processed in 0.00146904 sec. 2025.12.24 01:25:43.151521 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:43.151617 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:43.151661 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:43.152142 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:43.152179 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:43.152514 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 01:25:43.152727 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:43.152859 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2025.12.24 01:25:43.152896 [ 255 ] {3677af32-4f6d-4959-975c-06a7a31f30dc} TCPHandler: Processed in 0.001423269 sec. 2025.12.24 01:25:43.153013 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:43.153107 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:43.153148 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:43.153544 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:43.153597 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:43.153981 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 01:25:43.154230 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:43.154386 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} executeQuery: Read 60 rows, 4.14 KiB in 0.001296 sec., 46296.29629629629 rows/sec., 3.12 MiB/sec. 2025.12.24 01:25:43.154430 [ 255 ] {3b9ff642-c64a-49f9-8d32-4976ff51460b} TCPHandler: Processed in 0.001463389 sec. 2025.12.24 01:25:43.862840 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2025.12.24 01:25:43.880960 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:43.881028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:43.887698 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:25:43.888513 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:43.892112 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2025.12.24 01:25:46.984475 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1464 2025.12.24 01:25:46.986790 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:46.986844 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:46.988088 [ 242 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:25:46.988388 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:46.988799 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1464 2025.12.24 01:25:48.179358 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.179555 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.179629 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:25:48.180310 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.180349 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.180740 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:25:48.180973 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.181124 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} executeQuery: Read 24 rows, 2.04 KiB in 0.001622 sec., 14796.547472256474 rows/sec., 1.23 MiB/sec. 2025.12.24 01:25:48.181167 [ 255 ] {db936058-0279-4257-8736-b9cb0ae48b12} TCPHandler: Processed in 0.001947359 sec. 2025.12.24 01:25:48.181297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.181394 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:25:48.181436 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:25:48.181843 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.181879 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.182193 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:25:48.182413 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.182541 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} executeQuery: Read 18 rows, 1.48 KiB in 0.001167 sec., 15424.164524421592 rows/sec., 1.24 MiB/sec. 2025.12.24 01:25:48.182579 [ 255 ] {c760ee42-545a-4782-956d-95665059936d} TCPHandler: Processed in 0.001332777 sec. 2025.12.24 01:25:48.182684 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.182778 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:48.182817 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:48.184232 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.184268 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.184675 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 01:25:48.184886 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.185014 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} executeQuery: Read 1407 rows, 120.95 KiB in 0.002253 sec., 624500.6657789615 rows/sec., 52.42 MiB/sec. 2025.12.24 01:25:48.185051 [ 255 ] {0df41001-b057-460e-a44a-d6eb3f9b30f0} TCPHandler: Processed in 0.002415679 sec. 2025.12.24 01:25:48.185164 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.185258 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.185299 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:25:48.185749 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.185785 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.186100 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:25:48.186329 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.186451 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} executeQuery: Read 70 rows, 5.24 KiB in 0.001211 sec., 57803.46820809248 rows/sec., 4.22 MiB/sec. 2025.12.24 01:25:48.186488 [ 255 ] {dbe84171-3022-491b-b842-9f0af3c8cd00} TCPHandler: Processed in 0.001373838 sec. 2025.12.24 01:25:48.186603 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.186696 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.186735 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:25:48.187253 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.187289 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.187595 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:25:48.187807 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.187929 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} executeQuery: Read 253 rows, 17.91 KiB in 0.00125 sec., 202400 rows/sec., 14.00 MiB/sec. 2025.12.24 01:25:48.187967 [ 255 ] {de08fe39-863c-46ae-9bdb-7189a69f753e} TCPHandler: Processed in 0.001414218 sec. 2025.12.24 01:25:48.188079 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.188173 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.188212 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:25:48.188608 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.188643 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.188935 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 01:25:48.189147 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.189267 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. 2025.12.24 01:25:48.189306 [ 255 ] {97d6510a-5f76-49b8-99ea-82f3f11a352c} TCPHandler: Processed in 0.001275556 sec. 2025.12.24 01:25:48.189408 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.189499 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:48.189536 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:48.190221 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.190256 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.190645 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 01:25:48.190868 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.190992 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} executeQuery: Read 614 rows, 47.35 KiB in 0.001508 sec., 407161.80371352786 rows/sec., 30.66 MiB/sec. 2025.12.24 01:25:48.191030 [ 255 ] {494014b6-9a88-4ef8-9ce7-dfd8551cdf41} TCPHandler: Processed in 0.001669203 sec. 2025.12.24 01:25:48.191147 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.191242 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.191285 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:48.191965 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.191999 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.192371 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 01:25:48.192586 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.192708 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} executeQuery: Read 889 rows, 61.80 KiB in 0.001485 sec., 598653.1986531987 rows/sec., 40.64 MiB/sec. 2025.12.24 01:25:48.192745 [ 255 ] {9a4f851d-2f4a-4cc3-83ea-9eae9e5a3f07} TCPHandler: Processed in 0.001647433 sec. 2025.12.24 01:25:48.192868 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.192993 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.193046 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:25:48.193432 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.193475 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.193852 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 01:25:48.194076 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.194203 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} executeQuery: Read 1 rows, 65.00 B in 0.001235 sec., 809.7165991902834 rows/sec., 51.40 KiB/sec. 2025.12.24 01:25:48.194243 [ 255 ] {e7c536e4-1c26-4885-9a48-cf28e3a78931} TCPHandler: Processed in 0.00143659 sec. 2025.12.24 01:25:48.194365 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.194489 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.194556 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:25:48.195492 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.195530 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.196101 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.12.24 01:25:48.196326 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.196468 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} executeQuery: Read 40 rows, 73.40 KiB in 0.002004 sec., 19960.07984031936 rows/sec., 35.77 MiB/sec. 2025.12.24 01:25:48.196525 [ 255 ] {cd290720-40bf-483d-8546-53c02695fa0f} TCPHandler: Processed in 0.002221045 sec. 2025.12.24 01:25:48.196642 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:48.196739 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:48.196780 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:48.197124 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:48.197159 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:48.197482 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 01:25:48.197697 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:48.197823 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.12.24 01:25:48.197860 [ 255 ] {23342efa-5f97-4b5d-80d1-f8bf549e558c} TCPHandler: Processed in 0.001268516 sec. 2025.12.24 01:25:49.374664 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35964 2025.12.24 01:25:49.375248 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:49.375288 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2025.12.24 01:25:49.375806 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:25:49.376026 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:49.376139 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35964 2025.12.24 01:25:50.261358 [ 219 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:25:50.261427 [ 219 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:25:50.264190 [ 219 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:25:50.316681 [ 223 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:25:50.316748 [ 223 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:25:50.320320 [ 223 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:25:51.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 350.72 MiB, peak 371.25 MiB, free memory in arenas 0.00 B, will set to 354.72 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:25:51.392251 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2025.12.24 01:25:51.409148 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:51.409211 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:51.415389 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:25:51.416135 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:51.419711 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.12.24 01:25:53.147774 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:53.147947 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:53.148013 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:53.148666 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.148707 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.149077 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 01:25:53.149301 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.149457 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} executeQuery: Read 56 rows, 4.41 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.66 MiB/sec. 2025.12.24 01:25:53.149461 [ 46 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 01:25:53.149578 [ 255 ] {f5023d2f-9867-4f97-87ca-38952ff68189} TCPHandler: Processed in 0.001932499 sec. 2025.12.24 01:25:53.149597 [ 46 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.149624 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.149712 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:53.149718 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 01:25:53.149814 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:53.149821 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:53.149843 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1409 rows starting from the beginning of the part 2025.12.24 01:25:53.149869 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:53.149901 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:53.149944 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 136 rows starting from the beginning of the part 2025.12.24 01:25:53.149984 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:53.150021 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1407 rows starting from the beginning of the part 2025.12.24 01:25:53.150069 [ 190 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part 2025.12.24 01:25:53.150320 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.150365 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.150738 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 01:25:53.150964 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.151099 [ 46 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 01:25:53.151103 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} executeQuery: Read 64 rows, 5.12 KiB in 0.001306 sec., 49004.59418070444 rows/sec., 3.82 MiB/sec. 2025.12.24 01:25:53.151144 [ 46 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.151168 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.151168 [ 255 ] {74031687-6c33-4a09-9b39-bb884a9b8d81} TCPHandler: Processed in 0.001509811 sec. 2025.12.24 01:25:53.151291 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 01:25:53.151306 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:53.151428 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:53.151437 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:53.151481 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:53.151486 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 634 rows starting from the beginning of the part 2025.12.24 01:25:53.151507 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001822006 sec., 1712398.3126290473 rows/sec., 149.82 MiB/sec. 2025.12.24 01:25:53.151576 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:53.151632 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 104 rows starting from the beginning of the part 2025.12.24 01:25:53.151678 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:53.151751 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 614 rows starting from the beginning of the part 2025.12.24 01:25:53.151790 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 01:25:53.151838 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part 2025.12.24 01:25:53.151935 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.151980 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.152149 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.152245 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_111_22} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 01:25:53.152345 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:25:53.152426 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 01:25:53.152686 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.152818 [ 46 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 01:25:53.152827 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} executeQuery: Read 160 rows, 11.41 KiB in 0.001422 sec., 112517.58087201124 rows/sec., 7.84 MiB/sec. 2025.12.24 01:25:53.152856 [ 46 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.152878 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.152881 [ 255 ] {d73bd1c2-fc6e-4cde-8095-a605aa1c1a0e} TCPHandler: Processed in 0.001626502 sec. 2025.12.24 01:25:53.152957 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 01:25:53.153009 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:53.153046 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:53.153077 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_106_21, total 30347 rows starting from the beginning of the part 2025.12.24 01:25:53.153106 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:53.153132 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:53.153150 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:53.153169 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001939289 sec., 796168.0801572122 rows/sec., 63.45 MiB/sec. 2025.12.24 01:25:53.153175 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:53.153238 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:53.153277 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 889 rows starting from the beginning of the part 2025.12.24 01:25:53.153318 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2025.12.24 01:25:53.153390 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 01:25:53.153512 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.153555 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.153836 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.153920 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 01:25:53.153928 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_111_22} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 01:25:53.154028 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:25:53.154163 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.154303 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} executeQuery: Read 60 rows, 4.14 KiB in 0.001217 sec., 49301.561216105176 rows/sec., 3.32 MiB/sec. 2025.12.24 01:25:53.154303 [ 46 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 01:25:53.154345 [ 255 ] {64940dd3-05fb-499b-b00f-6170b729fb4f} TCPHandler: Processed in 0.001385228 sec. 2025.12.24 01:25:53.154360 [ 46 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:53.154387 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:53.154474 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 01:25:53.154589 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:53.154623 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6288 rows starting from the beginning of the part 2025.12.24 01:25:53.154686 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:53.154730 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:53.154769 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:53.154811 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:53.154852 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2025.12.24 01:25:53.157006 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6588 rows, containing 4 columns (4 merged, 0 gathered) in 0.002573472 sec., 2559965.680605812 rows/sec., 172.52 MiB/sec. 2025.12.24 01:25:53.157594 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 01:25:53.157867 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.157942 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_111_22} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 01:25:53.158014 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.12.24 01:25:53.160763 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 31876 rows, containing 5 columns (5 merged, 0 gathered) in 0.007840429 sec., 4065593.8597237477 rows/sec., 279.35 MiB/sec. 2025.12.24 01:25:53.161500 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 01:25:53.161775 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:53.161845 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_111_22} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 01:25:53.161928 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2025.12.24 01:25:56.683295 [ 90 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:25:56.683358 [ 90 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:25:56.876377 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36412 2025.12.24 01:25:56.876911 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:56.876960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:56.877466 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:25:56.877698 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:56.877874 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36412 2025.12.24 01:25:56.877896 [ 90 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:25:56.877964 [ 90 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:56.877985 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:56.878114 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:25:56.878261 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:56.878302 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34044 rows starting from the beginning of the part 2025.12.24 01:25:56.878367 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 448 rows starting from the beginning of the part 2025.12.24 01:25:56.878414 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 512 rows starting from the beginning of the part 2025.12.24 01:25:56.878455 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 448 rows starting from the beginning of the part 2025.12.24 01:25:56.878493 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 512 rows starting from the beginning of the part 2025.12.24 01:25:56.878535 [ 192 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 448 rows starting from the beginning of the part 2025.12.24 01:25:56.881173 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36412 rows, containing 4 columns (4 merged, 0 gathered) in 0.003117843 sec., 11678586.766556239 rows/sec., 167.06 MiB/sec. 2025.12.24 01:25:56.881575 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:25:56.881912 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:56.881998 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_76_15} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:25:56.882130 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.12.24 01:25:56.989015 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1494 2025.12.24 01:25:56.991464 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:56.991518 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:56.992772 [ 242 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:25:56.993073 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:56.993234 [ 90 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:25:56.993270 [ 90 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:56.993289 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:56.993389 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:25:56.993491 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1494 2025.12.24 01:25:56.993859 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:56.994013 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1370 rows starting from the beginning of the part 2025.12.24 01:25:56.994384 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 20 rows starting from the beginning of the part 2025.12.24 01:25:56.994738 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part 2025.12.24 01:25:56.995084 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 26 rows starting from the beginning of the part 2025.12.24 01:25:56.995428 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 20 rows starting from the beginning of the part 2025.12.24 01:25:56.995751 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part 2025.12.24 01:25:57.000188 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 359.89 MiB, peak 371.25 MiB, free memory in arenas 0.00 B, will set to 355.84 MiB (RSS), difference: -4.05 MiB 2025.12.24 01:25:57.002695 [ 202 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 72 columns (72 merged, 0 gathered) in 0.00935483 sec., 159703.59696541788 rows/sec., 123.90 MiB/sec. 2025.12.24 01:25:57.004472 [ 200 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:25:57.005103 [ 200 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:57.005188 [ 200 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_56_11} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:25:57.005535 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2025.12.24 01:25:58.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 351.91 MiB, peak 371.25 MiB, free memory in arenas 0.00 B, will set to 355.85 MiB (RSS), difference: 3.94 MiB 2025.12.24 01:25:58.150786 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:58.150973 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:25:58.151042 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:25:58.151755 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.151807 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.152220 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 01:25:58.152459 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.152618 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} executeQuery: Read 136 rows, 12.08 KiB in 0.001704 sec., 79812.20657276995 rows/sec., 6.92 MiB/sec. 2025.12.24 01:25:58.152663 [ 255 ] {96d68d7d-c499-4c9d-bcd4-4ea29a2c4c87} TCPHandler: Processed in 0.00201159 sec. 2025.12.24 01:25:58.152782 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:58.152882 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:25:58.152925 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:25:58.153354 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.153391 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.153700 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:25:58.153943 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.154071 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} executeQuery: Read 40 rows, 3.01 KiB in 0.00121 sec., 33057.85123966942 rows/sec., 2.43 MiB/sec. 2025.12.24 01:25:58.154067 [ 136 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:25:58.154112 [ 255 ] {21b62ac8-8103-463b-bd0f-03b06ee38859} TCPHandler: Processed in 0.001380778 sec. 2025.12.24 01:25:58.154164 [ 136 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.154193 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.154257 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:58.154301 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:25:58.154359 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:25:58.154389 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:58.154401 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:25:58.154419 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 72 rows starting from the beginning of the part 2025.12.24 01:25:58.154478 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part 2025.12.24 01:25:58.154525 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.154570 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.154617 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 70 rows starting from the beginning of the part 2025.12.24 01:25:58.154657 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.154838 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.154874 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.155199 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 01:25:58.155421 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.155473 [ 200 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001218364 sec., 259364.19657836246 rows/sec., 20.03 MiB/sec. 2025.12.24 01:25:58.155550 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} executeQuery: Read 104 rows, 8.32 KiB in 0.001209 sec., 86021.50537634408 rows/sec., 6.72 MiB/sec. 2025.12.24 01:25:58.155599 [ 255 ] {ba5dbec7-f963-4419-916b-599b534846b0} TCPHandler: Processed in 0.001391198 sec. 2025.12.24 01:25:58.155652 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:25:58.155719 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:58.155821 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:58.155869 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:25:58.155991 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.156077 [ 193 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_56_11} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:25:58.156182 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:25:58.156292 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.156332 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.156675 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 01:25:58.156891 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.157023 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.12.24 01:25:58.157061 [ 255 ] {41b77c83-acc4-4239-bdc5-b45fd067866b} TCPHandler: Processed in 0.001392689 sec. 2025.12.24 01:25:58.157130 [ 219 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:58.157176 [ 219 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:58.157185 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:58.157285 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:25:58.157341 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:25:58.158200 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.158240 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.158830 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.12.24 01:25:58.159082 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.159200 [ 136 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.12.24 01:25:58.159219 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} executeQuery: Read 40 rows, 73.40 KiB in 0.001952 sec., 20491.803278688523 rows/sec., 36.72 MiB/sec. 2025.12.24 01:25:58.159238 [ 136 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.159264 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.159282 [ 255 ] {b2d39f05-9781-4bb5-bfa7-a93ded8ea8d7} TCPHandler: Processed in 0.002146244 sec. 2025.12.24 01:25:58.159338 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.12.24 01:25:58.159413 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:25:58.159509 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:58.159512 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:25:58.159565 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:25:58.159576 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1914 rows starting from the beginning of the part 2025.12.24 01:25:58.159694 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.159800 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.159927 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.159938 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.159968 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.160056 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.160151 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part 2025.12.24 01:25:58.160305 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 01:25:58.160532 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.160663 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. 2025.12.24 01:25:58.160700 [ 255 ] {185b783b-4057-44f7-9053-a9d02446dfb2} TCPHandler: Processed in 0.001337167 sec. 2025.12.24 01:25:58.161432 [ 219 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:25:58.170913 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2114 rows, containing 19 columns (19 merged, 0 gathered) in 0.011603916 sec., 182179.8778963929 rows/sec., 326.46 MiB/sec. 2025.12.24 01:25:58.172819 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.12.24 01:25:58.173219 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.173300 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_56_11} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.12.24 01:25:58.173420 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.07 MiB. 2025.12.24 01:25:58.900838 [ 222 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:58.900888 [ 222 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:58.903988 [ 222 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:25:58.919826 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.12.24 01:25:58.934813 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:58.934860 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:58.937550 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.937609 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.938196 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:25:58.943745 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:25:58.944513 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:58.944815 [ 64 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:25:58.944880 [ 64 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:25:58.944901 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2025.12.24 01:25:58.945024 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:25:58.948549 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.12.24 01:25:58.948730 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:25:58.950297 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2025.12.24 01:25:58.954884 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2025.12.24 01:25:58.959381 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2025.12.24 01:25:58.963770 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2025.12.24 01:25:58.968367 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2025.12.24 01:25:58.972655 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2025.12.24 01:25:59.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 370.86 MiB, peak 374.39 MiB, free memory in arenas 0.00 B, will set to 361.86 MiB (RSS), difference: -9.00 MiB 2025.12.24 01:25:59.027217 [ 199 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.082248469 sec., 6966.695027478262 rows/sec., 36.02 MiB/sec. 2025.12.24 01:25:59.029525 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:25:59.031397 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:25:59.031501 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_76_15} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:25:59.033154 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.12.24 01:25:59.177148 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:59.177209 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:25:59.180245 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:00.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 348.46 MiB, peak 374.39 MiB, free memory in arenas 0.00 B, will set to 361.88 MiB (RSS), difference: 13.42 MiB 2025.12.24 01:26:03.147855 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:03.148069 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:03.148149 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:03.148820 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:03.148874 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:03.149296 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 01:26:03.149525 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:03.149687 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} executeQuery: Read 56 rows, 4.41 KiB in 0.001678 sec., 33373.063170441004 rows/sec., 2.56 MiB/sec. 2025.12.24 01:26:03.149741 [ 255 ] {0832a8ae-9b43-4bc8-a8a3-722a1af327ef} TCPHandler: Processed in 0.002022011 sec. 2025.12.24 01:26:03.149864 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:03.149970 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:03.150020 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:03.150482 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:03.150522 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:03.150842 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 01:26:03.151065 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:03.151203 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} executeQuery: Read 64 rows, 5.12 KiB in 0.001257 sec., 50914.87669053301 rows/sec., 3.97 MiB/sec. 2025.12.24 01:26:03.151245 [ 255 ] {6c4ab0e2-6a5b-4954-8597-3032dbfc1126} TCPHandler: Processed in 0.00143351 sec. 2025.12.24 01:26:03.151376 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:03.151477 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:03.151524 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:03.151973 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:03.152010 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:03.152345 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 01:26:03.152562 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:03.152712 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2025.12.24 01:26:03.152754 [ 255 ] {f7e3eba1-2178-4d11-8064-c0b7a7386760} TCPHandler: Processed in 0.001429419 sec. 2025.12.24 01:26:03.152870 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:03.152970 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:03.153015 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:03.153357 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:03.153396 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:03.153722 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.12.24 01:26:03.153948 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:03.154080 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.12.24 01:26:03.154117 [ 255 ] {d1394c5f-e5f4-4cac-9ed5-c15f118d4840} TCPHandler: Processed in 0.001297137 sec. 2025.12.24 01:26:04.378064 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36924 2025.12.24 01:26:04.378684 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:04.378732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:04.379224 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:26:04.379453 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:04.379604 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36924 2025.12.24 01:26:06.448668 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.12.24 01:26:06.466118 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:06.466185 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:06.472282 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:26:06.472990 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:06.476590 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.12.24 01:26:06.993732 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1514 2025.12.24 01:26:06.996020 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:06.996064 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:06.997255 [ 242 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:26:06.997533 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:06.997893 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1514 2025.12.24 01:26:08.150198 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:08.150404 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:08.150479 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:08.151359 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:08.151409 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:08.151819 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 01:26:08.152046 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:08.152211 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} executeQuery: Read 136 rows, 12.08 KiB in 0.001861 sec., 73078.98979043525 rows/sec., 6.34 MiB/sec. 2025.12.24 01:26:08.152267 [ 255 ] {e9c0e240-7960-4370-a73c-2f22394179e9} TCPHandler: Processed in 0.002205895 sec. 2025.12.24 01:26:08.152401 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:08.152505 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:26:08.152548 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:26:08.153029 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:08.153069 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:08.153385 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:26:08.153586 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:08.153715 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} executeQuery: Read 40 rows, 3.01 KiB in 0.001234 sec., 32414.910858995136 rows/sec., 2.38 MiB/sec. 2025.12.24 01:26:08.153759 [ 255 ] {610ea7e9-6d00-46bb-9bf6-84fd937207a2} TCPHandler: Processed in 0.001407959 sec. 2025.12.24 01:26:08.153886 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:08.153985 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:08.154025 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:08.154531 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:08.154570 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:08.154878 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 01:26:08.155088 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:08.155215 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} executeQuery: Read 104 rows, 8.32 KiB in 0.001251 sec., 83133.49320543566 rows/sec., 6.49 MiB/sec. 2025.12.24 01:26:08.155253 [ 255 ] {e844dda3-9a49-443d-9b9d-d455377a38ae} TCPHandler: Processed in 0.001415929 sec. 2025.12.24 01:26:08.155373 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:08.155468 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:08.155512 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:08.155936 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:08.155972 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:08.156285 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 01:26:08.156489 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:08.156618 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.12.24 01:26:08.156655 [ 255 ] {7a257fdd-02a5-441b-a68e-b108340aafc5} TCPHandler: Processed in 0.001329687 sec. 2025.12.24 01:26:08.156767 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:08.156861 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:08.156914 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:26:08.157819 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:08.157856 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:08.158437 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.12.24 01:26:08.158650 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:08.158787 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} executeQuery: Read 40 rows, 73.40 KiB in 0.001944 sec., 20576.1316872428 rows/sec., 36.87 MiB/sec. 2025.12.24 01:26:08.158841 [ 255 ] {023cc1b3-d86f-4726-b829-a028441e4fe8} TCPHandler: Processed in 0.002121943 sec. 2025.12.24 01:26:08.158955 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:08.159050 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:08.159092 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:08.159433 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:08.159469 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2025.12.24 01:26:08.159769 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.12.24 01:26:08.159965 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:08.160089 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.12.24 01:26:08.160124 [ 255 ] {49254f6c-ef6e-4dd1-a276-095a7754576f} TCPHandler: Processed in 0.001218185 sec. 2025.12.24 01:26:11.683397 [ 58 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:26:11.683459 [ 58 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:26:11.879792 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37372 2025.12.24 01:26:11.880295 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:11.880345 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:11.880895 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:26:11.881154 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:11.881309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37372 2025.12.24 01:26:13.148312 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:13.148488 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:13.148556 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:13.149259 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:13.149303 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:13.149706 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 01:26:13.149946 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:13.150094 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} executeQuery: Read 56 rows, 4.41 KiB in 0.001657 sec., 33796.01689800845 rows/sec., 2.60 MiB/sec. 2025.12.24 01:26:13.150137 [ 255 ] {bf5eb427-0412-4085-a81c-922fbae889d1} TCPHandler: Processed in 0.001958999 sec. 2025.12.24 01:26:13.150267 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:13.150365 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:13.150408 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:13.150845 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:13.150882 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:13.151196 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 01:26:13.151432 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:13.151560 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2025.12.24 01:26:13.151598 [ 255 ] {b329d757-dc2d-4364-bbf5-ff10e2c9446a} TCPHandler: Processed in 0.001381938 sec. 2025.12.24 01:26:13.151721 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:13.151817 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:13.151862 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:13.152304 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:13.152339 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:13.152685 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 01:26:13.152915 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:13.153043 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.12.24 01:26:13.153080 [ 255 ] {04688db8-731d-47a6-bbb5-849eb11c3e54} TCPHandler: Processed in 0.001409119 sec. 2025.12.24 01:26:13.153200 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:13.153297 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:13.153340 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:13.153701 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:13.153737 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:13.154056 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.12.24 01:26:13.154274 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:13.154400 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.12.24 01:26:13.154437 [ 255 ] {11b5dc0d-ff94-45af-9794-b7c30238cb4b} TCPHandler: Processed in 0.001285297 sec. 2025.12.24 01:26:13.976735 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.12.24 01:26:13.994005 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:13.994053 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:14.000091 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:26:14.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 366.70 MiB, peak 374.39 MiB, free memory in arenas 0.00 B, will set to 361.91 MiB (RSS), difference: -4.79 MiB 2025.12.24 01:26:14.000853 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:14.003870 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.12.24 01:26:15.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 357.91 MiB, peak 374.39 MiB, free memory in arenas 0.00 B, will set to 361.91 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:26:16.998112 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1534 2025.12.24 01:26:17.000350 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:17.000408 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:17.001642 [ 242 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:26:17.001927 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:17.002315 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1534 2025.12.24 01:26:18.180726 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.180901 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.180964 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:26:18.181583 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.181619 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.181989 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:26:18.182223 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.182382 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} executeQuery: Read 24 rows, 2.04 KiB in 0.001529 sec., 15696.533682145193 rows/sec., 1.30 MiB/sec. 2025.12.24 01:26:18.182428 [ 255 ] {df85318c-bc76-4518-bce7-27cd4231f754} TCPHandler: Processed in 0.001827067 sec. 2025.12.24 01:26:18.182551 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.182646 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:26:18.182687 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:26:18.183072 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.183107 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.183387 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:26:18.183592 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.183714 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} executeQuery: Read 2 rows, 167.00 B in 0.001087 sec., 1839.926402943882 rows/sec., 150.03 KiB/sec. 2025.12.24 01:26:18.183751 [ 255 ] {0af26c17-9550-4c33-b2c8-de620839d772} TCPHandler: Processed in 0.001248195 sec. 2025.12.24 01:26:18.183861 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.183954 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:18.183992 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:18.185499 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.185534 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.185939 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 01:26:18.186142 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.186262 [ 65 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 01:26:18.186268 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} executeQuery: Read 1397 rows, 120.17 KiB in 0.002332 sec., 599056.6037735849 rows/sec., 50.32 MiB/sec. 2025.12.24 01:26:18.186302 [ 65 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.186320 [ 255 ] {7414f0d6-7673-480a-b9d8-3e8e82ab7364} TCPHandler: Processed in 0.002506491 sec. 2025.12.24 01:26:18.186322 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.186439 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.186455 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 01:26:18.186532 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.186577 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:26:18.186605 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:18.186649 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1409 rows starting from the beginning of the part 2025.12.24 01:26:18.186718 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 136 rows starting from the beginning of the part 2025.12.24 01:26:18.186770 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part 2025.12.24 01:26:18.186816 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 136 rows starting from the beginning of the part 2025.12.24 01:26:18.186859 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part 2025.12.24 01:26:18.186902 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:26:18.187017 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.187059 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.187373 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:26:18.187594 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.187723 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} executeQuery: Read 54 rows, 4.11 KiB in 0.001209 sec., 44665.01240694789 rows/sec., 3.32 MiB/sec. 2025.12.24 01:26:18.187761 [ 255 ] {1a12adee-bc0e-4746-9dbc-108666ac96d1} TCPHandler: Processed in 0.001370068 sec. 2025.12.24 01:26:18.187876 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.187977 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.188017 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:26:18.188416 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3190 rows, containing 5 columns (5 merged, 0 gathered) in 0.002020761 sec., 1578613.2056190714 rows/sec., 138.55 MiB/sec. 2025.12.24 01:26:18.188656 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.188706 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.188722 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 01:26:18.189101 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.189112 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:26:18.189195 [ 186 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_116_23} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 01:26:18.189302 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:26:18.189358 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.189491 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} executeQuery: Read 252 rows, 17.85 KiB in 0.001534 sec., 164276.40156453717 rows/sec., 11.36 MiB/sec. 2025.12.24 01:26:18.189531 [ 255 ] {fd99ac21-86cc-4121-8443-f35de8c4902e} TCPHandler: Processed in 0.001704974 sec. 2025.12.24 01:26:18.189648 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.189743 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.189782 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:26:18.190182 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.190217 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.190513 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 01:26:18.190719 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.190845 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} executeQuery: Read 12 rows, 960.00 B in 0.001121 sec., 10704.727921498661 rows/sec., 836.31 KiB/sec. 2025.12.24 01:26:18.190884 [ 255 ] {49af62f7-3941-4e47-97aa-f1e26bdfcc40} TCPHandler: Processed in 0.001284376 sec. 2025.12.24 01:26:18.190995 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.191107 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:18.191154 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:18.192045 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.192078 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.192394 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 01:26:18.192593 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.192696 [ 65 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 01:26:18.192715 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} executeQuery: Read 598 rows, 46.03 KiB in 0.001632 sec., 366421.56862745096 rows/sec., 27.54 MiB/sec. 2025.12.24 01:26:18.192726 [ 65 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.192745 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.192753 [ 255 ] {df4d0570-c258-4b37-949c-755c5ec2b9c1} TCPHandler: Processed in 0.001814997 sec. 2025.12.24 01:26:18.192850 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 01:26:18.192886 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.192971 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:18.192986 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.193007 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 634 rows starting from the beginning of the part 2025.12.24 01:26:18.193035 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:18.193087 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 104 rows starting from the beginning of the part 2025.12.24 01:26:18.193154 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part 2025.12.24 01:26:18.193210 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 104 rows starting from the beginning of the part 2025.12.24 01:26:18.193264 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part 2025.12.24 01:26:18.193315 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 598 rows starting from the beginning of the part 2025.12.24 01:26:18.193738 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.193779 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.194175 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 01:26:18.194381 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.194472 [ 65 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 01:26:18.194497 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.001683514 sec., 931385.1859859793 rows/sec., 74.24 MiB/sec. 2025.12.24 01:26:18.194508 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} executeQuery: Read 881 rows, 61.23 KiB in 0.00154 sec., 572077.9220779222 rows/sec., 38.83 MiB/sec. 2025.12.24 01:26:18.194499 [ 65 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.194556 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.194557 [ 255 ] {f55f03b6-d46f-44a2-94dc-410e397e1995} TCPHandler: Processed in 0.001719275 sec. 2025.12.24 01:26:18.194623 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 01:26:18.194660 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 01:26:18.194672 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.194720 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:18.194749 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_111_22, total 31876 rows starting from the beginning of the part 2025.12.24 01:26:18.194776 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.194795 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:18.194836 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:18.194836 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:26:18.194870 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:18.194907 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:18.194926 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.194940 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 881 rows starting from the beginning of the part 2025.12.24 01:26:18.195000 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_116_23} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 01:26:18.195074 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:26:18.195750 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.195794 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.196401 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.12.24 01:26:18.196615 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.196757 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} executeQuery: Read 40 rows, 73.40 KiB in 0.002004 sec., 19960.07984031936 rows/sec., 35.77 MiB/sec. 2025.12.24 01:26:18.196811 [ 255 ] {4b7099a1-71ef-4b51-8556-4610a4533cb8} TCPHandler: Processed in 0.002186664 sec. 2025.12.24 01:26:18.196924 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:18.197019 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:18.197059 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:18.197400 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.197434 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.197739 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.12.24 01:26:18.197938 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.198033 [ 65 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.12.24 01:26:18.198056 [ 65 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:18.198062 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.12.24 01:26:18.198071 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:18.198097 [ 255 ] {64786db0-cfd3-4ebf-95d0-502cbf86cb17} TCPHandler: Processed in 0.001222355 sec. 2025.12.24 01:26:18.198186 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.12.24 01:26:18.198352 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:18.198395 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6588 rows starting from the beginning of the part 2025.12.24 01:26:18.198467 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:18.198520 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:18.198567 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:18.198612 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:18.198663 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:18.200813 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6888 rows, containing 4 columns (4 merged, 0 gathered) in 0.002687954 sec., 2562543.853057009 rows/sec., 172.70 MiB/sec. 2025.12.24 01:26:18.201219 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 01:26:18.201476 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.201550 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_116_23} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 01:26:18.201627 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.12.24 01:26:18.203060 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 33397 rows, containing 5 columns (5 merged, 0 gathered) in 0.008468632 sec., 3943612.1442046366 rows/sec., 270.95 MiB/sec. 2025.12.24 01:26:18.203237 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.12.24 01:26:18.203467 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:18.203533 [ 195 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_116_23} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.12.24 01:26:18.203602 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.12.24 01:26:19.000210 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 362.76 MiB, peak 374.39 MiB, free memory in arenas 0.00 B, will set to 364.16 MiB (RSS), difference: 1.39 MiB 2025.12.24 01:26:19.381518 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37884 2025.12.24 01:26:19.382131 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:19.382184 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:19.382669 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:26:19.382896 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:19.383039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37884 2025.12.24 01:26:21.504013 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.12.24 01:26:21.522747 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:21.522804 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:21.529064 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:26:21.529824 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:21.533120 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.12.24 01:26:23.028098 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:26:23.028176 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:26:23.032129 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:26:23.147593 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:23.147771 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:23.147833 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:23.148605 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:23.148650 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:23.149028 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 01:26:23.149245 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:23.149395 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} executeQuery: Read 56 rows, 4.41 KiB in 0.001672 sec., 33492.82296650718 rows/sec., 2.57 MiB/sec. 2025.12.24 01:26:23.149437 [ 255 ] {b69be4fc-63ce-4819-a5bf-6f1daa05a3df} TCPHandler: Processed in 0.00196867 sec. 2025.12.24 01:26:23.149568 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:23.149662 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:23.149702 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:23.150194 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:23.150232 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:23.150547 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 01:26:23.150753 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:23.150877 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} executeQuery: Read 64 rows, 5.12 KiB in 0.001234 sec., 51863.85737439222 rows/sec., 4.05 MiB/sec. 2025.12.24 01:26:23.150915 [ 255 ] {7eb05692-ba93-438d-b1e9-5c702ff5eee1} TCPHandler: Processed in 0.001398549 sec. 2025.12.24 01:26:23.151045 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:23.151138 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:23.151181 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:23.151643 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:23.151681 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:23.152014 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 01:26:23.152219 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:23.152347 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.12.24 01:26:23.152384 [ 255 ] {929db800-6aee-4ac1-8769-6e72be4e29fa} TCPHandler: Processed in 0.001398389 sec. 2025.12.24 01:26:23.152506 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:23.152600 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:23.152640 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:23.152981 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:23.153017 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:23.153307 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.12.24 01:26:23.153507 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:23.153629 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.12.24 01:26:23.153664 [ 255 ] {8483946e-a1a3-48b5-ae98-2157090ee4be} TCPHandler: Processed in 0.001205935 sec. 2025.12.24 01:26:23.396650 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:26:23.396708 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:26:23.399844 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:26:24.297532 [ 224 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:26:24.297586 [ 224 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:26:24.300821 [ 224 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:26:24.329019 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:24.329073 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:24.331977 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:26.112103 [ 221 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:26:26.112178 [ 221 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:26:26.115371 [ 221 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:26:26.269009 [ 222 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:26:26.269079 [ 222 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:26:26.272195 [ 222 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:26:26.683523 [ 44 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:26:26.683577 [ 44 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:26:26.883254 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38332 2025.12.24 01:26:26.884060 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:26.884137 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:26.884712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:26:26.884939 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:26.885085 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38332 2025.12.24 01:26:27.002500 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002134953 sec. 2025.12.24 01:26:27.002533 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1562 2025.12.24 01:26:27.004960 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:27.005019 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:27.006240 [ 242 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:26:27.006533 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:27.006930 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1562 2025.12.24 01:26:27.983987 [ 224 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:26:27.984055 [ 224 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:26:27.986871 [ 224 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:26:28.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 360.16 MiB, peak 374.39 MiB, free memory in arenas 0.00 B, will set to 364.16 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:26:28.149952 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:28.150153 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:28.150229 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:28.150983 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:28.151037 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:28.151451 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 01:26:28.151684 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:28.151847 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} executeQuery: Read 136 rows, 12.08 KiB in 0.001749 sec., 77758.71926815323 rows/sec., 6.74 MiB/sec. 2025.12.24 01:26:28.151900 [ 255 ] {3d83d3c9-001c-4797-94fe-e04d6c0ec3ea} TCPHandler: Processed in 0.002089643 sec. 2025.12.24 01:26:28.152026 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:28.152129 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:26:28.152173 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:26:28.152605 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:28.152644 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:28.152956 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:26:28.153203 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:28.153340 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} executeQuery: Read 40 rows, 3.01 KiB in 0.001235 sec., 32388.663967611337 rows/sec., 2.38 MiB/sec. 2025.12.24 01:26:28.153428 [ 255 ] {337f9ba5-56d5-4ba3-951f-cf0f0c838db6} TCPHandler: Processed in 0.00145197 sec. 2025.12.24 01:26:28.153572 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:28.153696 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:28.153744 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:28.154283 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:28.154329 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:28.154705 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 01:26:28.154934 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:28.155066 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} executeQuery: Read 104 rows, 8.32 KiB in 0.001397 sec., 74445.23979957051 rows/sec., 5.81 MiB/sec. 2025.12.24 01:26:28.155107 [ 255 ] {ebf9e317-3ff3-453d-8ccc-d6226a760881} TCPHandler: Processed in 0.001605233 sec. 2025.12.24 01:26:28.155222 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:28.155317 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:28.155362 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:28.155778 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:28.155815 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:28.156161 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 01:26:28.156377 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:28.156508 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.12.24 01:26:28.156547 [ 255 ] {18be85d5-9769-4b4e-aa8d-bc1569aed796} TCPHandler: Processed in 0.001374908 sec. 2025.12.24 01:26:28.156656 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:28.156761 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:28.156816 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:26:28.157718 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:28.157754 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:28.158321 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.12.24 01:26:28.158554 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:28.158699 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} executeQuery: Read 40 rows, 73.40 KiB in 0.001958 sec., 20429.009193054135 rows/sec., 36.61 MiB/sec. 2025.12.24 01:26:28.158766 [ 255 ] {27b4b9bb-d1aa-482a-b059-f7d17e065705} TCPHandler: Processed in 0.002161744 sec. 2025.12.24 01:26:28.158885 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:28.158982 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:28.159024 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:28.159361 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:28.159398 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:28.159703 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.12.24 01:26:28.159914 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:28.160045 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.12.24 01:26:28.160081 [ 255 ] {d1599163-e87f-4270-8efe-893ee721d3be} TCPHandler: Processed in 0.001253556 sec. 2025.12.24 01:26:28.848487 [ 223 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:26:28.848565 [ 223 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:26:28.851399 [ 223 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:26:29.033241 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.12.24 01:26:29.050073 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:29.050145 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:29.055866 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:26:29.056616 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:29.059728 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.12.24 01:26:29.341810 [ 223 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:26:29.341858 [ 223 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:26:29.344429 [ 223 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:26:33.147652 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:33.147854 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:33.147925 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:33.148709 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:33.148765 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:33.149173 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 01:26:33.149414 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:33.149583 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} executeQuery: Read 56 rows, 4.41 KiB in 0.001776 sec., 31531.53153153153 rows/sec., 2.42 MiB/sec. 2025.12.24 01:26:33.149637 [ 255 ] {98010ff7-9dea-4aab-ac43-fbbcdc853adb} TCPHandler: Processed in 0.002117243 sec. 2025.12.24 01:26:33.149802 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:33.149908 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:33.149954 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:33.150435 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:33.150474 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:33.150783 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 01:26:33.150989 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:33.151120 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} executeQuery: Read 64 rows, 5.12 KiB in 0.001237 sec., 51738.07599029911 rows/sec., 4.04 MiB/sec. 2025.12.24 01:26:33.151159 [ 255 ] {46dea54e-1b9d-407d-9b95-a72272aad19a} TCPHandler: Processed in 0.001421509 sec. 2025.12.24 01:26:33.151297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:33.151396 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:33.151440 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:33.151886 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:33.151925 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:33.152250 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 01:26:33.152456 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:33.152586 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.12.24 01:26:33.152623 [ 255 ] {d3919d6b-af61-4a92-a6c1-41c9313f7d4e} TCPHandler: Processed in 0.001386237 sec. 2025.12.24 01:26:33.152733 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:33.152828 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:33.152869 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:33.153223 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:33.153260 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:33.153557 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.12.24 01:26:33.153765 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:33.153892 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 01:26:33.153933 [ 255 ] {08e7c05a-add6-4d64-96d2-436a16f2fb7b} TCPHandler: Processed in 0.001249565 sec. 2025.12.24 01:26:34.385275 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38844 2025.12.24 01:26:34.385847 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:34.385899 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:34.386386 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:26:34.386629 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:34.386780 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38844 2025.12.24 01:26:34.386810 [ 173 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:26:34.386880 [ 173 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:34.386905 [ 173 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:34.387074 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:26:34.387300 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:34.387365 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36412 rows starting from the beginning of the part 2025.12.24 01:26:34.387468 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 512 rows starting from the beginning of the part 2025.12.24 01:26:34.387546 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 448 rows starting from the beginning of the part 2025.12.24 01:26:34.387617 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 512 rows starting from the beginning of the part 2025.12.24 01:26:34.387682 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 448 rows starting from the beginning of the part 2025.12.24 01:26:34.387740 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 512 rows starting from the beginning of the part 2025.12.24 01:26:34.390336 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38844 rows, containing 4 columns (4 merged, 0 gathered) in 0.003343038 sec., 11619371.362216044 rows/sec., 166.22 MiB/sec. 2025.12.24 01:26:34.390601 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:26:34.390852 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:34.390927 [ 195 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_81_16} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:26:34.391004 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.12.24 01:26:36.559841 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.12.24 01:26:36.583311 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:36.583390 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:36.590822 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:26:36.591957 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:36.592289 [ 157 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:26:36.592327 [ 157 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:36.592346 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:36.592476 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:26:36.596391 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:36.597932 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2025.12.24 01:26:36.598938 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.12.24 01:26:36.602569 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2025.12.24 01:26:36.607134 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2025.12.24 01:26:36.611927 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2025.12.24 01:26:36.616945 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2025.12.24 01:26:36.624167 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2025.12.24 01:26:36.635676 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44051 2025.12.24 01:26:36.635788 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.635814 [ 290 ] {} TCP-Session: 6585f46e-72ce-470e-8166-d54d1bf94f0b Authenticating user 'default' from [fd00:1122:3344:101::e]:44051 2025.12.24 01:26:36.635837 [ 290 ] {} TCP-Session: 6585f46e-72ce-470e-8166-d54d1bf94f0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.635850 [ 290 ] {} TCP-Session: 6585f46e-72ce-470e-8166-d54d1bf94f0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.636258 [ 290 ] {} TCP-Session: 6585f46e-72ce-470e-8166-d54d1bf94f0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:36.636484 [ 290 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} executeQuery: (from [fd00:1122:3344:101::e]:44051) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:26:36.636855 [ 290 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:26:36.636924 [ 290 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:26:36.637323 [ 290 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:26:36.638489 [ 329 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} AggregatingTransform: Aggregating 2025.12.24 01:26:36.638526 [ 329 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} Aggregator: Aggregation method: without_key 2025.12.24 01:26:36.638560 [ 329 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001095762 sec. (912.607 rows/sec., 35.65 KiB/sec.) 2025.12.24 01:26:36.638578 [ 329 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} Aggregator: Merging aggregated data 2025.12.24 01:26:36.639595 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51797 2025.12.24 01:26:36.639608 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64563 2025.12.24 01:26:36.639649 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58132 2025.12.24 01:26:36.639691 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.639702 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.639727 [ 356 ] {} TCP-Session: 37c307d2-d5d5-4017-9e94-ff03da4f00d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51797 2025.12.24 01:26:36.639742 [ 351 ] {} TCP-Session: 2cf5a571-0357-4cbc-a88f-2242dd7e640a Authenticating user 'default' from [fd00:1122:3344:101::e]:64563 2025.12.24 01:26:36.639749 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59910 2025.12.24 01:26:36.639775 [ 351 ] {} TCP-Session: 2cf5a571-0357-4cbc-a88f-2242dd7e640a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.639784 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44243 2025.12.24 01:26:36.639799 [ 351 ] {} TCP-Session: 2cf5a571-0357-4cbc-a88f-2242dd7e640a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.639756 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52921 2025.12.24 01:26:36.639836 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.639870 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38123 2025.12.24 01:26:36.639875 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.639894 [ 358 ] {} TCP-Session: 7e2c54ab-d98b-4011-8f86-4374d94ac8f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59910 2025.12.24 01:26:36.639829 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62968 2025.12.24 01:26:36.639944 [ 358 ] {} TCP-Session: 7e2c54ab-d98b-4011-8f86-4374d94ac8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.639938 [ 360 ] {} TCP-Session: 206f7d0d-eaf2-476f-8573-a6428238e8e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44243 2025.12.24 01:26:36.639979 [ 358 ] {} TCP-Session: 7e2c54ab-d98b-4011-8f86-4374d94ac8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.639759 [ 356 ] {} TCP-Session: 37c307d2-d5d5-4017-9e94-ff03da4f00d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640022 [ 360 ] {} TCP-Session: 206f7d0d-eaf2-476f-8573-a6428238e8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640051 [ 356 ] {} TCP-Session: 37c307d2-d5d5-4017-9e94-ff03da4f00d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640063 [ 360 ] {} TCP-Session: 206f7d0d-eaf2-476f-8573-a6428238e8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.639750 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.640157 [ 357 ] {} TCP-Session: 43d37e33-044e-4ed6-b196-6c1d9979c55e Authenticating user 'default' from [fd00:1122:3344:101::e]:58132 2025.12.24 01:26:36.640180 [ 357 ] {} TCP-Session: 43d37e33-044e-4ed6-b196-6c1d9979c55e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640197 [ 357 ] {} TCP-Session: 43d37e33-044e-4ed6-b196-6c1d9979c55e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640203 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.640275 [ 359 ] {} TCP-Session: 22b81636-caf3-42e8-84c9-d3cbec00950e Authenticating user 'default' from [fd00:1122:3344:101::e]:52921 2025.12.24 01:26:36.640295 [ 290 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} executeQuery: Read 1 rows, 40.00 B in 0.003904 sec., 256.1475409836066 rows/sec., 10.01 KiB/sec. 2025.12.24 01:26:36.640311 [ 359 ] {} TCP-Session: 22b81636-caf3-42e8-84c9-d3cbec00950e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640350 [ 359 ] {} TCP-Session: 22b81636-caf3-42e8-84c9-d3cbec00950e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640427 [ 290 ] {d324cf0c-d19a-4043-b064-3d0124fb02dc} TCPHandler: Processed in 0.004344718 sec. 2025.12.24 01:26:36.640578 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640607 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640621 [ 290 ] {} TCP-Session: 6585f46e-72ce-470e-8166-d54d1bf94f0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640650 [ 351 ] {} TCP-Session: 2cf5a571-0357-4cbc-a88f-2242dd7e640a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640661 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640690 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640714 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640720 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.640731 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.640775 [ 362 ] {} TCP-Session: 4dd949c9-525a-4a21-93b2-332da968df3b Authenticating user 'default' from [fd00:1122:3344:101::e]:38123 2025.12.24 01:26:36.640760 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640810 [ 362 ] {} TCP-Session: 4dd949c9-525a-4a21-93b2-332da968df3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640805 [ 361 ] {} TCP-Session: 5ac45fdc-8fd3-4413-8a28-e019824023dc Authenticating user 'default' from [fd00:1122:3344:101::e]:62968 2025.12.24 01:26:36.640850 [ 359 ] {} TCP-Session: 22b81636-caf3-42e8-84c9-d3cbec00950e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640873 [ 361 ] {} TCP-Session: 5ac45fdc-8fd3-4413-8a28-e019824023dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640849 [ 362 ] {} TCP-Session: 4dd949c9-525a-4a21-93b2-332da968df3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640899 [ 361 ] {} TCP-Session: 5ac45fdc-8fd3-4413-8a28-e019824023dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640754 [ 360 ] {} TCP-Session: 206f7d0d-eaf2-476f-8573-a6428238e8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640734 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.640732 [ 358 ] {} TCP-Session: 7e2c54ab-d98b-4011-8f86-4374d94ac8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640973 [ 357 ] {} TCP-Session: 43d37e33-044e-4ed6-b196-6c1d9979c55e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.640719 [ 356 ] {} TCP-Session: 37c307d2-d5d5-4017-9e94-ff03da4f00d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.641158 [ 362 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:38123). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.12.24 01:26:36.642138 [ 362 ] {} TCP-Session: 4dd949c9-525a-4a21-93b2-332da968df3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.642148 [ 361 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:62968). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.12.24 01:26:36.642210 [ 361 ] {} TCP-Session: 5ac45fdc-8fd3-4413-8a28-e019824023dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.707315 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.114896791 sec., 5309.112593057538 rows/sec., 27.45 MiB/sec. 2025.12.24 01:26:36.708392 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42674 2025.12.24 01:26:36.708510 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.708539 [ 290 ] {} TCP-Session: 26bf44c7-e730-4044-8932-bdb6cd4c6feb Authenticating user 'default' from [fd00:1122:3344:101::e]:42674 2025.12.24 01:26:36.708561 [ 290 ] {} TCP-Session: 26bf44c7-e730-4044-8932-bdb6cd4c6feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708574 [ 290 ] {} TCP-Session: 26bf44c7-e730-4044-8932-bdb6cd4c6feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708750 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65036 2025.12.24 01:26:36.708791 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50866 2025.12.24 01:26:36.708815 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59827 2025.12.24 01:26:36.708850 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.708845 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49366 2025.12.24 01:26:36.708886 [ 351 ] {} TCP-Session: 17d37995-a987-48bb-a2a4-e10b5f16272d Authenticating user 'default' from [fd00:1122:3344:101::e]:65036 2025.12.24 01:26:36.708884 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63679 2025.12.24 01:26:36.708928 [ 351 ] {} TCP-Session: 17d37995-a987-48bb-a2a4-e10b5f16272d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708924 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.708955 [ 351 ] {} TCP-Session: 17d37995-a987-48bb-a2a4-e10b5f16272d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708974 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.708979 [ 357 ] {} TCP-Session: c62bd98b-db4b-4fb1-8e94-779b79ee85f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59827 2025.12.24 01:26:36.709002 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.709009 [ 359 ] {} TCP-Session: 0795fecc-e183-443b-83ce-351546d97e10 Authenticating user 'default' from [fd00:1122:3344:101::e]:49366 2025.12.24 01:26:36.709027 [ 357 ] {} TCP-Session: c62bd98b-db4b-4fb1-8e94-779b79ee85f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709042 [ 361 ] {} TCP-Session: b2e01ab2-9cc6-4aa8-b3ee-a7293acd45c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63679 2025.12.24 01:26:36.709054 [ 359 ] {} TCP-Session: 0795fecc-e183-443b-83ce-351546d97e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709059 [ 357 ] {} TCP-Session: c62bd98b-db4b-4fb1-8e94-779b79ee85f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709086 [ 359 ] {} TCP-Session: 0795fecc-e183-443b-83ce-351546d97e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709081 [ 361 ] {} TCP-Session: b2e01ab2-9cc6-4aa8-b3ee-a7293acd45c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708872 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.709133 [ 361 ] {} TCP-Session: b2e01ab2-9cc6-4aa8-b3ee-a7293acd45c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709160 [ 356 ] {} TCP-Session: d66ad65e-38e6-4559-839a-88121e79bf6e Authenticating user 'default' from [fd00:1122:3344:101::e]:50866 2025.12.24 01:26:36.708822 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38513 2025.12.24 01:26:36.709192 [ 356 ] {} TCP-Session: d66ad65e-38e6-4559-839a-88121e79bf6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708874 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55721 2025.12.24 01:26:36.709225 [ 356 ] {} TCP-Session: d66ad65e-38e6-4559-839a-88121e79bf6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.708891 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42624 2025.12.24 01:26:36.708896 [ 290 ] {} TCP-Session: 26bf44c7-e730-4044-8932-bdb6cd4c6feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:36.709465 [ 290 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} executeQuery: (from [fd00:1122:3344:101::e]:42674) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:26:36.709680 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.709716 [ 358 ] {} TCP-Session: 58e1b921-7c94-497c-b42e-b175b270045c Authenticating user 'default' from [fd00:1122:3344:101::e]:38513 2025.12.24 01:26:36.709734 [ 358 ] {} TCP-Session: 58e1b921-7c94-497c-b42e-b175b270045c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709746 [ 358 ] {} TCP-Session: 58e1b921-7c94-497c-b42e-b175b270045c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709749 [ 290 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:26:36.709818 [ 290 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:26:36.709822 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.709862 [ 360 ] {} TCP-Session: e5d30694-006f-4881-80f9-6c37e15e3b9f Authenticating user 'default' from [fd00:1122:3344:101::e]:55721 2025.12.24 01:26:36.709881 [ 360 ] {} TCP-Session: e5d30694-006f-4881-80f9-6c37e15e3b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.709895 [ 360 ] {} TCP-Session: e5d30694-006f-4881-80f9-6c37e15e3b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.710074 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.710106 [ 362 ] {} TCP-Session: aba014cf-c894-44d2-9def-ef3ec0bfff00 Authenticating user 'default' from [fd00:1122:3344:101::e]:42624 2025.12.24 01:26:36.710122 [ 362 ] {} TCP-Session: aba014cf-c894-44d2-9def-ef3ec0bfff00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.710134 [ 362 ] {} TCP-Session: aba014cf-c894-44d2-9def-ef3ec0bfff00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.710203 [ 290 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:26:36.710688 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:26:36.711199 [ 331 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} AggregatingTransform: Aggregating 2025.12.24 01:26:36.711235 [ 331 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} Aggregator: Aggregation method: without_key 2025.12.24 01:26:36.711269 [ 331 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000958679 sec. (1043.102 rows/sec., 40.75 KiB/sec.) 2025.12.24 01:26:36.711287 [ 331 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} Aggregator: Merging aggregated data 2025.12.24 01:26:36.716547 [ 290 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} executeQuery: Read 1 rows, 40.00 B in 0.007135 sec., 140.1541695865452 rows/sec., 5.47 KiB/sec. 2025.12.24 01:26:36.716745 [ 290 ] {8a6eeed2-e846-48e9-b58d-a00b7bf665bf} TCPHandler: Processed in 0.007963732 sec. 2025.12.24 01:26:36.716840 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.716870 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.716886 [ 290 ] {} TCP-Session: 26bf44c7-e730-4044-8932-bdb6cd4c6feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.716898 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.716921 [ 351 ] {} TCP-Session: 17d37995-a987-48bb-a2a4-e10b5f16272d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.716942 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.716960 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.716984 [ 358 ] {} TCP-Session: 58e1b921-7c94-497c-b42e-b175b270045c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.716979 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.717007 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.717019 [ 357 ] {} TCP-Session: c62bd98b-db4b-4fb1-8e94-779b79ee85f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.717041 [ 361 ] {} TCP-Session: b2e01ab2-9cc6-4aa8-b3ee-a7293acd45c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.717061 [ 360 ] {} TCP-Session: e5d30694-006f-4881-80f9-6c37e15e3b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.717017 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.716921 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:36.717137 [ 356 ] {} TCP-Session: d66ad65e-38e6-4559-839a-88121e79bf6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.716964 [ 362 ] {} TCP-Session: aba014cf-c894-44d2-9def-ef3ec0bfff00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.717172 [ 359 ] {} TCP-Session: 0795fecc-e183-443b-83ce-351546d97e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.718243 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:36.718356 [ 192 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_81_16} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:26:36.720754 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.12.24 01:26:36.999719 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53796 2025.12.24 01:26:36.999835 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:36.999865 [ 290 ] {} TCP-Session: 204b9d82-42f4-48fb-bc2c-0ffbaf7e5782 Authenticating user 'default' from [fd00:1122:3344:101::e]:53796 2025.12.24 01:26:36.999890 [ 290 ] {} TCP-Session: 204b9d82-42f4-48fb-bc2c-0ffbaf7e5782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:36.999906 [ 290 ] {} TCP-Session: 204b9d82-42f4-48fb-bc2c-0ffbaf7e5782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000153 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42248 2025.12.24 01:26:37.000177 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60633 2025.12.24 01:26:37.000207 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39286 2025.12.24 01:26:37.000226 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61106 2025.12.24 01:26:37.000248 [ 290 ] {} TCP-Session: 204b9d82-42f4-48fb-bc2c-0ffbaf7e5782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:37.000276 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000295 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000309 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000324 [ 351 ] {} TCP-Session: 728b0930-fc2c-4ff4-bd1b-90850c048a29 Authenticating user 'default' from [fd00:1122:3344:101::e]:42248 2025.12.24 01:26:37.000337 [ 357 ] {} TCP-Session: 59034d28-934f-440e-b783-fd6c48599dc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60633 2025.12.24 01:26:37.000348 [ 360 ] {} TCP-Session: a720d791-ce79-4e75-a59b-f353638c0532 Authenticating user 'default' from [fd00:1122:3344:101::e]:39286 2025.12.24 01:26:37.000364 [ 351 ] {} TCP-Session: 728b0930-fc2c-4ff4-bd1b-90850c048a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000375 [ 357 ] {} TCP-Session: 59034d28-934f-440e-b783-fd6c48599dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000380 [ 360 ] {} TCP-Session: a720d791-ce79-4e75-a59b-f353638c0532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000392 [ 351 ] {} TCP-Session: 728b0930-fc2c-4ff4-bd1b-90850c048a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000412 [ 360 ] {} TCP-Session: a720d791-ce79-4e75-a59b-f353638c0532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000403 [ 357 ] {} TCP-Session: 59034d28-934f-440e-b783-fd6c48599dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000158 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49153 2025.12.24 01:26:37.000460 [ 290 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} executeQuery: (from [fd00:1122:3344:101::e]:53796) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:26:37.000218 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38786 2025.12.24 01:26:37.000522 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000208 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59788 2025.12.24 01:26:37.000579 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000568 [ 356 ] {} TCP-Session: 3909a732-408d-4af1-9b02-b8c03f84954b Authenticating user 'default' from [fd00:1122:3344:101::e]:49153 2025.12.24 01:26:37.000613 [ 361 ] {} TCP-Session: 47e33440-f3b6-4d41-a49a-d7344b479d3e Authenticating user 'default' from [fd00:1122:3344:101::e]:38786 2025.12.24 01:26:37.000183 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36837 2025.12.24 01:26:37.000641 [ 361 ] {} TCP-Session: 47e33440-f3b6-4d41-a49a-d7344b479d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000662 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000675 [ 361 ] {} TCP-Session: 47e33440-f3b6-4d41-a49a-d7344b479d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000635 [ 356 ] {} TCP-Session: 3909a732-408d-4af1-9b02-b8c03f84954b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000703 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000721 [ 356 ] {} TCP-Session: 3909a732-408d-4af1-9b02-b8c03f84954b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000740 [ 358 ] {} TCP-Session: f43a4fb3-2abe-4c12-82ff-3872ef1eff22 Authenticating user 'default' from [fd00:1122:3344:101::e]:36837 2025.12.24 01:26:37.000701 [ 359 ] {} TCP-Session: 5d377071-4b91-466b-bb13-8d4b20c1a862 Authenticating user 'default' from [fd00:1122:3344:101::e]:59788 2025.12.24 01:26:37.000767 [ 358 ] {} TCP-Session: f43a4fb3-2abe-4c12-82ff-3872ef1eff22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000760 [ 290 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:26:37.000792 [ 358 ] {} TCP-Session: f43a4fb3-2abe-4c12-82ff-3872ef1eff22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000790 [ 359 ] {} TCP-Session: 5d377071-4b91-466b-bb13-8d4b20c1a862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000325 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:26:37.000844 [ 290 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:26:37.000844 [ 359 ] {} TCP-Session: 5d377071-4b91-466b-bb13-8d4b20c1a862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000874 [ 362 ] {} TCP-Session: c2603daa-e01f-4a17-a393-f0008f35c5a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61106 2025.12.24 01:26:37.000911 [ 362 ] {} TCP-Session: c2603daa-e01f-4a17-a393-f0008f35c5a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.000924 [ 362 ] {} TCP-Session: c2603daa-e01f-4a17-a393-f0008f35c5a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.001154 [ 290 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:26:37.002132 [ 331 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} AggregatingTransform: Aggregating 2025.12.24 01:26:37.002173 [ 331 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} Aggregator: Aggregation method: without_key 2025.12.24 01:26:37.002210 [ 331 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955509 sec. (1046.563 rows/sec., 40.88 KiB/sec.) 2025.12.24 01:26:37.002228 [ 331 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} Aggregator: Merging aggregated data 2025.12.24 01:26:37.003681 [ 290 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} executeQuery: Read 1 rows, 40.00 B in 0.003282 sec., 304.69226081657524 rows/sec., 11.90 KiB/sec. 2025.12.24 01:26:37.003883 [ 290 ] {398bdda0-d234-4772-bbe8-a551b1dfb514} TCPHandler: Processed in 0.003762476 sec. 2025.12.24 01:26:37.004005 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004037 [ 290 ] {} TCP-Session: 204b9d82-42f4-48fb-bc2c-0ffbaf7e5782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004037 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004062 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004081 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004098 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004110 [ 351 ] {} TCP-Session: 728b0930-fc2c-4ff4-bd1b-90850c048a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004123 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004137 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004162 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004179 [ 358 ] {} TCP-Session: f43a4fb3-2abe-4c12-82ff-3872ef1eff22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004199 [ 356 ] {} TCP-Session: 3909a732-408d-4af1-9b02-b8c03f84954b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004217 [ 360 ] {} TCP-Session: a720d791-ce79-4e75-a59b-f353638c0532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004107 [ 357 ] {} TCP-Session: 59034d28-934f-440e-b783-fd6c48599dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004187 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:26:37.004150 [ 359 ] {} TCP-Session: 5d377071-4b91-466b-bb13-8d4b20c1a862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004297 [ 361 ] {} TCP-Session: 47e33440-f3b6-4d41-a49a-d7344b479d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.004127 [ 362 ] {} TCP-Session: c2603daa-e01f-4a17-a393-f0008f35c5a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:26:37.007197 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1588 2025.12.24 01:26:37.010526 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:37.010583 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:37.011896 [ 242 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:26:37.012188 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:37.012607 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1588 2025.12.24 01:26:38.149977 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:38.150155 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:38.150220 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:38.150932 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:38.150981 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:38.151375 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 01:26:38.151597 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:38.151761 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} executeQuery: Read 136 rows, 12.08 KiB in 0.001653 sec., 82274.65214761041 rows/sec., 7.13 MiB/sec. 2025.12.24 01:26:38.151811 [ 255 ] {bc3d95b4-bacf-40c7-840e-a961c0e63720} TCPHandler: Processed in 0.00197036 sec. 2025.12.24 01:26:38.151934 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:38.152039 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:26:38.152082 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:26:38.152506 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:38.152544 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:38.152850 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:26:38.153057 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:38.153187 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} executeQuery: Read 40 rows, 3.01 KiB in 0.001172 sec., 34129.6928327645 rows/sec., 2.51 MiB/sec. 2025.12.24 01:26:38.153226 [ 255 ] {1cfc1a33-ec81-449d-9e1e-d89f76e5d538} TCPHandler: Processed in 0.001347537 sec. 2025.12.24 01:26:38.153330 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:38.153426 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:38.153466 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:38.153889 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:38.153925 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:38.154237 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 01:26:38.154526 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:38.154664 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} executeQuery: Read 104 rows, 8.32 KiB in 0.001258 sec., 82670.90620031797 rows/sec., 6.46 MiB/sec. 2025.12.24 01:26:38.154703 [ 255 ] {b78b295f-a1f4-44c5-bee9-264c6999f6bb} TCPHandler: Processed in 0.001423948 sec. 2025.12.24 01:26:38.154822 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:38.154917 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:38.154968 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:38.155381 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:38.155417 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:38.155752 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 01:26:38.155958 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:38.156091 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.12.24 01:26:38.156128 [ 255 ] {97368117-9332-40dd-8b15-f959ac70f5da} TCPHandler: Processed in 0.001357967 sec. 2025.12.24 01:26:38.156237 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:38.156340 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:38.156396 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:26:38.157243 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:38.157281 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:38.157870 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.12.24 01:26:38.158088 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:38.158229 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} executeQuery: Read 40 rows, 73.40 KiB in 0.001908 sec., 20964.3605870021 rows/sec., 37.57 MiB/sec. 2025.12.24 01:26:38.158297 [ 255 ] {65c49d0d-7169-4a2d-8856-b2046f9bb64f} TCPHandler: Processed in 0.002111413 sec. 2025.12.24 01:26:38.158411 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:38.158506 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:38.158548 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:38.158881 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:38.158917 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:38.159213 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.12.24 01:26:38.159413 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:38.159539 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.12.24 01:26:38.159576 [ 255 ] {be5696ea-cb96-4ee0-93bc-c017607b197e} TCPHandler: Processed in 0.001215364 sec. 2025.12.24 01:26:41.683617 [ 133 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:26:41.683686 [ 133 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:26:41.886951 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39292 2025.12.24 01:26:41.887483 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:41.887538 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:41.888032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:26:41.888291 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:41.888451 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39292 2025.12.24 01:26:43.148310 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:43.148518 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:43.148596 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:43.149295 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.149348 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.149729 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 01:26:43.150025 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.150193 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} executeQuery: Read 56 rows, 4.41 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.49 MiB/sec. 2025.12.24 01:26:43.150221 [ 140 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 01:26:43.150250 [ 255 ] {10eeca39-c403-43de-99bd-0a417184b2cf} TCPHandler: Processed in 0.002084162 sec. 2025.12.24 01:26:43.150298 [ 140 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.150327 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.150400 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:43.150457 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 01:26:43.150513 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:43.150561 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:43.150612 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:43.150655 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1409 rows starting from the beginning of the part 2025.12.24 01:26:43.150724 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part 2025.12.24 01:26:43.150772 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 136 rows starting from the beginning of the part 2025.12.24 01:26:43.150818 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 56 rows starting from the beginning of the part 2025.12.24 01:26:43.150859 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 136 rows starting from the beginning of the part 2025.12.24 01:26:43.150899 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part 2025.12.24 01:26:43.151023 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.151067 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.151408 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 01:26:43.151652 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.151780 [ 140 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 01:26:43.151794 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} executeQuery: Read 64 rows, 5.12 KiB in 0.001306 sec., 49004.59418070444 rows/sec., 3.82 MiB/sec. 2025.12.24 01:26:43.151814 [ 140 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.151836 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.151843 [ 255 ] {700f4a94-688b-4a90-984d-5b501e93220b} TCPHandler: Processed in 0.001496481 sec. 2025.12.24 01:26:43.151923 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 01:26:43.151968 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:43.152042 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:43.152073 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:43.152080 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 634 rows starting from the beginning of the part 2025.12.24 01:26:43.152120 [ 191 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1849 rows, containing 5 columns (5 merged, 0 gathered) in 0.001720435 sec., 1074728.193741699 rows/sec., 94.05 MiB/sec. 2025.12.24 01:26:43.152130 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:43.152171 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part 2025.12.24 01:26:43.152234 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 104 rows starting from the beginning of the part 2025.12.24 01:26:43.152274 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 64 rows starting from the beginning of the part 2025.12.24 01:26:43.152316 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 104 rows starting from the beginning of the part 2025.12.24 01:26:43.152356 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part 2025.12.24 01:26:43.152415 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 01:26:43.152610 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.152650 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.152773 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.152857 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_121_24} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 01:26:43.152961 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 01:26:43.153020 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 01:26:43.153244 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.153366 [ 140 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_116_23 to all_117_117_0 2025.12.24 01:26:43.153379 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.001500331 sec., 689181.2540032833 rows/sec., 55.31 MiB/sec. 2025.12.24 01:26:43.153394 [ 140 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.153382 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} executeQuery: Read 160 rows, 11.41 KiB in 0.00133 sec., 120300.75187969925 rows/sec., 8.38 MiB/sec. 2025.12.24 01:26:43.153422 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.153465 [ 255 ] {a5e97243-5a9d-4135-9f88-3076b4951d8e} TCPHandler: Processed in 0.001549382 sec. 2025.12.24 01:26:43.153501 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} MergeTask::PrepareStage: Merging 2 parts: from all_1_116_23 to all_117_117_0 into Compact with storage Full 2025.12.24 01:26:43.153580 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:43.153581 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:43.153596 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 01:26:43.153611 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_23, total 33397 rows starting from the beginning of the part 2025.12.24 01:26:43.153687 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:43.153691 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:43.153741 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:43.153981 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.154075 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_121_24} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 01:26:43.154094 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.154136 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.154156 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.12.24 01:26:43.154484 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.12.24 01:26:43.154705 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.154826 [ 140 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.12.24 01:26:43.154843 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} executeQuery: Read 60 rows, 4.14 KiB in 0.001171 sec., 51238.25789923143 rows/sec., 3.45 MiB/sec. 2025.12.24 01:26:43.154854 [ 140 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:43.154882 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:43.154886 [ 255 ] {2591df5e-e712-41db-a56b-8f8e240d6845} TCPHandler: Processed in 0.001355777 sec. 2025.12.24 01:26:43.154944 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.12.24 01:26:43.155036 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:43.155063 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6888 rows starting from the beginning of the part 2025.12.24 01:26:43.155108 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:43.155142 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:43.155175 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:43.155206 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:43.155237 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2025.12.24 01:26:43.158271 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 7188 rows, containing 4 columns (4 merged, 0 gathered) in 0.003352158 sec., 2144290.3347634566 rows/sec., 144.51 MiB/sec. 2025.12.24 01:26:43.159008 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.12.24 01:26:43.159278 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.159346 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_121_24} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.12.24 01:26:43.159421 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. 2025.12.24 01:26:43.162469 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} MergeTask::MergeProjectionsStage: Merge sorted 33557 rows, containing 5 columns (5 merged, 0 gathered) in 0.008990082 sec., 3732668.9567458895 rows/sec., 256.47 MiB/sec. 2025.12.24 01:26:43.162737 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} MergedBlockOutputStream: filled checksums all_1_117_24 (state Temporary) 2025.12.24 01:26:43.163043 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_117_24 to all_1_117_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:43.163114 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_117_24} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_116_23, all_117_117_0] -> all_1_117_24 2025.12.24 01:26:43.163196 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.12.24 01:26:44.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 366.94 MiB, peak 383.02 MiB, free memory in arenas 0.00 B, will set to 370.98 MiB (RSS), difference: 4.04 MiB 2025.12.24 01:26:44.099045 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.12.24 01:26:44.117316 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:44.117378 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2025.12.24 01:26:44.123593 [ 243 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:26:44.124331 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:44.127557 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.12.24 01:26:47.012850 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1608 2025.12.24 01:26:47.015222 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:47.015280 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:47.016494 [ 242 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:26:47.016780 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:47.016972 [ 145 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:26:47.017035 [ 145 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:47.017055 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:47.017161 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:26:47.017216 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1608 2025.12.24 01:26:47.017697 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:47.017841 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1494 rows starting from the beginning of the part 2025.12.24 01:26:47.018240 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part 2025.12.24 01:26:47.018577 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 20 rows starting from the beginning of the part 2025.12.24 01:26:47.018940 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part 2025.12.24 01:26:47.019280 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 26 rows starting from the beginning of the part 2025.12.24 01:26:47.019613 [ 191 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part 2025.12.24 01:26:47.027207 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 72 columns (72 merged, 0 gathered) in 0.010085935 sec., 159429.93882074393 rows/sec., 123.00 MiB/sec. 2025.12.24 01:26:47.028967 [ 186 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:26:47.029596 [ 186 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:47.029685 [ 186 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_61_12} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:26:47.030048 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.12.24 01:26:47.114348 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:47.114394 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:47.125458 [ 225 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:26:47.452627 [ 217 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:26:47.452670 [ 217 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:26:47.457489 [ 217 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:26:48.101064 [ 221 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:26:48.101111 [ 221 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:26:48.105541 [ 221 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:26:48.180742 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.180929 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.180997 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:26:48.181665 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.181718 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.182117 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:26:48.182353 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.182513 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} executeQuery: Read 24 rows, 2.04 KiB in 0.001632 sec., 14705.882352941177 rows/sec., 1.22 MiB/sec. 2025.12.24 01:26:48.182570 [ 255 ] {5a04810f-106e-4170-a9c5-251d25a01ea4} TCPHandler: Processed in 0.001960789 sec. 2025.12.24 01:26:48.182707 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.182816 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:26:48.182862 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:26:48.183307 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.183348 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.183662 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:26:48.183878 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.184010 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} executeQuery: Read 18 rows, 1.48 KiB in 0.00122 sec., 14754.098360655738 rows/sec., 1.19 MiB/sec. 2025.12.24 01:26:48.184049 [ 255 ] {6be17455-5256-4573-9b7f-e84af588ee1c} TCPHandler: Processed in 0.001395728 sec. 2025.12.24 01:26:48.184155 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.184253 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:48.184293 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:48.185469 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.185507 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.185914 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 01:26:48.186224 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.186385 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} executeQuery: Read 1407 rows, 120.95 KiB in 0.002151 sec., 654114.3654114365 rows/sec., 54.91 MiB/sec. 2025.12.24 01:26:48.186432 [ 255 ] {5a70f63a-3547-4b15-aea8-b07d82563f6b} TCPHandler: Processed in 0.002327327 sec. 2025.12.24 01:26:48.186448 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:26:48.186508 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:26:48.186554 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.186674 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.186722 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:26:48.187219 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.187261 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.187605 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:26:48.187858 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.187985 [ 150 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:26:48.188001 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} executeQuery: Read 70 rows, 5.24 KiB in 0.001352 sec., 51775.14792899408 rows/sec., 3.78 MiB/sec. 2025.12.24 01:26:48.188035 [ 150 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.188051 [ 255 ] {67ecda8c-4c79-464c-85e1-b6156dfdf8e2} TCPHandler: Processed in 0.001555352 sec. 2025.12.24 01:26:48.188063 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.188170 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.188177 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:26:48.188272 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.188317 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:26:48.188318 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:48.188371 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 72 rows starting from the beginning of the part 2025.12.24 01:26:48.188452 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.188510 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 54 rows starting from the beginning of the part 2025.12.24 01:26:48.188565 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.188613 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.188658 [ 191 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 70 rows starting from the beginning of the part 2025.12.24 01:26:48.188808 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.188850 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.189190 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:26:48.189421 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.189550 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} executeQuery: Read 253 rows, 17.91 KiB in 0.001297 sec., 195065.53585196607 rows/sec., 13.49 MiB/sec. 2025.12.24 01:26:48.189588 [ 255 ] {253b8909-c2d1-4b20-9b58-c18221166b01} TCPHandler: Processed in 0.0014654 sec. 2025.12.24 01:26:48.189616 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.00148067 sec., 213416.8991064856 rows/sec., 16.48 MiB/sec. 2025.12.24 01:26:48.189696 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.189794 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.189829 [ 196 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:26:48.189833 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:26:48.190181 [ 196 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.190243 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.190263 [ 196 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_61_12} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:26:48.190287 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.190381 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:26:48.190615 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 01:26:48.190823 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.190947 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} executeQuery: Read 12 rows, 960.00 B in 0.001172 sec., 10238.907849829351 rows/sec., 799.91 KiB/sec. 2025.12.24 01:26:48.190985 [ 255 ] {ba06e371-df04-4579-af87-897190c3eba4} TCPHandler: Processed in 0.001336357 sec. 2025.12.24 01:26:48.191088 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.191179 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:48.191218 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:48.191863 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.191898 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.192221 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 01:26:48.192423 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.192552 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} executeQuery: Read 614 rows, 47.35 KiB in 0.00139 sec., 441726.618705036 rows/sec., 33.26 MiB/sec. 2025.12.24 01:26:48.192590 [ 255 ] {9109affa-2170-4118-ab0e-5c126f0c9558} TCPHandler: Processed in 0.001549342 sec. 2025.12.24 01:26:48.192687 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.192779 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.192820 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:48.193333 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:26:48.193418 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.193458 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.193836 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 01:26:48.194040 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.194144 [ 150 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_117_24 to all_122_122_0 2025.12.24 01:26:48.194167 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} executeQuery: Read 889 rows, 61.80 KiB in 0.001406 sec., 632290.184921764 rows/sec., 42.92 MiB/sec. 2025.12.24 01:26:48.194182 [ 150 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.194209 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.194212 [ 255 ] {20ca796f-d250-4f22-82cc-78dde30ada72} TCPHandler: Processed in 0.001571411 sec. 2025.12.24 01:26:48.194296 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_117_24 to all_122_122_0 into Compact with storage Full 2025.12.24 01:26:48.194343 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.194397 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:48.194432 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_117_24, total 33557 rows starting from the beginning of the part 2025.12.24 01:26:48.194466 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.194498 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:48.194518 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:26:48.194552 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:48.194602 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:48.194652 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2025.12.24 01:26:48.194700 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 889 rows starting from the beginning of the part 2025.12.24 01:26:48.194899 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.194943 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.195306 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:26:48.195527 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.195662 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} executeQuery: Read 2 rows, 130.00 B in 0.00122 sec., 1639.344262295082 rows/sec., 104.06 KiB/sec. 2025.12.24 01:26:48.195701 [ 255 ] {4608092c-b6c6-450f-b7e9-ff1afef1e96f} TCPHandler: Processed in 0.001420009 sec. 2025.12.24 01:26:48.195812 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.195908 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.195963 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:26:48.196890 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.196932 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.197550 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.12.24 01:26:48.197790 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.197918 [ 150 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.12.24 01:26:48.197942 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} executeQuery: Read 40 rows, 73.40 KiB in 0.002052 sec., 19493.17738791423 rows/sec., 34.93 MiB/sec. 2025.12.24 01:26:48.197956 [ 150 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.197984 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.198032 [ 255 ] {9836a4f7-ae0f-4edd-b44a-f46e0f544a74} TCPHandler: Processed in 0.002270226 sec. 2025.12.24 01:26:48.198065 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.12.24 01:26:48.198156 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:48.198256 [ 255 ] {c003d290-244a-4083-8814-426658420825} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:48.198275 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:26:48.198301 [ 255 ] {c003d290-244a-4083-8814-426658420825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:48.198335 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2114 rows starting from the beginning of the part 2025.12.24 01:26:48.198462 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.198565 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.198662 [ 255 ] {c003d290-244a-4083-8814-426658420825} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:48.198666 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.198706 [ 255 ] {c003d290-244a-4083-8814-426658420825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:48.198785 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.198892 [ 196 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part 2025.12.24 01:26:48.199066 [ 255 ] {c003d290-244a-4083-8814-426658420825} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.12.24 01:26:48.199328 [ 255 ] {c003d290-244a-4083-8814-426658420825} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.199469 [ 255 ] {c003d290-244a-4083-8814-426658420825} executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. 2025.12.24 01:26:48.199508 [ 255 ] {c003d290-244a-4083-8814-426658420825} TCPHandler: Processed in 0.001401819 sec. 2025.12.24 01:26:48.202356 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergeTask::MergeProjectionsStage: Merge sorted 35086 rows, containing 5 columns (5 merged, 0 gathered) in 0.008099965 sec., 4331623.655163942 rows/sec., 297.61 MiB/sec. 2025.12.24 01:26:48.202913 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} MergedBlockOutputStream: filled checksums all_1_122_25 (state Temporary) 2025.12.24 01:26:48.203251 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_122_25 to all_1_122_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.203327 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_122_25} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_117_24, all_122_122_0] -> all_1_122_25 2025.12.24 01:26:48.203415 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.12.24 01:26:48.210438 [ 187 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2314 rows, containing 19 columns (19 merged, 0 gathered) in 0.012407482 sec., 186500.3713082155 rows/sec., 334.20 MiB/sec. 2025.12.24 01:26:48.212614 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.12.24 01:26:48.212947 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:48.213020 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_61_12} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.12.24 01:26:48.213139 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.62 MiB. 2025.12.24 01:26:49.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 372.43 MiB, peak 391.02 MiB, free memory in arenas 0.00 B, will set to 377.61 MiB (RSS), difference: 5.18 MiB 2025.12.24 01:26:49.388674 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39804 2025.12.24 01:26:49.389433 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:49.389467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:49.389939 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:26:49.390174 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:49.390299 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39804 2025.12.24 01:26:51.627673 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.12.24 01:26:51.645308 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:51.645364 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:51.651991 [ 243 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:26:51.652683 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:51.655777 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.12.24 01:26:53.147877 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:53.148080 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:53.148155 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:53.148834 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:53.148885 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:53.149293 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 01:26:53.149523 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:53.149688 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} executeQuery: Read 56 rows, 4.41 KiB in 0.001663 sec., 33674.08298256164 rows/sec., 2.59 MiB/sec. 2025.12.24 01:26:53.149739 [ 255 ] {d0238ec8-4292-4015-8c59-9c563eaaa448} TCPHandler: Processed in 0.002002861 sec. 2025.12.24 01:26:53.149865 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:53.149967 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:53.150011 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:53.150441 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:53.150479 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:53.150790 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 01:26:53.151014 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:53.151143 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2025.12.24 01:26:53.151183 [ 255 ] {e574285a-5e96-4367-8c8f-ea511ce4ae8a} TCPHandler: Processed in 0.001371308 sec. 2025.12.24 01:26:53.151294 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:53.151392 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:53.151436 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:53.151841 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:53.151878 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:53.152214 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 01:26:53.152440 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:53.152575 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.12.24 01:26:53.152611 [ 255 ] {a45b4345-2474-45d7-b134-8e6e075b370b} TCPHandler: Processed in 0.001366938 sec. 2025.12.24 01:26:53.152719 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:53.152815 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:53.152857 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:53.153176 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:53.153212 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:53.153515 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.12.24 01:26:53.153720 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:53.153851 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.12.24 01:26:53.153887 [ 255 ] {42e48f52-d435-48d7-ae37-bcc1a5e9004f} TCPHandler: Processed in 0.001217945 sec. 2025.12.24 01:26:56.683739 [ 135 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:26:56.683805 [ 135 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:26:56.890472 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40252 2025.12.24 01:26:56.891086 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:56.891148 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:56.891717 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 01:26:56.891977 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:56.892145 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40252 2025.12.24 01:26:57.017395 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1638 2025.12.24 01:26:57.020517 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:57.020566 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:57.021819 [ 242 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:26:57.022126 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:57.022506 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1638 2025.12.24 01:26:58.150381 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:58.150575 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:26:58.150637 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:26:58.151405 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:58.151450 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:58.151856 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 01:26:58.152079 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:58.152237 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} executeQuery: Read 136 rows, 12.08 KiB in 0.001714 sec., 79346.55775962661 rows/sec., 6.88 MiB/sec. 2025.12.24 01:26:58.152279 [ 255 ] {8b09001f-59d2-4d9b-88ac-7f8932f808c4} TCPHandler: Processed in 0.002030161 sec. 2025.12.24 01:26:58.152401 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:58.152497 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:26:58.152537 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:26:58.152956 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:58.152994 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:58.153313 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:26:58.153522 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:58.153652 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} executeQuery: Read 40 rows, 3.01 KiB in 0.001174 sec., 34071.55025553663 rows/sec., 2.50 MiB/sec. 2025.12.24 01:26:58.153692 [ 255 ] {031e0e15-b778-4fe2-9d2b-af901e3661b4} TCPHandler: Processed in 0.001341617 sec. 2025.12.24 01:26:58.153815 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:58.153938 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:26:58.153987 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:26:58.154537 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:58.154582 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:58.154905 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 01:26:58.155120 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:58.155252 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} executeQuery: Read 104 rows, 8.32 KiB in 0.001338 sec., 77727.95216741406 rows/sec., 6.07 MiB/sec. 2025.12.24 01:26:58.155290 [ 255 ] {0c14ef1a-9eb5-4c52-9084-8eddaf9f3744} TCPHandler: Processed in 0.001538062 sec. 2025.12.24 01:26:58.155421 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:58.155529 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:58.155576 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:26:58.156030 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:58.156096 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:58.156448 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 01:26:58.156665 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:58.156794 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2025.12.24 01:26:58.156832 [ 255 ] {98dcc486-ce4b-4085-8fb5-fa99f8de041d} TCPHandler: Processed in 0.00147408 sec. 2025.12.24 01:26:58.156943 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:58.157039 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:26:58.157094 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:26:58.157997 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:58.158034 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:58.158596 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.12.24 01:26:58.158833 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:58.158975 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} executeQuery: Read 40 rows, 73.40 KiB in 0.001953 sec., 20481.310803891447 rows/sec., 36.70 MiB/sec. 2025.12.24 01:26:58.159044 [ 255 ] {a91451ef-7fb6-4335-a3df-d97f6d78c56c} TCPHandler: Processed in 0.002150804 sec. 2025.12.24 01:26:58.159157 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:26:58.159253 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:26:58.159295 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:26:58.159639 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:58.159675 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:58.159984 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.12.24 01:26:58.160192 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:58.160322 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.12.24 01:26:58.160359 [ 255 ] {5a4dc699-154d-4765-b1c4-1fc83548ae94} TCPHandler: Processed in 0.001251555 sec. 2025.12.24 01:26:59.155893 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.12.24 01:26:59.175528 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:26:59.175584 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:26:59.182053 [ 243 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.12.24 01:26:59.182797 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:26:59.186536 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.12.24 01:27:00.341207 [ 128 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 01:27:00.341325 [ 128 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:00.341366 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:00.341503 [ 223 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): 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] 2025.12.24 01:27:00.341509 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.12.24 01:27:00.341595 [ 223 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): 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] 2025.12.24 01:27:00.341769 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:00.341829 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 254 rows starting from the beginning of the part 2025.12.24 01:27:00.341929 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part 2025.12.24 01:27:00.342000 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 253 rows starting from the beginning of the part 2025.12.24 01:27:00.342063 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2025.12.24 01:27:00.342116 [ 198 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 253 rows starting from the beginning of the part 2025.12.24 01:27:00.343101 [ 189 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1264 rows, containing 5 columns (5 merged, 0 gathered) in 0.001651284 sec., 765464.9351656045 rows/sec., 55.85 MiB/sec. 2025.12.24 01:27:00.343300 [ 195 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 01:27:00.343617 [ 195 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:00.343690 [ 195 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_21_5} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 01:27:00.343805 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 01:27:00.344689 [ 223 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): 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] 2025.12.24 01:27:01.238359 [ 128 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 01:27:01.238425 [ 128 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:01.238447 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:01.238540 [ 219 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): 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] 2025.12.24 01:27:01.238578 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.12.24 01:27:01.238599 [ 219 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): 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] 2025.12.24 01:27:01.238727 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:01.238769 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2025.12.24 01:27:01.238848 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part 2025.12.24 01:27:01.238905 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 18 rows starting from the beginning of the part 2025.12.24 01:27:01.238958 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2025.12.24 01:27:01.239005 [ 195 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 18 rows starting from the beginning of the part 2025.12.24 01:27:01.239898 [ 189 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380878 sec., 43450.616202155434 rows/sec., 3.65 MiB/sec. 2025.12.24 01:27:01.240123 [ 197 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 01:27:01.240556 [ 197 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:01.240665 [ 197 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_21_5} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 01:27:01.240768 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.24 01:27:01.240996 [ 219 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): 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] 2025.12.24 01:27:03.148128 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:03.148300 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:03.148364 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:03.149033 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:03.149078 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:03.149458 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 01:27:03.149678 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:03.149833 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} executeQuery: Read 56 rows, 4.41 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.72 MiB/sec. 2025.12.24 01:27:03.149884 [ 255 ] {3c340ae3-b3ea-4aac-a252-370d823f53b5} TCPHandler: Processed in 0.001883568 sec. 2025.12.24 01:27:03.150010 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:03.150113 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:03.150158 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:03.150588 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:03.150625 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:03.150933 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 01:27:03.151150 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:03.151278 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. 2025.12.24 01:27:03.151316 [ 255 ] {63d5fe42-a79f-4b5c-8b29-5450f3a94a4b} TCPHandler: Processed in 0.001356547 sec. 2025.12.24 01:27:03.151429 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:03.151524 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:03.151566 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:03.151978 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:03.152014 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:03.152357 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 01:27:03.152557 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:03.152694 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2025.12.24 01:27:03.152736 [ 255 ] {7339dc00-d588-4957-96d4-332803115be6} TCPHandler: Processed in 0.001354567 sec. 2025.12.24 01:27:03.152842 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:03.152939 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:03.152982 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:03.153333 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:03.153370 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:03.153696 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.12.24 01:27:03.153901 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:03.154032 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.12.24 01:27:03.154070 [ 255 ] {ae479bc2-9b70-451e-9e26-6b9e07d72af2} TCPHandler: Processed in 0.001279076 sec. 2025.12.24 01:27:04.392410 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40764 2025.12.24 01:27:04.392946 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:04.392993 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:04.393470 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 01:27:04.393695 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:04.393823 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40764 2025.12.24 01:27:04.393901 [ 217 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:27:04.393959 [ 217 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:27:04.397393 [ 217 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:27:05.371454 [ 224 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:27:05.371541 [ 224 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:27:05.374317 [ 224 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:27:06.686697 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.12.24 01:27:06.704201 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:06.704266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:06.710276 [ 243 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.12.24 01:27:06.710985 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:06.714114 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.12.24 01:27:07.022815 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1658 2025.12.24 01:27:07.025058 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:07.025102 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:07.026315 [ 242 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:27:07.026585 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:07.026940 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1658 2025.12.24 01:27:08.149885 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:08.150079 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:08.150152 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:08.150964 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.151008 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.151406 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 01:27:08.151643 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.151781 [ 118 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 01:27:08.151794 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} executeQuery: Read 136 rows, 12.08 KiB in 0.001767 sec., 76966.61007357104 rows/sec., 6.67 MiB/sec. 2025.12.24 01:27:08.151824 [ 118 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.151845 [ 255 ] {7fbb75e9-b6aa-4c6d-ab88-58847e55daf7} TCPHandler: Processed in 0.002099233 sec. 2025.12.24 01:27:08.151847 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.151977 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:08.151985 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 01:27:08.152076 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:27:08.152125 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:27:08.152140 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:08.152182 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1409 rows starting from the beginning of the part 2025.12.24 01:27:08.152251 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1407 rows starting from the beginning of the part 2025.12.24 01:27:08.152299 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:08.152343 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 136 rows starting from the beginning of the part 2025.12.24 01:27:08.152383 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:08.152424 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 136 rows starting from the beginning of the part 2025.12.24 01:27:08.152555 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.152598 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.152936 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:27:08.153162 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.153299 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} executeQuery: Read 40 rows, 3.01 KiB in 0.001243 sec., 32180.209171359616 rows/sec., 2.36 MiB/sec. 2025.12.24 01:27:08.153338 [ 255 ] {315400ba-335a-49cf-a2c4-0fe7a8f9c74c} TCPHandler: Processed in 0.001411218 sec. 2025.12.24 01:27:08.153462 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:08.153588 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:08.153637 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:08.153947 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3200 rows, containing 5 columns (5 merged, 0 gathered) in 0.00202285 sec., 1581926.4898534245 rows/sec., 138.80 MiB/sec. 2025.12.24 01:27:08.154146 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.154189 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.154272 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 01:27:08.154552 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 01:27:08.154675 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.154788 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_126_25} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 01:27:08.154808 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.154904 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:27:08.154922 [ 118 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 01:27:08.154948 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} executeQuery: Read 104 rows, 8.32 KiB in 0.001384 sec., 75144.50867052023 rows/sec., 5.87 MiB/sec. 2025.12.24 01:27:08.154957 [ 118 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.154981 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.154988 [ 255 ] {18a85c68-f836-4084-af82-077cc8885799} TCPHandler: Processed in 0.001587842 sec. 2025.12.24 01:27:08.155075 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 01:27:08.155106 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:08.155205 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:08.155208 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:08.155247 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 634 rows starting from the beginning of the part 2025.12.24 01:27:08.155268 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:08.155322 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 614 rows starting from the beginning of the part 2025.12.24 01:27:08.155378 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:08.155421 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 104 rows starting from the beginning of the part 2025.12.24 01:27:08.155466 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:08.155548 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 104 rows starting from the beginning of the part 2025.12.24 01:27:08.155716 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.155759 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.156172 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 01:27:08.156425 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.156556 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} executeQuery: Read 160 rows, 11.41 KiB in 0.001367 sec., 117044.62326261887 rows/sec., 8.15 MiB/sec. 2025.12.24 01:27:08.156594 [ 255 ] {ea0e5803-ba6c-45f3-afb3-da754f83317f} TCPHandler: Processed in 0.001538872 sec. 2025.12.24 01:27:08.156713 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:08.156809 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:08.156809 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001778096 sec., 890840.5395434217 rows/sec., 71.05 MiB/sec. 2025.12.24 01:27:08.156865 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:27:08.156974 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 01:27:08.157251 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.157344 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_126_25} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 01:27:08.157432 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:27:08.157780 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.157822 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.158392 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.12.24 01:27:08.158620 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.158755 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} executeQuery: Read 40 rows, 73.40 KiB in 0.001965 sec., 20356.23409669211 rows/sec., 36.48 MiB/sec. 2025.12.24 01:27:08.158812 [ 255 ] {f22b0013-c5da-40c6-96bb-0c81053c4ba1} TCPHandler: Processed in 0.002147934 sec. 2025.12.24 01:27:08.158927 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:08.159025 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:08.159067 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:08.159430 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.159466 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.159777 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.12.24 01:27:08.159991 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.160091 [ 118 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.12.24 01:27:08.160117 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2025.12.24 01:27:08.160120 [ 118 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:08.160147 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:08.160154 [ 255 ] {9cf026cf-2774-4063-a1eb-65b476c81d30} TCPHandler: Processed in 0.001276556 sec. 2025.12.24 01:27:08.160238 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.12.24 01:27:08.160365 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:08.160399 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7188 rows starting from the beginning of the part 2025.12.24 01:27:08.160458 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:08.160506 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:08.160553 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:08.160597 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:08.160641 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:08.162526 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7488 rows, containing 4 columns (4 merged, 0 gathered) in 0.002333788 sec., 3208517.6545598833 rows/sec., 216.23 MiB/sec. 2025.12.24 01:27:08.162920 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.12.24 01:27:08.163164 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:08.163233 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_126_25} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.12.24 01:27:08.163299 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.12.24 01:27:11.684061 [ 113 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:27:11.684137 [ 113 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:27:11.894014 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41212 2025.12.24 01:27:11.894584 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:11.894636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:11.895166 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 01:27:11.895391 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:11.895520 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41212 2025.12.24 01:27:11.895531 [ 113 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 01:27:11.895607 [ 113 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:11.895630 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:11.895754 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 01:27:11.895895 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:11.895936 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38844 rows starting from the beginning of the part 2025.12.24 01:27:11.895999 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 448 rows starting from the beginning of the part 2025.12.24 01:27:11.896043 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 512 rows starting from the beginning of the part 2025.12.24 01:27:11.896083 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 448 rows starting from the beginning of the part 2025.12.24 01:27:11.896123 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 512 rows starting from the beginning of the part 2025.12.24 01:27:11.896161 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 448 rows starting from the beginning of the part 2025.12.24 01:27:11.898658 [ 194 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41212 rows, containing 4 columns (4 merged, 0 gathered) in 0.00295708 sec., 13936721.360260798 rows/sec., 199.37 MiB/sec. 2025.12.24 01:27:11.898910 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 01:27:11.899186 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:11.899259 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_86_17} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 01:27:11.899334 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. 2025.12.24 01:27:13.103481 [ 222 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:27:13.103544 [ 222 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:27:13.107210 [ 222 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:27:13.148600 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:13.148775 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:13.148843 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:13.149591 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:13.149629 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:13.150002 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 01:27:13.150230 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:13.150373 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} executeQuery: Read 56 rows, 4.41 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.61 MiB/sec. 2025.12.24 01:27:13.150423 [ 255 ] {fb32686b-b20b-4669-8bcf-039ef76c250c} TCPHandler: Processed in 0.0019507 sec. 2025.12.24 01:27:13.150548 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:13.150649 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:13.150691 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:13.151123 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:13.151157 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:13.151458 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 01:27:13.151663 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:13.151786 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} executeQuery: Read 64 rows, 5.12 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.30 MiB/sec. 2025.12.24 01:27:13.151827 [ 255 ] {018814c5-d66f-4358-8c3a-043192c07336} TCPHandler: Processed in 0.001329507 sec. 2025.12.24 01:27:13.151947 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:13.152041 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:13.152083 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:13.152499 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:13.152533 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:13.152855 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 01:27:13.153057 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:13.153177 [ 109 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_122_25 to all_123_123_0 2025.12.24 01:27:13.153183 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.12.24 01:27:13.153214 [ 109 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:13.153231 [ 255 ] {666f266d-7124-4c29-bcca-3f67dbe05f4d} TCPHandler: Processed in 0.001331498 sec. 2025.12.24 01:27:13.153234 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:13.153320 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} MergeTask::PrepareStage: Merging 2 parts: from all_1_122_25 to all_123_123_0 into Compact with storage Full 2025.12.24 01:27:13.153331 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:13.153422 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:13.153434 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:13.153458 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_122_25, total 35086 rows starting from the beginning of the part 2025.12.24 01:27:13.153475 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:13.153527 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:13.153808 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:13.153842 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:13.154136 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.12.24 01:27:13.154350 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:13.154472 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.12.24 01:27:13.154506 [ 255 ] {fe878654-d1b5-4a8c-af9e-871ea980ea30} TCPHandler: Processed in 0.001222124 sec. 2025.12.24 01:27:13.159512 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} MergeTask::MergeProjectionsStage: Merge sorted 35246 rows, containing 5 columns (5 merged, 0 gathered) in 0.006218177 sec., 5668220.766311413 rows/sec., 389.47 MiB/sec. 2025.12.24 01:27:13.159915 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} MergedBlockOutputStream: filled checksums all_1_123_26 (state Temporary) 2025.12.24 01:27:13.160246 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_123_26 to all_1_123_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:13.160335 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_123_26} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_122_25, all_123_123_0] -> all_1_123_26 2025.12.24 01:27:13.160443 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.12.24 01:27:13.572233 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:27:13.572303 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:27:13.576524 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:27:13.627765 [ 221 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:27:13.627810 [ 221 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:27:13.630626 [ 221 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:27:14.214221 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.12.24 01:27:14.231864 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:14.231913 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:14.238258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.12.24 01:27:14.239004 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:14.239273 [ 109 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.12.24 01:27:14.239316 [ 109 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:14.239338 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:14.239460 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.12.24 01:27:14.242472 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.12.24 01:27:14.243300 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:14.244896 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2025.12.24 01:27:14.249729 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2025.12.24 01:27:14.254497 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2025.12.24 01:27:14.259094 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2025.12.24 01:27:14.264150 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2025.12.24 01:27:14.268961 [ 200 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2025.12.24 01:27:14.328174 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.088770721 sec., 7299.704144568117 rows/sec., 37.75 MiB/sec. 2025.12.24 01:27:14.331780 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.12.24 01:27:14.334004 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:14.334128 [ 188 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_86_17} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.12.24 01:27:14.337187 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 01:27:14.861197 [ 220 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:27:14.861321 [ 220 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:27:14.864937 [ 220 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:27:16.608688 [ 223 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:27:16.608742 [ 223 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:27:16.614366 [ 223 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:27:17.027137 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1678 2025.12.24 01:27:17.029850 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:17.029900 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:17.031091 [ 242 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:27:17.031376 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:17.031749 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1678 2025.12.24 01:27:18.006660 [ 222 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): 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] 2025.12.24 01:27:18.006708 [ 222 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): 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] 2025.12.24 01:27:18.008701 [ 222 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): 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] 2025.12.24 01:27:18.181154 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.181331 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.181401 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:27:18.182081 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.182123 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.182501 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:27:18.182735 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.182884 [ 104 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 01:27:18.182890 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. 2025.12.24 01:27:18.182961 [ 104 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.182991 [ 255 ] {96dd4c48-3ce3-4619-8d84-d76d0c176b9c} TCPHandler: Processed in 0.00196658 sec. 2025.12.24 01:27:18.182993 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.183123 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.183162 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.12.24 01:27:18.183232 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:27:18.183284 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:27:18.183364 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:18.183422 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part 2025.12.24 01:27:18.183496 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2025.12.24 01:27:18.183547 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.12.24 01:27:18.183594 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2025.12.24 01:27:18.183636 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.12.24 01:27:18.183702 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.183745 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.184087 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:27:18.184330 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.184468 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} executeQuery: Read 2 rows, 167.00 B in 0.00126 sec., 1587.3015873015872 rows/sec., 129.43 KiB/sec. 2025.12.24 01:27:18.184507 [ 255 ] {24962de7-773b-4024-a894-41ea85ddccfa} TCPHandler: Processed in 0.001436229 sec. 2025.12.24 01:27:18.184509 [ 187 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419038 sec., 84564.33161056998 rows/sec., 7.34 MiB/sec. 2025.12.24 01:27:18.184623 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.184702 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 01:27:18.184727 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:18.184781 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:18.185031 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.185115 [ 199 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_21_5} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 01:27:18.185211 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 01:27:18.185800 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.185843 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.186259 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 01:27:18.186493 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.186627 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} executeQuery: Read 1397 rows, 120.17 KiB in 0.001919 sec., 727983.3246482543 rows/sec., 61.15 MiB/sec. 2025.12.24 01:27:18.186666 [ 255 ] {7836e1fd-bc9b-4b1e-ae8f-00480eb28abd} TCPHandler: Processed in 0.002093622 sec. 2025.12.24 01:27:18.186775 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.186870 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.186911 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:27:18.187331 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.187369 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.187673 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:27:18.187891 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.188018 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} executeQuery: Read 54 rows, 4.11 KiB in 0.001167 sec., 46272.49357326478 rows/sec., 3.44 MiB/sec. 2025.12.24 01:27:18.188056 [ 255 ] {f235635a-5ed8-4599-84b4-85bdf0253db6} TCPHandler: Processed in 0.001330797 sec. 2025.12.24 01:27:18.188079 [ 223 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:27:18.188114 [ 223 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:27:18.188165 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.188269 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.188310 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:27:18.188767 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.188808 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.189136 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:27:18.189379 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.189504 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} executeQuery: Read 252 rows, 17.85 KiB in 0.001253 sec., 201117.3184357542 rows/sec., 13.91 MiB/sec. 2025.12.24 01:27:18.189546 [ 255 ] {2008a614-a2ba-4381-b46f-3cb0afea2b04} TCPHandler: Processed in 0.001430029 sec. 2025.12.24 01:27:18.189664 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.189760 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.189803 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:27:18.190200 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.190241 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.190592 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 01:27:18.190812 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.190942 [ 104 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.12.24 01:27:18.190947 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} executeQuery: Read 12 rows, 960.00 B in 0.001205 sec., 9958.50622406639 rows/sec., 778.01 KiB/sec. 2025.12.24 01:27:18.190988 [ 104 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.191011 [ 255 ] {85205b7e-e4f1-49ca-a34b-155150784476} TCPHandler: Processed in 0.001395859 sec. 2025.12.24 01:27:18.191017 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.191039 [ 223 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:27:18.191104 [ 224 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): 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] 2025.12.24 01:27:18.191121 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.12.24 01:27:18.191134 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.191143 [ 224 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): 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] 2025.12.24 01:27:18.191245 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:18.191252 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:18.191288 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part 2025.12.24 01:27:18.191306 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:18.191369 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2025.12.24 01:27:18.191423 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.12.24 01:27:18.191473 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2025.12.24 01:27:18.191521 [ 187 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2025.12.24 01:27:18.191941 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.191984 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.192298 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001217625 sec., 49276.25500461965 rows/sec., 3.95 MiB/sec. 2025.12.24 01:27:18.192378 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 01:27:18.192408 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.12.24 01:27:18.192775 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.192780 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.192869 [ 199 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_21_5} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.12.24 01:27:18.192923 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} executeQuery: Read 598 rows, 46.03 KiB in 0.001689 sec., 354055.6542332741 rows/sec., 26.61 MiB/sec. 2025.12.24 01:27:18.192935 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:27:18.192970 [ 255 ] {be7da523-d33e-464d-ae0a-8a82b527d676} TCPHandler: Processed in 0.001886328 sec. 2025.12.24 01:27:18.193091 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.193186 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.193232 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:18.193329 [ 224 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): 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] 2025.12.24 01:27:18.193811 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.193853 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.194245 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 01:27:18.194463 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.194579 [ 104 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_123_26 to all_128_128_0 2025.12.24 01:27:18.194594 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} executeQuery: Read 881 rows, 61.23 KiB in 0.001426 sec., 617812.0617110799 rows/sec., 41.93 MiB/sec. 2025.12.24 01:27:18.194614 [ 104 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.194635 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.194639 [ 255 ] {76698f5e-1023-4106-bb0c-b17ef5d1a1bb} TCPHandler: Processed in 0.001598162 sec. 2025.12.24 01:27:18.194720 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_123_26 to all_128_128_0 into Compact with storage Full 2025.12.24 01:27:18.194759 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.194829 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:18.194863 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_26, total 35246 rows starting from the beginning of the part 2025.12.24 01:27:18.194864 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.194922 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:18.194933 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:27:18.194978 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:18.195028 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:18.195070 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:18.195113 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 881 rows starting from the beginning of the part 2025.12.24 01:27:18.195831 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.195874 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.196504 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.12.24 01:27:18.196749 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.196900 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} executeQuery: Read 40 rows, 73.40 KiB in 0.002055 sec., 19464.7201946472 rows/sec., 34.88 MiB/sec. 2025.12.24 01:27:18.196970 [ 255 ] {7027f706-7b6d-4eae-add5-0ff25d1cfd89} TCPHandler: Processed in 0.002263256 sec. 2025.12.24 01:27:18.197092 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:18.197189 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:18.197232 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:18.197576 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:18.197613 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:18.197936 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.12.24 01:27:18.198141 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.198272 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.12.24 01:27:18.198310 [ 255 ] {f4cf254a-cd5d-4ef0-a42b-a6c98a4890cb} TCPHandler: Processed in 0.001267536 sec. 2025.12.24 01:27:18.202007 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergeTask::MergeProjectionsStage: Merge sorted 36767 rows, containing 5 columns (5 merged, 0 gathered) in 0.007324709 sec., 5019585.07839697 rows/sec., 344.88 MiB/sec. 2025.12.24 01:27:18.202478 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} MergedBlockOutputStream: filled checksums all_1_128_27 (state Temporary) 2025.12.24 01:27:18.202756 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_128_27 to all_1_128_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:18.202828 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_128_27} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_123_26, all_128_128_0] -> all_1_128_27 2025.12.24 01:27:18.202919 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.12.24 01:27:19.395693 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41724 2025.12.24 01:27:19.396571 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:19.396657 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2025.12.24 01:27:19.397165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 01:27:19.397417 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:19.397567 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 2025.12.24 01:27:19.399992 [ 224 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:27:19.400022 [ 224 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:27:19.402134 [ 224 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:27:21.742573 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 656 2025.12.24 01:27:21.760881 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:21.760949 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:21.766945 [ 243 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.12.24 01:27:21.767650 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:21.770860 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 656 2025.12.24 01:27:23.148152 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:23.148350 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:23.148426 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:23.149123 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:23.149174 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:23.149564 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 01:27:23.149805 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:23.149965 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} executeQuery: Read 56 rows, 4.41 KiB in 0.001669 sec., 33553.0257639305 rows/sec., 2.58 MiB/sec. 2025.12.24 01:27:23.150017 [ 255 ] {55535b29-33a8-47ab-b026-09d111e6f120} TCPHandler: Processed in 0.00200519 sec. 2025.12.24 01:27:23.150148 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:23.150250 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:23.150294 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:23.150737 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:23.150776 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:23.151087 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 01:27:23.151294 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:23.151426 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2025.12.24 01:27:23.151466 [ 255 ] {8f33df0e-d1f1-4d4f-8077-8bf80ed6a869} TCPHandler: Processed in 0.001369487 sec. 2025.12.24 01:27:23.151581 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:23.151678 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:23.151722 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:23.152134 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:23.152171 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:23.152494 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 01:27:23.152702 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:23.152830 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.12.24 01:27:23.152867 [ 255 ] {f07b477e-5111-42a5-9cfa-1c56c91da021} TCPHandler: Processed in 0.001335247 sec. 2025.12.24 01:27:23.152969 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:23.153063 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:23.153104 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:23.153437 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:23.153475 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:23.153769 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.12.24 01:27:23.153985 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:23.154111 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.12.24 01:27:23.154146 [ 255 ] {9f433647-8cab-4867-8282-af3ddf4f2f30} TCPHandler: Processed in 0.001225485 sec. 2025.12.24 01:27:26.684183 [ 95 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:27:26.684279 [ 95 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:27:26.897757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42172 2025.12.24 01:27:26.898308 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:26.898350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:26.898863 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 01:27:26.899081 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:26.899212 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42172 2025.12.24 01:27:27.032002 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1706 2025.12.24 01:27:27.034461 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:27.034522 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:27.035763 [ 242 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:27:27.036050 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:27.036447 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1706 2025.12.24 01:27:28.151000 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:28.151187 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:28.151257 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:28.151990 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:28.152031 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:28.152416 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 01:27:28.152634 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:28.152795 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} executeQuery: Read 136 rows, 12.08 KiB in 0.00166 sec., 81927.7108433735 rows/sec., 7.10 MiB/sec. 2025.12.24 01:27:28.152845 [ 255 ] {bbddd4b5-ab02-4e64-a47f-d88654c720b0} TCPHandler: Processed in 0.001977401 sec. 2025.12.24 01:27:28.152963 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:28.153066 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:27:28.153108 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:27:28.153502 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:28.153534 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:28.153808 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:27:28.153997 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:28.154117 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} executeQuery: Read 40 rows, 3.01 KiB in 0.001129 sec., 35429.583702391494 rows/sec., 2.60 MiB/sec. 2025.12.24 01:27:28.154152 [ 255 ] {cab106bf-18cf-420d-b2fc-0be39cfa9fda} TCPHandler: Processed in 0.001293696 sec. 2025.12.24 01:27:28.154251 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:28.154418 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:28.154460 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:28.154910 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:28.154948 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:28.155277 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 01:27:28.155513 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:28.155647 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} executeQuery: Read 104 rows, 8.32 KiB in 0.001249 sec., 83266.61329063251 rows/sec., 6.50 MiB/sec. 2025.12.24 01:27:28.155688 [ 255 ] {1477d2b8-7c57-46d0-8c08-bd08d195e483} TCPHandler: Processed in 0.001424629 sec. 2025.12.24 01:27:28.155798 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:28.155896 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:28.155941 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:28.156393 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:28.156435 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:28.156792 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 01:27:28.157004 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:28.157140 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2025.12.24 01:27:28.157180 [ 255 ] {f47f0d58-86cf-4a86-b0c6-f64cb24b3408} TCPHandler: Processed in 0.00143196 sec. 2025.12.24 01:27:28.157297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:28.157407 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:28.157465 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:27:28.158392 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:28.158430 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:28.159007 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.12.24 01:27:28.159235 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:28.159389 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} executeQuery: Read 40 rows, 73.40 KiB in 0.002002 sec., 19980.01998001998 rows/sec., 35.80 MiB/sec. 2025.12.24 01:27:28.159458 [ 255 ] {9cbddc68-f985-454e-af65-4796ae7d80fe} TCPHandler: Processed in 0.002209855 sec. 2025.12.24 01:27:28.159569 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:28.159663 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:28.159706 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:28.160040 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:28.160076 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:28.160387 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.12.24 01:27:28.160589 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:28.160717 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.12.24 01:27:28.160754 [ 255 ] {e3fa5a8b-24de-4853-8c3a-b9d83c3bc14d} TCPHandler: Processed in 0.001233375 sec. 2025.12.24 01:27:29.270991 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 663 2025.12.24 01:27:29.288712 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:29.288780 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:29.294944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.12.24 01:27:29.295684 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:29.299440 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.12.24 01:27:33.148445 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:33.148642 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:33.148711 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:33.149370 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.149423 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.149828 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 01:27:33.150080 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.150248 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} executeQuery: Read 56 rows, 4.41 KiB in 0.001655 sec., 33836.8580060423 rows/sec., 2.60 MiB/sec. 2025.12.24 01:27:33.150256 [ 86 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 01:27:33.150302 [ 255 ] {8cdedd86-f818-4ffd-b1b7-104f6a3c8e16} TCPHandler: Processed in 0.00199015 sec. 2025.12.24 01:27:33.150330 [ 86 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.150362 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.150431 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:33.150457 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 01:27:33.150540 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:33.150548 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:33.150581 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1409 rows starting from the beginning of the part 2025.12.24 01:27:33.150586 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:33.150640 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:33.150683 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:27:33.150722 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:33.150760 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 136 rows starting from the beginning of the part 2025.12.24 01:27:33.150800 [ 198 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:33.151031 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.151069 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.151389 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 01:27:33.151603 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.151749 [ 86 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 01:27:33.151766 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} executeQuery: Read 64 rows, 5.12 KiB in 0.001251 sec., 51159.07274180656 rows/sec., 3.99 MiB/sec. 2025.12.24 01:27:33.151787 [ 86 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.151811 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.151818 [ 255 ] {1c970682-9e0f-4c50-94d9-d19e190292a6} TCPHandler: Processed in 0.001438979 sec. 2025.12.24 01:27:33.151897 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 01:27:33.151935 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:33.151988 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:33.152016 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 634 rows starting from the beginning of the part 2025.12.24 01:27:33.152036 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:33.152066 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:33.152084 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:33.152108 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 598 rows starting from the beginning of the part 2025.12.24 01:27:33.152140 [ 197 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 3110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717805 sec., 1810449.9637618938 rows/sec., 158.45 MiB/sec. 2025.12.24 01:27:33.152147 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:33.152241 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 104 rows starting from the beginning of the part 2025.12.24 01:27:33.152280 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:33.152471 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 01:27:33.152529 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.152573 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.152817 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.152916 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_131_26} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 01:27:33.152938 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 01:27:33.153032 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:27:33.153173 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.153186 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001325927 sec., 1152401.3011274377 rows/sec., 91.78 MiB/sec. 2025.12.24 01:27:33.153318 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} executeQuery: Read 160 rows, 11.41 KiB in 0.001304 sec., 122699.38650306748 rows/sec., 8.55 MiB/sec. 2025.12.24 01:27:33.153335 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 01:27:33.153361 [ 255 ] {1945ae09-313a-49e2-ba28-29ecc3458d28} TCPHandler: Processed in 0.00147502 sec. 2025.12.24 01:27:33.153479 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:33.153573 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.153577 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:33.153626 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:33.153637 [ 190 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_131_26} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 01:27:33.153697 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:27:33.153984 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.154020 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.154330 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.12.24 01:27:33.154538 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.154656 [ 86 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.12.24 01:27:33.154671 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.12.24 01:27:33.154690 [ 86 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:33.154713 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:33.154716 [ 255 ] {5d6afd6a-a39f-471f-bc49-f1730aa02c9c} TCPHandler: Processed in 0.001285786 sec. 2025.12.24 01:27:33.154798 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.12.24 01:27:33.154906 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:33.154940 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7488 rows starting from the beginning of the part 2025.12.24 01:27:33.155002 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:33.155046 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:33.155088 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:33.155128 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:33.155168 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:33.157058 [ 190 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7788 rows, containing 4 columns (4 merged, 0 gathered) in 0.002300486 sec., 3385371.6127809514 rows/sec., 228.15 MiB/sec. 2025.12.24 01:27:33.157564 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.12.24 01:27:33.157882 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:33.157953 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_131_26} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.12.24 01:27:33.158033 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2025.12.24 01:27:34.399382 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42684 2025.12.24 01:27:34.399930 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:34.399975 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:34.400448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 01:27:34.400675 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:34.400805 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42684 2025.12.24 01:27:36.498982 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37156 2025.12.24 01:27:36.499115 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499148 [ 290 ] {} TCP-Session: fd6621bb-33fe-4453-8932-274804c070ae Authenticating user 'default' from [fd00:1122:3344:101::e]:37156 2025.12.24 01:27:36.499175 [ 290 ] {} TCP-Session: fd6621bb-33fe-4453-8932-274804c070ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499191 [ 290 ] {} TCP-Session: fd6621bb-33fe-4453-8932-274804c070ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499419 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38105 2025.12.24 01:27:36.499439 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45183 2025.12.24 01:27:36.499463 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41180 2025.12.24 01:27:36.499486 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53007 2025.12.24 01:27:36.499512 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34192 2025.12.24 01:27:36.499547 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499564 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499587 [ 356 ] {} TCP-Session: 7af155f1-6722-4d28-8649-f9aa106f6182 Authenticating user 'default' from [fd00:1122:3344:101::e]:45183 2025.12.24 01:27:36.499539 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499605 [ 290 ] {} TCP-Session: fd6621bb-33fe-4453-8932-274804c070ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:36.499619 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499635 [ 351 ] {} TCP-Session: 365ca99b-95ec-44e8-842c-21e271decca3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38105 2025.12.24 01:27:36.499673 [ 362 ] {} TCP-Session: 747a23a5-1e0f-4f23-a3ab-5ade52439f03 Authenticating user 'default' from [fd00:1122:3344:101::e]:34192 2025.12.24 01:27:36.499692 [ 351 ] {} TCP-Session: 365ca99b-95ec-44e8-842c-21e271decca3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499708 [ 362 ] {} TCP-Session: 747a23a5-1e0f-4f23-a3ab-5ade52439f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499719 [ 351 ] {} TCP-Session: 365ca99b-95ec-44e8-842c-21e271decca3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499735 [ 362 ] {} TCP-Session: 747a23a5-1e0f-4f23-a3ab-5ade52439f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499616 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499616 [ 358 ] {} TCP-Session: 0380f1ec-57c4-4209-a6d1-df72ea2e24a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:41180 2025.12.24 01:27:36.499800 [ 359 ] {} TCP-Session: 32340600-344d-4a66-9faf-965caffdf9b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53007 2025.12.24 01:27:36.499816 [ 358 ] {} TCP-Session: 0380f1ec-57c4-4209-a6d1-df72ea2e24a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499827 [ 290 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} executeQuery: (from [fd00:1122:3344:101::e]:37156) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:27:36.499838 [ 359 ] {} TCP-Session: 32340600-344d-4a66-9faf-965caffdf9b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499839 [ 358 ] {} TCP-Session: 0380f1ec-57c4-4209-a6d1-df72ea2e24a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499874 [ 359 ] {} TCP-Session: 32340600-344d-4a66-9faf-965caffdf9b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.499502 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43130 2025.12.24 01:27:36.499492 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62681 2025.12.24 01:27:36.499458 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62222 2025.12.24 01:27:36.499981 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.499620 [ 356 ] {} TCP-Session: 7af155f1-6722-4d28-8649-f9aa106f6182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500030 [ 361 ] {} TCP-Session: 5c935410-4a86-4628-8a02-2a13e611cdf7 Authenticating user 'default' from [fd00:1122:3344:101::e]:43130 2025.12.24 01:27:36.500047 [ 356 ] {} TCP-Session: 7af155f1-6722-4d28-8649-f9aa106f6182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500047 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.500061 [ 361 ] {} TCP-Session: 5c935410-4a86-4628-8a02-2a13e611cdf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500051 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.500097 [ 360 ] {} TCP-Session: c5fc41d5-cb1f-4e74-aa50-c720097f31f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:62681 2025.12.24 01:27:36.500101 [ 361 ] {} TCP-Session: 5c935410-4a86-4628-8a02-2a13e611cdf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500141 [ 360 ] {} TCP-Session: c5fc41d5-cb1f-4e74-aa50-c720097f31f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500133 [ 357 ] {} TCP-Session: 6c3dbd6d-76b5-46ad-b1a2-7686d307ccd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:62222 2025.12.24 01:27:36.500165 [ 360 ] {} TCP-Session: c5fc41d5-cb1f-4e74-aa50-c720097f31f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500175 [ 290 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:27:36.500184 [ 357 ] {} TCP-Session: 6c3dbd6d-76b5-46ad-b1a2-7686d307ccd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500229 [ 357 ] {} TCP-Session: 6c3dbd6d-76b5-46ad-b1a2-7686d307ccd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.500252 [ 290 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:27:36.500617 [ 290 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:27:36.501699 [ 261 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} AggregatingTransform: Aggregating 2025.12.24 01:27:36.501750 [ 261 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} Aggregator: Aggregation method: without_key 2025.12.24 01:27:36.501789 [ 261 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001055072 sec. (947.803 rows/sec., 37.02 KiB/sec.) 2025.12.24 01:27:36.501807 [ 261 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} Aggregator: Merging aggregated data 2025.12.24 01:27:36.503111 [ 290 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} executeQuery: Read 1 rows, 40.00 B in 0.003357 sec., 297.88501638367586 rows/sec., 11.64 KiB/sec. 2025.12.24 01:27:36.503252 [ 290 ] {06fdfac3-6a9f-41f3-8cfc-7ecc85ab1e63} TCPHandler: Processed in 0.003812478 sec. 2025.12.24 01:27:36.503338 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503369 [ 290 ] {} TCP-Session: fd6621bb-33fe-4453-8932-274804c070ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503369 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503394 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503413 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503426 [ 351 ] {} TCP-Session: 365ca99b-95ec-44e8-842c-21e271decca3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503430 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503459 [ 361 ] {} TCP-Session: 5c935410-4a86-4628-8a02-2a13e611cdf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503479 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503499 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503497 [ 356 ] {} TCP-Session: 7af155f1-6722-4d28-8649-f9aa106f6182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503539 [ 359 ] {} TCP-Session: 32340600-344d-4a66-9faf-965caffdf9b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503557 [ 362 ] {} TCP-Session: 747a23a5-1e0f-4f23-a3ab-5ade52439f03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503464 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503447 [ 360 ] {} TCP-Session: c5fc41d5-cb1f-4e74-aa50-c720097f31f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503621 [ 357 ] {} TCP-Session: 6c3dbd6d-76b5-46ad-b1a2-7686d307ccd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.503446 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.503675 [ 358 ] {} TCP-Session: 0380f1ec-57c4-4209-a6d1-df72ea2e24a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.552835 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34342 2025.12.24 01:27:36.552910 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.552934 [ 361 ] {} TCP-Session: 1545743d-b6af-48aa-b01f-13591fc1a37a Authenticating user 'default' from [fd00:1122:3344:101::e]:34342 2025.12.24 01:27:36.552952 [ 361 ] {} TCP-Session: 1545743d-b6af-48aa-b01f-13591fc1a37a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.552964 [ 361 ] {} TCP-Session: 1545743d-b6af-48aa-b01f-13591fc1a37a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553161 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58179 2025.12.24 01:27:36.553188 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52072 2025.12.24 01:27:36.553214 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61405 2025.12.24 01:27:36.553239 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56446 2025.12.24 01:27:36.553257 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54929 2025.12.24 01:27:36.553268 [ 361 ] {} TCP-Session: 1545743d-b6af-48aa-b01f-13591fc1a37a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:36.553321 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553322 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553364 [ 362 ] {} TCP-Session: 40ca8a43-85be-4bd6-a32e-650caef543e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58179 2025.12.24 01:27:36.553375 [ 358 ] {} TCP-Session: 262c9c16-aae3-43e9-8d3b-c70717323e8c Authenticating user 'default' from [fd00:1122:3344:101::e]:56446 2025.12.24 01:27:36.553377 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553396 [ 362 ] {} TCP-Session: 40ca8a43-85be-4bd6-a32e-650caef543e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553404 [ 358 ] {} TCP-Session: 262c9c16-aae3-43e9-8d3b-c70717323e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553429 [ 362 ] {} TCP-Session: 40ca8a43-85be-4bd6-a32e-650caef543e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553425 [ 359 ] {} TCP-Session: e8a750c6-6fd4-403c-98c3-90b6f2efb9ca Authenticating user 'default' from [fd00:1122:3344:101::e]:54929 2025.12.24 01:27:36.553441 [ 358 ] {} TCP-Session: 262c9c16-aae3-43e9-8d3b-c70717323e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553478 [ 359 ] {} TCP-Session: e8a750c6-6fd4-403c-98c3-90b6f2efb9ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553492 [ 361 ] {17d10476-13ee-429b-8ea4-2ba42843157e} executeQuery: (from [fd00:1122:3344:101::e]:34342) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:27:36.553314 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553529 [ 359 ] {} TCP-Session: e8a750c6-6fd4-403c-98c3-90b6f2efb9ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553559 [ 290 ] {} TCP-Session: 7ad10061-de3d-47d2-ae89-bdba570ce1c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52072 2025.12.24 01:27:36.553255 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49961 2025.12.24 01:27:36.553587 [ 290 ] {} TCP-Session: 7ad10061-de3d-47d2-ae89-bdba570ce1c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553231 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41785 2025.12.24 01:27:36.553654 [ 290 ] {} TCP-Session: 7ad10061-de3d-47d2-ae89-bdba570ce1c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553201 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64168 2025.12.24 01:27:36.553727 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553700 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553771 [ 357 ] {} TCP-Session: 68216fd4-5b55-4752-a8a9-bf021512fe63 Authenticating user 'default' from [fd00:1122:3344:101::e]:41785 2025.12.24 01:27:36.553786 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553791 [ 360 ] {} TCP-Session: a4397980-2a1e-494d-b408-cf233dbe38e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:49961 2025.12.24 01:27:36.553807 [ 357 ] {} TCP-Session: 68216fd4-5b55-4752-a8a9-bf021512fe63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553821 [ 351 ] {} TCP-Session: 7f337f22-2cc4-4e0e-ae63-661d7dd0095d Authenticating user 'default' from [fd00:1122:3344:101::e]:64168 2025.12.24 01:27:36.553829 [ 360 ] {} TCP-Session: a4397980-2a1e-494d-b408-cf233dbe38e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553858 [ 357 ] {} TCP-Session: 68216fd4-5b55-4752-a8a9-bf021512fe63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553871 [ 360 ] {} TCP-Session: a4397980-2a1e-494d-b408-cf233dbe38e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553865 [ 351 ] {} TCP-Session: 7f337f22-2cc4-4e0e-ae63-661d7dd0095d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553813 [ 361 ] {17d10476-13ee-429b-8ea4-2ba42843157e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:27:36.553909 [ 351 ] {} TCP-Session: 7f337f22-2cc4-4e0e-ae63-661d7dd0095d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.553316 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.553968 [ 361 ] {17d10476-13ee-429b-8ea4-2ba42843157e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:27:36.553980 [ 356 ] {} TCP-Session: 0b1db606-5318-4ce4-9510-14bfbaaa939e Authenticating user 'default' from [fd00:1122:3344:101::e]:61405 2025.12.24 01:27:36.554013 [ 356 ] {} TCP-Session: 0b1db606-5318-4ce4-9510-14bfbaaa939e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.554029 [ 356 ] {} TCP-Session: 0b1db606-5318-4ce4-9510-14bfbaaa939e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.554297 [ 361 ] {17d10476-13ee-429b-8ea4-2ba42843157e} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:27:36.555421 [ 299 ] {17d10476-13ee-429b-8ea4-2ba42843157e} AggregatingTransform: Aggregating 2025.12.24 01:27:36.555470 [ 299 ] {17d10476-13ee-429b-8ea4-2ba42843157e} Aggregator: Aggregation method: without_key 2025.12.24 01:27:36.555503 [ 299 ] {17d10476-13ee-429b-8ea4-2ba42843157e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001101823 sec. (907.587 rows/sec., 35.45 KiB/sec.) 2025.12.24 01:27:36.555523 [ 299 ] {17d10476-13ee-429b-8ea4-2ba42843157e} Aggregator: Merging aggregated data 2025.12.24 01:27:36.556899 [ 361 ] {17d10476-13ee-429b-8ea4-2ba42843157e} executeQuery: Read 1 rows, 40.00 B in 0.003475 sec., 287.7697841726619 rows/sec., 11.24 KiB/sec. 2025.12.24 01:27:36.557047 [ 361 ] {17d10476-13ee-429b-8ea4-2ba42843157e} TCPHandler: Processed in 0.003884719 sec. 2025.12.24 01:27:36.557163 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557192 [ 361 ] {} TCP-Session: 1545743d-b6af-48aa-b01f-13591fc1a37a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557199 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557219 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557248 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557264 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557283 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557302 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557322 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557359 [ 290 ] {} TCP-Session: 7ad10061-de3d-47d2-ae89-bdba570ce1c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557343 [ 358 ] {} TCP-Session: 262c9c16-aae3-43e9-8d3b-c70717323e8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557396 [ 359 ] {} TCP-Session: e8a750c6-6fd4-403c-98c3-90b6f2efb9ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557323 [ 357 ] {} TCP-Session: 68216fd4-5b55-4752-a8a9-bf021512fe63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557287 [ 351 ] {} TCP-Session: 7f337f22-2cc4-4e0e-ae63-661d7dd0095d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557270 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.557270 [ 360 ] {} TCP-Session: a4397980-2a1e-494d-b408-cf233dbe38e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557514 [ 356 ] {} TCP-Session: 0b1db606-5318-4ce4-9510-14bfbaaa939e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.557252 [ 362 ] {} TCP-Session: 40ca8a43-85be-4bd6-a32e-650caef543e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637439 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43886 2025.12.24 01:27:36.637547 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.637574 [ 361 ] {} TCP-Session: b095b0a3-1de3-4952-87d7-e568c6a2b990 Authenticating user 'default' from [fd00:1122:3344:101::e]:43886 2025.12.24 01:27:36.637597 [ 361 ] {} TCP-Session: b095b0a3-1de3-4952-87d7-e568c6a2b990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637610 [ 361 ] {} TCP-Session: b095b0a3-1de3-4952-87d7-e568c6a2b990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637788 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33212 2025.12.24 01:27:36.637822 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65180 2025.12.24 01:27:36.637835 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54906 2025.12.24 01:27:36.637845 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60509 2025.12.24 01:27:36.637884 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40751 2025.12.24 01:27:36.637903 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.637906 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.637936 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.637946 [ 362 ] {} TCP-Session: b614d7ea-06a1-423c-9bae-cb6d2d6a831d Authenticating user 'default' from [fd00:1122:3344:101::e]:33212 2025.12.24 01:27:36.637947 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.637958 [ 290 ] {} TCP-Session: f6aea42a-69b5-4d38-a630-2b6922724b07 Authenticating user 'default' from [fd00:1122:3344:101::e]:65180 2025.12.24 01:27:36.637985 [ 362 ] {} TCP-Session: b614d7ea-06a1-423c-9bae-cb6d2d6a831d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637991 [ 356 ] {} TCP-Session: 8cf94bc2-8719-4826-ba20-89f79745cb63 Authenticating user 'default' from [fd00:1122:3344:101::e]:60509 2025.12.24 01:27:36.638004 [ 362 ] {} TCP-Session: b614d7ea-06a1-423c-9bae-cb6d2d6a831d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638002 [ 290 ] {} TCP-Session: f6aea42a-69b5-4d38-a630-2b6922724b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638017 [ 356 ] {} TCP-Session: 8cf94bc2-8719-4826-ba20-89f79745cb63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638032 [ 290 ] {} TCP-Session: f6aea42a-69b5-4d38-a630-2b6922724b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637973 [ 351 ] {} TCP-Session: 14877911-1bcd-4649-ae29-31a6e812be24 Authenticating user 'default' from [fd00:1122:3344:101::e]:54906 2025.12.24 01:27:36.638052 [ 356 ] {} TCP-Session: 8cf94bc2-8719-4826-ba20-89f79745cb63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638080 [ 351 ] {} TCP-Session: 14877911-1bcd-4649-ae29-31a6e812be24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637968 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.638104 [ 351 ] {} TCP-Session: 14877911-1bcd-4649-ae29-31a6e812be24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637930 [ 361 ] {} TCP-Session: b095b0a3-1de3-4952-87d7-e568c6a2b990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:36.638126 [ 358 ] {} TCP-Session: 79a6d0bb-2e50-4951-bba6-7f9867ef07fc Authenticating user 'default' from [fd00:1122:3344:101::e]:40751 2025.12.24 01:27:36.637903 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50248 2025.12.24 01:27:36.638162 [ 358 ] {} TCP-Session: 79a6d0bb-2e50-4951-bba6-7f9867ef07fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637862 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44170 2025.12.24 01:27:36.638221 [ 358 ] {} TCP-Session: 79a6d0bb-2e50-4951-bba6-7f9867ef07fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.637910 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33991 2025.12.24 01:27:36.638294 [ 361 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} executeQuery: (from [fd00:1122:3344:101::e]:43886) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:27:36.638295 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.638264 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.638351 [ 357 ] {} TCP-Session: 07a537b3-4e58-4209-acbe-e458a081b3b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44170 2025.12.24 01:27:36.638362 [ 360 ] {} TCP-Session: 44dbdb49-0a08-4de9-93ee-4c00c0cb58e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50248 2025.12.24 01:27:36.638374 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:27:36.638381 [ 357 ] {} TCP-Session: 07a537b3-4e58-4209-acbe-e458a081b3b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638381 [ 360 ] {} TCP-Session: 44dbdb49-0a08-4de9-93ee-4c00c0cb58e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638412 [ 357 ] {} TCP-Session: 07a537b3-4e58-4209-acbe-e458a081b3b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638437 [ 360 ] {} TCP-Session: 44dbdb49-0a08-4de9-93ee-4c00c0cb58e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638408 [ 359 ] {} TCP-Session: 307a96de-1a10-431f-aba0-04f0dc9e1574 Authenticating user 'default' from [fd00:1122:3344:101::e]:33991 2025.12.24 01:27:36.638484 [ 359 ] {} TCP-Session: 307a96de-1a10-431f-aba0-04f0dc9e1574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638497 [ 359 ] {} TCP-Session: 307a96de-1a10-431f-aba0-04f0dc9e1574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.638574 [ 361 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:27:36.638635 [ 361 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:27:36.638926 [ 361 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:27:36.639945 [ 313 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} AggregatingTransform: Aggregating 2025.12.24 01:27:36.639980 [ 313 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} Aggregator: Aggregation method: without_key 2025.12.24 01:27:36.640014 [ 313 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00098498 sec. (1015.249 rows/sec., 39.66 KiB/sec.) 2025.12.24 01:27:36.640036 [ 313 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} Aggregator: Merging aggregated data 2025.12.24 01:27:36.641459 [ 361 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} executeQuery: Read 1 rows, 40.00 B in 0.003218 sec., 310.75201988812927 rows/sec., 12.14 KiB/sec. 2025.12.24 01:27:36.641675 [ 361 ] {15cfed69-3f8d-4d00-8111-df5ec7e1adad} TCPHandler: Processed in 0.003858418 sec. 2025.12.24 01:27:36.641815 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641844 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641859 [ 361 ] {} TCP-Session: b095b0a3-1de3-4952-87d7-e568c6a2b990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.641866 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641886 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641905 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641915 [ 358 ] {} TCP-Session: 79a6d0bb-2e50-4951-bba6-7f9867ef07fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.641925 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641932 [ 362 ] {} TCP-Session: b614d7ea-06a1-423c-9bae-cb6d2d6a831d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.641949 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641975 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.641994 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:27:36.642007 [ 360 ] {} TCP-Session: 44dbdb49-0a08-4de9-93ee-4c00c0cb58e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.642022 [ 357 ] {} TCP-Session: 07a537b3-4e58-4209-acbe-e458a081b3b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.642051 [ 359 ] {} TCP-Session: 307a96de-1a10-431f-aba0-04f0dc9e1574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.641975 [ 351 ] {} TCP-Session: 14877911-1bcd-4649-ae29-31a6e812be24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.641937 [ 290 ] {} TCP-Session: f6aea42a-69b5-4d38-a630-2b6922724b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.641886 [ 356 ] {} TCP-Session: 8cf94bc2-8719-4826-ba20-89f79745cb63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:27:36.799521 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 671 2025.12.24 01:27:36.820583 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:36.820653 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:36.827001 [ 243 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.12.24 01:27:36.827804 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:36.831987 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 671 2025.12.24 01:27:37.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 379.05 MiB, peak 396.18 MiB, free memory in arenas 0.00 B, will set to 377.82 MiB (RSS), difference: -1.23 MiB 2025.12.24 01:27:37.036688 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1732 2025.12.24 01:27:37.039273 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:37.039337 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:37.040675 [ 242 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:27:37.040966 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:37.041157 [ 73 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:27:37.041222 [ 73 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:37.041243 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:37.041346 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:27:37.041411 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1732 2025.12.24 01:27:37.041912 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:37.042069 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1608 rows starting from the beginning of the part 2025.12.24 01:27:37.042438 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part 2025.12.24 01:27:37.042792 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part 2025.12.24 01:27:37.043126 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part 2025.12.24 01:27:37.043451 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part 2025.12.24 01:27:37.043769 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 26 rows starting from the beginning of the part 2025.12.24 01:27:37.050784 [ 193 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1732 rows, containing 72 columns (72 merged, 0 gathered) in 0.009477393 sec., 182750.67837748208 rows/sec., 140.24 MiB/sec. 2025.12.24 01:27:37.052673 [ 193 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:27:37.053506 [ 193 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:37.053612 [ 193 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_66_13} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:27:37.054024 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.12.24 01:27:38.154436 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:38.154667 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:38.154756 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:38.155669 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.155738 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.156287 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 01:27:38.156636 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.156855 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} executeQuery: Read 136 rows, 12.08 KiB in 0.002251 sec., 60417.592181252774 rows/sec., 5.24 MiB/sec. 2025.12.24 01:27:38.156923 [ 255 ] {4d871c7e-01a3-4675-babc-9fbfc2e3e0f3} TCPHandler: Processed in 0.002663914 sec. 2025.12.24 01:27:38.157093 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:38.157248 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:27:38.157312 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:27:38.157912 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.157964 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.158430 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:27:38.158717 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.158899 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} executeQuery: Read 40 rows, 3.01 KiB in 0.001685 sec., 23738.87240356083 rows/sec., 1.74 MiB/sec. 2025.12.24 01:27:38.158897 [ 80 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:27:38.158954 [ 255 ] {bdfa0421-3719-4c1e-87ee-d1a8a916b250} TCPHandler: Processed in 0.001929239 sec. 2025.12.24 01:27:38.159002 [ 80 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.159034 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.159122 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:38.159183 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:27:38.159258 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:38.159321 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:38.159334 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:38.159391 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 72 rows starting from the beginning of the part 2025.12.24 01:27:38.159477 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.159539 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.159614 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part 2025.12.24 01:27:38.159712 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.159781 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.159894 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.159954 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.160438 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 01:27:38.160747 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.160923 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} executeQuery: Read 104 rows, 8.32 KiB in 0.001691 sec., 61502.06978119456 rows/sec., 4.80 MiB/sec. 2025.12.24 01:27:38.160975 [ 255 ] {dee524e6-22ad-4b3b-8c51-3a2318cfe05b} TCPHandler: Processed in 0.00192826 sec. 2025.12.24 01:27:38.161003 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882938 sec., 151890.29059905317 rows/sec., 11.74 MiB/sec. 2025.12.24 01:27:38.161050 [ 223 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:27:38.161123 [ 223 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:27:38.161132 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:38.161180 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:27:38.161261 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:38.161323 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:38.161542 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.161634 [ 192 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_66_13} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:27:38.161741 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 01:27:38.161927 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.161988 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.162570 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 01:27:38.162867 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.163044 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} executeQuery: Read 160 rows, 11.41 KiB in 0.001808 sec., 88495.57522123893 rows/sec., 6.16 MiB/sec. 2025.12.24 01:27:38.163096 [ 255 ] {01d6cba2-37da-4adf-ad31-8e1a1607f359} TCPHandler: Processed in 0.002026301 sec. 2025.12.24 01:27:38.163247 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:38.163378 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:38.163453 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:27:38.164655 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.164706 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.165522 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.12.24 01:27:38.165896 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.165995 [ 223 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:27:38.166077 [ 80 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.12.24 01:27:38.166108 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} executeQuery: Read 40 rows, 73.40 KiB in 0.002757 sec., 14508.523757707653 rows/sec., 26.00 MiB/sec. 2025.12.24 01:27:38.166131 [ 80 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.166165 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.166225 [ 255 ] {c016519a-70c9-4fcd-b88d-c8d1ac67e7a0} TCPHandler: Processed in 0.003042241 sec. 2025.12.24 01:27:38.166278 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.12.24 01:27:38.166384 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:38.166510 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:38.166534 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:38.166573 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:38.166617 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2314 rows starting from the beginning of the part 2025.12.24 01:27:38.166789 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.166930 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.167043 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:38.167075 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.167091 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:38.167224 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.167369 [ 194 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part 2025.12.24 01:27:38.167541 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.12.24 01:27:38.167847 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.168027 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. 2025.12.24 01:27:38.168078 [ 255 ] {ff6c4f91-94ad-47a1-8f93-b5ac0e9b7ef2} TCPHandler: Processed in 0.001761636 sec. 2025.12.24 01:27:38.168081 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:27:38.168130 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:27:38.172186 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:27:38.177427 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2514 rows, containing 19 columns (19 merged, 0 gathered) in 0.011206258 sec., 224338.9363336093 rows/sec., 402.01 MiB/sec. 2025.12.24 01:27:38.180221 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.12.24 01:27:38.180706 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:38.180805 [ 202 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_66_13} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.12.24 01:27:38.180937 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.91 MiB. 2025.12.24 01:27:38.894223 [ 219 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:27:38.894274 [ 219 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:27:38.897720 [ 219 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:27:39.048087 [ 217 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:27:39.048141 [ 217 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:27:39.053846 [ 217 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:27:41.143910 [ 220 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:27:41.143985 [ 220 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:27:41.146629 [ 220 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:27:41.684329 [ 76 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:27:41.684379 [ 76 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:27:41.900979 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43132 2025.12.24 01:27:41.901504 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:41.901558 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:41.902039 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 01:27:41.902274 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:41.902423 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43132 2025.12.24 01:27:42.066061 [ 225 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:27:42.066144 [ 225 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:27:42.069029 [ 225 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:27:43.000214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 374.39 MiB, peak 397.21 MiB, free memory in arenas 0.00 B, will set to 378.39 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:27:43.149523 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:43.149708 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:43.149777 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:43.150446 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:43.150498 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:43.150906 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 01:27:43.151143 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:43.151309 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} executeQuery: Read 56 rows, 4.41 KiB in 0.00165 sec., 33939.393939393936 rows/sec., 2.61 MiB/sec. 2025.12.24 01:27:43.151362 [ 255 ] {f53cdb2e-92a1-450d-84c9-f2412079e93c} TCPHandler: Processed in 0.00197043 sec. 2025.12.24 01:27:43.151491 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:43.151597 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:43.151644 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:43.152084 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:43.152123 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:43.152445 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 01:27:43.152659 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:43.152788 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} executeQuery: Read 64 rows, 5.12 KiB in 0.001216 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. 2025.12.24 01:27:43.152827 [ 255 ] {f19832b7-c03b-4909-9329-34ff6ca0be1c} TCPHandler: Processed in 0.001388488 sec. 2025.12.24 01:27:43.152938 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:43.153034 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:43.153078 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:43.153494 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:43.153530 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:43.153874 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 01:27:43.154087 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:43.154198 [ 75 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_128_27 to all_129_129_0 2025.12.24 01:27:43.154216 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.12.24 01:27:43.154261 [ 75 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:43.154274 [ 255 ] {88898e70-d12f-4126-9480-70c859bcbef4} TCPHandler: Processed in 0.001385789 sec. 2025.12.24 01:27:43.154285 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:43.154394 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:43.154391 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} MergeTask::PrepareStage: Merging 2 parts: from all_1_128_27 to all_129_129_0 into Compact with storage Full 2025.12.24 01:27:43.154494 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:43.154540 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:43.154548 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:43.154590 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_128_27, total 36767 rows starting from the beginning of the part 2025.12.24 01:27:43.154656 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:43.154884 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:43.154928 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:43.155251 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.12.24 01:27:43.155461 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:43.155588 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.12.24 01:27:43.155625 [ 255 ] {5d777ee9-d9ea-47e5-9a95-0b2ae6dbf32d} TCPHandler: Processed in 0.001280536 sec. 2025.12.24 01:27:43.161035 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} MergeTask::MergeProjectionsStage: Merge sorted 36927 rows, containing 5 columns (5 merged, 0 gathered) in 0.006681566 sec., 5526698.381786546 rows/sec., 379.75 MiB/sec. 2025.12.24 01:27:43.161529 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} MergedBlockOutputStream: filled checksums all_1_129_28 (state Temporary) 2025.12.24 01:27:43.161843 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_129_28 to all_1_129_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:43.161923 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_129_28} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_128_27, all_129_129_0] -> all_1_129_28 2025.12.24 01:27:43.162024 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.12.24 01:27:44.332138 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 678 2025.12.24 01:27:44.350213 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:44.350281 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:44.356328 [ 243 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.12.24 01:27:44.357046 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:44.360466 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.12.24 01:27:47.041722 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1752 2025.12.24 01:27:47.044371 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:47.044420 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:47.045636 [ 242 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:27:47.045919 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:47.046317 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1752 2025.12.24 01:27:48.179217 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.179417 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.179493 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:27:48.180159 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.180211 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.180612 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:27:48.180852 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.181014 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} executeQuery: Read 24 rows, 2.04 KiB in 0.00165 sec., 14545.454545454546 rows/sec., 1.21 MiB/sec. 2025.12.24 01:27:48.181070 [ 255 ] {2259da0b-b086-4a19-9747-72874cc79c3d} TCPHandler: Processed in 0.001993821 sec. 2025.12.24 01:27:48.181196 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.181404 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:27:48.181450 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:27:48.181878 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.181918 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.182234 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:27:48.182488 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.182623 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} executeQuery: Read 18 rows, 1.48 KiB in 0.001244 sec., 14469.453376205787 rows/sec., 1.16 MiB/sec. 2025.12.24 01:27:48.182664 [ 255 ] {89820b31-cab2-42c5-aa88-bf67658b2d0f} TCPHandler: Processed in 0.001520871 sec. 2025.12.24 01:27:48.182777 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.182971 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:48.183013 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:48.184025 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.184063 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.184480 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 01:27:48.184708 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.184845 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} executeQuery: Read 1407 rows, 120.95 KiB in 0.001894 sec., 742872.2280887011 rows/sec., 62.36 MiB/sec. 2025.12.24 01:27:48.184886 [ 255 ] {b369c915-19e4-4668-a9ab-554321052b53} TCPHandler: Processed in 0.002158304 sec. 2025.12.24 01:27:48.184998 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.185095 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.185137 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:27:48.185556 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.185594 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.185905 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:27:48.186123 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.186254 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} executeQuery: Read 70 rows, 5.24 KiB in 0.001179 sec., 59372.34944868533 rows/sec., 4.34 MiB/sec. 2025.12.24 01:27:48.186294 [ 255 ] {0f522135-3cfa-4576-b5f4-fa92848052f5} TCPHandler: Processed in 0.001346538 sec. 2025.12.24 01:27:48.186409 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.186505 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.186546 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:27:48.187006 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.187044 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.187362 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:27:48.187599 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.187727 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} executeQuery: Read 253 rows, 17.91 KiB in 0.001241 sec., 203867.84850926674 rows/sec., 14.10 MiB/sec. 2025.12.24 01:27:48.187766 [ 255 ] {bb3241e9-6507-4d18-a1bb-cf75702edd64} TCPHandler: Processed in 0.001406309 sec. 2025.12.24 01:27:48.187881 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.187976 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.188018 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:27:48.188411 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.188448 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.188741 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 01:27:48.188954 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.189082 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. 2025.12.24 01:27:48.189121 [ 255 ] {f0f36752-f161-4149-9f31-d1038a35e6cf} TCPHandler: Processed in 0.001288776 sec. 2025.12.24 01:27:48.189233 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.189326 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:48.189367 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:48.189985 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.190021 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.190361 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 01:27:48.190579 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.190709 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} executeQuery: Read 614 rows, 47.35 KiB in 0.0014 sec., 438571.4285714286 rows/sec., 33.03 MiB/sec. 2025.12.24 01:27:48.190747 [ 255 ] {569ccc04-2e11-4e74-bb18-334e96d8d163} TCPHandler: Processed in 0.001563041 sec. 2025.12.24 01:27:48.190858 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.190954 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.190999 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:48.191585 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.191623 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.192015 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 01:27:48.192249 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.192372 [ 68 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_129_28 to all_134_134_0 2025.12.24 01:27:48.192382 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} executeQuery: Read 889 rows, 61.80 KiB in 0.001447 sec., 614374.5680718728 rows/sec., 41.71 MiB/sec. 2025.12.24 01:27:48.192443 [ 68 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.192462 [ 255 ] {567fce12-adec-4ef5-a622-9de1825875ea} TCPHandler: Processed in 0.001652994 sec. 2025.12.24 01:27:48.192467 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:48.192585 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.192611 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_129_28 to all_134_134_0 into Compact with storage Full 2025.12.24 01:27:48.192685 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.192734 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:27:48.192775 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:48.192821 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_129_28, total 36927 rows starting from the beginning of the part 2025.12.24 01:27:48.192895 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:48.192948 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:48.193004 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:48.193052 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part 2025.12.24 01:27:48.193072 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.193101 [ 186 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 889 rows starting from the beginning of the part 2025.12.24 01:27:48.193118 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:48.193461 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:27:48.193683 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.193819 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} executeQuery: Read 1 rows, 65.00 B in 0.001152 sec., 868.0555555555555 rows/sec., 55.10 KiB/sec. 2025.12.24 01:27:48.193859 [ 255 ] {23400dd5-cb6f-48a2-8cf5-aff7becfde85} TCPHandler: Processed in 0.001323186 sec. 2025.12.24 01:27:48.193971 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.194068 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.194123 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:27:48.194986 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.195024 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:48.195596 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.12.24 01:27:48.195840 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.195982 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} executeQuery: Read 40 rows, 73.40 KiB in 0.001932 sec., 20703.933747412008 rows/sec., 37.10 MiB/sec. 2025.12.24 01:27:48.196039 [ 255 ] {0f641e70-b4ba-4ce1-91e9-9a4c492225ec} TCPHandler: Processed in 0.002117643 sec. 2025.12.24 01:27:48.196153 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:48.196249 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:48.196291 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:48.196629 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:48.196665 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:48.196973 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.12.24 01:27:48.197181 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.197308 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.12.24 01:27:48.197344 [ 255 ] {7ab9c563-a83d-4918-b57a-b6721229289d} TCPHandler: Processed in 0.001241405 sec. 2025.12.24 01:27:48.202787 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergeTask::MergeProjectionsStage: Merge sorted 38456 rows, containing 5 columns (5 merged, 0 gathered) in 0.010236408 sec., 3756786.5602856 rows/sec., 258.12 MiB/sec. 2025.12.24 01:27:48.203548 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} MergedBlockOutputStream: filled checksums all_1_134_29 (state Temporary) 2025.12.24 01:27:48.203898 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_134_29 to all_1_134_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:48.203987 [ 199 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_134_29} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_129_28, all_134_134_0] -> all_1_134_29 2025.12.24 01:27:48.204089 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 01:27:49.402650 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43644 2025.12.24 01:27:49.403489 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:49.403554 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:49.404065 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 01:27:49.404307 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:49.404434 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43644 2025.12.24 01:27:49.404445 [ 67 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 01:27:49.404491 [ 67 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:49.404515 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2025.12.24 01:27:49.404691 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 01:27:49.404915 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:49.404984 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41212 rows starting from the beginning of the part 2025.12.24 01:27:49.405085 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 512 rows starting from the beginning of the part 2025.12.24 01:27:49.405176 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 448 rows starting from the beginning of the part 2025.12.24 01:27:49.405247 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 512 rows starting from the beginning of the part 2025.12.24 01:27:49.405328 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 448 rows starting from the beginning of the part 2025.12.24 01:27:49.405398 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 512 rows starting from the beginning of the part 2025.12.24 01:27:49.408197 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43644 rows, containing 4 columns (4 merged, 0 gathered) in 0.003590043 sec., 12156957.451484565 rows/sec., 173.91 MiB/sec. 2025.12.24 01:27:49.408444 [ 196 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 01:27:49.408708 [ 196 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:49.408772 [ 196 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_91_18} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 01:27:49.408875 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.12.24 01:27:51.860587 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2025.12.24 01:27:51.878815 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:51.878873 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:51.885037 [ 243 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.12.24 01:27:51.885782 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:51.886106 [ 61 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.12.24 01:27:51.886202 [ 61 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:51.886237 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:51.886407 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.12.24 01:27:51.889090 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2025.12.24 01:27:51.890221 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:51.891686 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2025.12.24 01:27:51.896246 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part 2025.12.24 01:27:51.900965 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 7 rows starting from the beginning of the part 2025.12.24 01:27:51.905463 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part 2025.12.24 01:27:51.910350 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 7 rows starting from the beginning of the part 2025.12.24 01:27:51.914750 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2025.12.24 01:27:51.970764 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.084428564 sec., 8125.212220830856 rows/sec., 42.01 MiB/sec. 2025.12.24 01:27:51.974255 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.12.24 01:27:51.976307 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:51.976418 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_91_18} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.12.24 01:27:51.979184 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 01:27:52.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 379.62 MiB, peak 397.21 MiB, free memory in arenas 0.00 B, will set to 378.54 MiB (RSS), difference: -1.08 MiB 2025.12.24 01:27:53.148897 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:53.149096 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:53.149171 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:53.149915 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:53.149965 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:53.150363 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 01:27:53.150628 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:53.150796 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} executeQuery: Read 56 rows, 4.41 KiB in 0.001755 sec., 31908.831908831908 rows/sec., 2.45 MiB/sec. 2025.12.24 01:27:53.150850 [ 255 ] {ce67888d-71be-4e35-844a-49fb7e88cc3b} TCPHandler: Processed in 0.002092423 sec. 2025.12.24 01:27:53.150980 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:53.151087 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:53.151132 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:53.151584 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:53.151623 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:53.151943 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 01:27:53.152164 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:53.152300 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} executeQuery: Read 64 rows, 5.12 KiB in 0.001238 sec., 51696.284329563816 rows/sec., 4.04 MiB/sec. 2025.12.24 01:27:53.152341 [ 255 ] {ddca6826-2919-4b8d-bd3e-c8f2d5a66029} TCPHandler: Processed in 0.001413678 sec. 2025.12.24 01:27:53.152457 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:53.152555 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:53.152601 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:53.153021 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:53.153058 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:53.153398 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 01:27:53.153611 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:53.153745 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.12.24 01:27:53.153783 [ 255 ] {d7b46b9b-679f-4d85-8554-5acd6b8ca8cd} TCPHandler: Processed in 0.001376679 sec. 2025.12.24 01:27:53.153884 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:53.153980 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:53.154023 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:53.154358 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:53.154394 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:53.154701 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.12.24 01:27:53.154943 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:53.155077 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.12.24 01:27:53.155114 [ 255 ] {61a0dfd3-d532-4f61-9888-761fc2e1a65e} TCPHandler: Processed in 0.001279886 sec. 2025.12.24 01:27:56.684438 [ 57 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:27:56.684506 [ 57 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:27:56.904614 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44092 2025.12.24 01:27:56.905127 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:56.905174 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:56.905675 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 01:27:56.905919 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:56.906073 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44092 2025.12.24 01:27:57.046542 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1782 2025.12.24 01:27:57.049196 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:57.049261 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:57.050537 [ 242 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:27:57.050847 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:57.051260 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1782 2025.12.24 01:27:58.151354 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:58.151533 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:27:58.151602 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:27:58.152323 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.152373 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.152784 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 01:27:58.153009 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.153154 [ 56 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 01:27:58.153171 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} executeQuery: Read 136 rows, 12.08 KiB in 0.001688 sec., 80568.72037914692 rows/sec., 6.99 MiB/sec. 2025.12.24 01:27:58.153227 [ 56 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.153249 [ 255 ] {7f1dc89b-247a-4a7b-8287-6fe53f01cd27} TCPHandler: Processed in 0.002025521 sec. 2025.12.24 01:27:58.153255 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.153389 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:58.153407 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 01:27:58.153497 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:27:58.153545 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:27:58.153569 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:58.153613 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1409 rows starting from the beginning of the part 2025.12.24 01:27:58.153689 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 136 rows starting from the beginning of the part 2025.12.24 01:27:58.153744 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:58.153801 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 1407 rows starting from the beginning of the part 2025.12.24 01:27:58.153849 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part 2025.12.24 01:27:58.153896 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 136 rows starting from the beginning of the part 2025.12.24 01:27:58.153999 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.154056 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.154400 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:27:58.154632 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.154768 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} executeQuery: Read 40 rows, 3.01 KiB in 0.001296 sec., 30864.197530864196 rows/sec., 2.27 MiB/sec. 2025.12.24 01:27:58.154807 [ 255 ] {972cec76-1503-46c9-8a91-1ae0a9835883} TCPHandler: Processed in 0.00147435 sec. 2025.12.24 01:27:58.154938 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:58.155035 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:27:58.155075 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:27:58.155427 [ 187 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3200 rows, containing 5 columns (5 merged, 0 gathered) in 0.002086082 sec., 1533976.1332488367 rows/sec., 134.60 MiB/sec. 2025.12.24 01:27:58.155515 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.155553 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.155686 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 01:27:58.155878 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 01:27:58.156033 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.156122 [ 189 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_136_27} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 01:27:58.156127 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.156223 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 01:27:58.156271 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} executeQuery: Read 104 rows, 8.32 KiB in 0.001257 sec., 82736.67462211614 rows/sec., 6.46 MiB/sec. 2025.12.24 01:27:58.156274 [ 54 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 01:27:58.156314 [ 255 ] {494d026b-abc3-45d8-98a4-e1f96cfe7cd9} TCPHandler: Processed in 0.001438199 sec. 2025.12.24 01:27:58.156322 [ 54 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.156342 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.156412 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 01:27:58.156429 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:58.156498 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:58.156526 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 634 rows starting from the beginning of the part 2025.12.24 01:27:58.156526 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:58.156582 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:27:58.156597 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 104 rows starting from the beginning of the part 2025.12.24 01:27:58.156703 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:58.156785 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 614 rows starting from the beginning of the part 2025.12.24 01:27:58.156864 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part 2025.12.24 01:27:58.156938 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 104 rows starting from the beginning of the part 2025.12.24 01:27:58.157007 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.157040 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.157381 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 01:27:58.157591 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.157720 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.12.24 01:27:58.157757 [ 255 ] {37f82c58-f69d-43d8-9608-e05472054917} TCPHandler: Processed in 0.001378838 sec. 2025.12.24 01:27:58.157881 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:58.157981 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:27:58.158041 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:27:58.158098 [ 198 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001718075 sec., 921962.0796531002 rows/sec., 73.53 MiB/sec. 2025.12.24 01:27:58.158289 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 01:27:58.158595 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.158687 [ 187 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_136_27} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 01:27:58.158788 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 01:27:58.158963 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.159009 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.159600 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.12.24 01:27:58.159830 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.159975 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} executeQuery: Read 40 rows, 73.40 KiB in 0.002012 sec., 19880.715705765408 rows/sec., 35.63 MiB/sec. 2025.12.24 01:27:58.160048 [ 255 ] {de9a74cc-37cc-4e4e-b6cc-cd3ddfa01a70} TCPHandler: Processed in 0.002230175 sec. 2025.12.24 01:27:58.160165 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:27:58.160262 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:27:58.160304 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:27:58.160642 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.160676 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.161006 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.12.24 01:27:58.161218 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.161327 [ 54 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.12.24 01:27:58.161345 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.12.24 01:27:58.161360 [ 54 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:58.161379 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:58.161382 [ 255 ] {913ed5c2-db20-4843-ae9c-4d571ced9b1e} TCPHandler: Processed in 0.001267496 sec. 2025.12.24 01:27:58.161497 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.12.24 01:27:58.161653 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:58.161691 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7788 rows starting from the beginning of the part 2025.12.24 01:27:58.161757 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:58.161802 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:58.161843 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:58.161883 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:58.161922 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2025.12.24 01:27:58.163927 [ 187 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 8088 rows, containing 4 columns (4 merged, 0 gathered) in 0.00249208 sec., 3245481.6859811884 rows/sec., 218.72 MiB/sec. 2025.12.24 01:27:58.164382 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.12.24 01:27:58.164652 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:58.164732 [ 197 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_136_27} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.12.24 01:27:58.164813 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2025.12.24 01:27:59.389205 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2025.12.24 01:27:59.407559 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:59.407626 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:59.413833 [ 243 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.12.24 01:27:59.414587 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:59.417872 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.12.24 01:27:59.579492 [ 53 ] {} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:27:59.579577 [ 53 ] {} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:27:59.579604 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:27:59.579726 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:27:59.579886 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:27:59.579929 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.12.24 01:27:59.580003 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.12.24 01:27:59.580057 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.12.24 01:27:59.580106 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.12.24 01:27:59.580150 [ 195 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.12.24 01:27:59.581175 [ 187 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.00150451 sec., 3988.0093851154197 rows/sec., 253.15 KiB/sec. 2025.12.24 01:27:59.581336 [ 193 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:27:59.581633 [ 193 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:27:59.581706 [ 193 ] {17f1d992-7934-4e15-b63a-8d095087aa48::all_1_5_1} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:27:59.581809 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.24 01:28:03.149045 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:03.149241 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:03.149317 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:03.150062 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:03.150119 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:03.150534 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 01:28:03.150763 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:03.150929 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} executeQuery: Read 56 rows, 4.41 KiB in 0.001743 sec., 32128.5140562249 rows/sec., 2.47 MiB/sec. 2025.12.24 01:28:03.150984 [ 255 ] {e9b24d91-e797-4dce-8a41-8d425c182532} TCPHandler: Processed in 0.002073712 sec. 2025.12.24 01:28:03.151116 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:03.151221 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:03.151265 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:03.151712 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:03.151749 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:03.152063 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 01:28:03.152279 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:03.152411 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2025.12.24 01:28:03.152450 [ 255 ] {f7c92a62-739a-4cc0-8bad-95241ae54ba1} TCPHandler: Processed in 0.001386088 sec. 2025.12.24 01:28:03.152566 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:03.152665 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:03.152710 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:03.153127 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:03.153163 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:03.153494 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 01:28:03.153715 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:03.153846 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.12.24 01:28:03.153884 [ 255 ] {33fe67b5-edd3-4329-b645-27d3df9dec82} TCPHandler: Processed in 0.001368388 sec. 2025.12.24 01:28:03.153946 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:03.153990 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:03.153998 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:03.154105 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:03.154154 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:03.154508 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:03.154547 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:03.154923 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.12.24 01:28:03.155205 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:03.155354 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} executeQuery: Read 60 rows, 4.14 KiB in 0.001269 sec., 47281.32387706856 rows/sec., 3.19 MiB/sec. 2025.12.24 01:28:03.155393 [ 255 ] {a8c9a039-caad-4a63-8467-e93da9f63abc} TCPHandler: Processed in 0.00145173 sec. 2025.12.24 01:28:03.157653 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:03.521795 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:03.521831 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:03.524720 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:03.602071 [ 222 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:03.602100 [ 222 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:03.604746 [ 222 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:03.701740 [ 220 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:03.701814 [ 220 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:03.704679 [ 220 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:04.000189 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 374.83 MiB, peak 397.21 MiB, free memory in arenas 0.00 B, will set to 378.55 MiB (RSS), difference: 3.73 MiB 2025.12.24 01:28:04.406299 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44604 2025.12.24 01:28:04.406882 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:04.406923 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:04.407424 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 01:28:04.407689 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:04.407819 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44604 2025.12.24 01:28:06.918026 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.12.24 01:28:06.937604 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:06.937662 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:06.943915 [ 243 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.12.24 01:28:06.944660 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:06.948490 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.12.24 01:28:06.952078 [ 223 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:28:06.952140 [ 223 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:28:06.955652 [ 223 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:28:07.051548 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1802 2025.12.24 01:28:07.053888 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:07.053938 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:07.055116 [ 242 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:28:07.055391 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:07.055828 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1802 2025.12.24 01:28:08.150756 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:08.150938 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:08.151006 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:08.151756 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:08.151806 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:08.152220 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 01:28:08.152460 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:08.152621 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} executeQuery: Read 136 rows, 12.08 KiB in 0.001732 sec., 78521.93995381062 rows/sec., 6.81 MiB/sec. 2025.12.24 01:28:08.152674 [ 255 ] {b96885f6-d271-4024-a5f6-c60023065af5} TCPHandler: Processed in 0.002048912 sec. 2025.12.24 01:28:08.152800 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:08.152904 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:28:08.152950 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:28:08.153415 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:08.153453 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:08.153771 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:28:08.154005 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:08.154139 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} executeQuery: Read 40 rows, 3.01 KiB in 0.001259 sec., 31771.247021445593 rows/sec., 2.33 MiB/sec. 2025.12.24 01:28:08.154181 [ 255 ] {0de16f6c-4376-4b97-bd48-391ee2af6ae9} TCPHandler: Processed in 0.001433249 sec. 2025.12.24 01:28:08.154208 [ 225 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:28:08.154257 [ 225 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:28:08.154302 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:08.154406 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:08.154449 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:08.154899 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:08.154937 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:08.155286 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 01:28:08.155528 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:08.155659 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} executeQuery: Read 104 rows, 8.32 KiB in 0.001273 sec., 81696.7792615868 rows/sec., 6.38 MiB/sec. 2025.12.24 01:28:08.155702 [ 255 ] {bef0a042-c197-48c1-87b7-8e52f8f9a783} TCPHandler: Processed in 0.001450849 sec. 2025.12.24 01:28:08.155818 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:08.155916 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:08.155963 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:08.156393 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:08.156433 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:08.156842 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 01:28:08.157074 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:08.157210 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} executeQuery: Read 160 rows, 11.41 KiB in 0.001312 sec., 121951.21951219512 rows/sec., 8.49 MiB/sec. 2025.12.24 01:28:08.157249 [ 255 ] {690af530-838c-4157-b80d-727d19ea2380} TCPHandler: Processed in 0.001479479 sec. 2025.12.24 01:28:08.157368 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:08.157455 [ 225 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:28:08.157466 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:08.157541 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:28:08.158410 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:08.158445 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:08.159077 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.12.24 01:28:08.159329 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:08.159472 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} executeQuery: Read 40 rows, 73.40 KiB in 0.002024 sec., 19762.84584980237 rows/sec., 35.41 MiB/sec. 2025.12.24 01:28:08.159500 [ 222 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:28:08.159526 [ 222 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:28:08.159548 [ 255 ] {570c82c0-b9e6-4292-8909-a09a8def0db7} TCPHandler: Processed in 0.002228865 sec. 2025.12.24 01:28:08.159660 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:08.159758 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:08.159802 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:08.160146 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:08.160182 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:08.160558 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.12.24 01:28:08.160829 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:08.160963 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2025.12.24 01:28:08.161001 [ 255 ] {17d729d3-1def-4650-b24a-da2f80ed7a4e} TCPHandler: Processed in 0.001390209 sec. 2025.12.24 01:28:08.161517 [ 222 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:28:11.684755 [ 41 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:28:11.684818 [ 41 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:28:11.908009 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45052 2025.12.24 01:28:11.908579 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:11.908627 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:11.909121 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 01:28:11.909368 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:11.909519 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45052 2025.12.24 01:28:13.148334 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:13.148529 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:13.148597 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:13.149264 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:13.149319 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:13.149726 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 01:28:13.149961 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:13.150132 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} executeQuery: Read 56 rows, 4.41 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.60 MiB/sec. 2025.12.24 01:28:13.150187 [ 255 ] {30821113-fd3f-41a4-8cbf-09627a45613b} TCPHandler: Processed in 0.00199719 sec. 2025.12.24 01:28:13.150311 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:13.150418 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:13.150464 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:13.150912 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:13.150951 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:13.151261 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 01:28:13.151474 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:13.151607 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} executeQuery: Read 64 rows, 5.12 KiB in 0.001215 sec., 52674.897119341564 rows/sec., 4.11 MiB/sec. 2025.12.24 01:28:13.151647 [ 255 ] {993f8140-0b9f-4d17-b852-e465642a592e} TCPHandler: Processed in 0.001389718 sec. 2025.12.24 01:28:13.151763 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:13.151861 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:13.151905 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:13.152316 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:13.152352 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:13.152685 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 01:28:13.152914 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:13.153040 [ 40 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_134_29 to all_135_135_0 2025.12.24 01:28:13.153048 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2025.12.24 01:28:13.153110 [ 40 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:13.153130 [ 255 ] {39d30db1-60a7-4c00-b8a6-7ce65d51dc41} TCPHandler: Processed in 0.001416769 sec. 2025.12.24 01:28:13.153135 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:13.153227 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} MergeTask::PrepareStage: Merging 2 parts: from all_1_134_29 to all_135_135_0 into Compact with storage Full 2025.12.24 01:28:13.153272 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:13.153315 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:13.153344 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} MergeTreeSequentialSource: Reading 6 marks from part all_1_134_29, total 38456 rows starting from the beginning of the part 2025.12.24 01:28:13.153373 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:13.153403 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:13.153417 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:13.153770 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:13.153807 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:13.154167 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.12.24 01:28:13.154390 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:13.154533 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2025.12.24 01:28:13.154573 [ 255 ] {bf8138f1-df4d-44b6-be01-d90f0826376c} TCPHandler: Processed in 0.001351787 sec. 2025.12.24 01:28:13.160204 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} MergeTask::MergeProjectionsStage: Merge sorted 38616 rows, containing 5 columns (5 merged, 0 gathered) in 0.007000623 sec., 5516080.497407159 rows/sec., 379.02 MiB/sec. 2025.12.24 01:28:13.160768 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} MergedBlockOutputStream: filled checksums all_1_135_30 (state Temporary) 2025.12.24 01:28:13.161084 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_135_30 to all_1_135_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:13.161169 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_135_30} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_134_29, all_135_135_0] -> all_1_135_30 2025.12.24 01:28:13.161271 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 01:28:14.448605 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.12.24 01:28:14.468108 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:14.468173 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:14.474481 [ 243 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.12.24 01:28:14.475222 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:14.478612 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.12.24 01:28:17.056037 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1822 2025.12.24 01:28:17.058415 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:17.058481 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:17.059763 [ 242 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:28:17.060060 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:17.060458 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1822 2025.12.24 01:28:18.182610 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.182793 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.182860 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:28:18.183510 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.183557 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.183949 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:28:18.184181 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.184345 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} executeQuery: Read 24 rows, 2.04 KiB in 0.001605 sec., 14953.271028037383 rows/sec., 1.24 MiB/sec. 2025.12.24 01:28:18.184401 [ 255 ] {9598416e-3a83-47cb-9f97-b8ba42df0899} TCPHandler: Processed in 0.001918259 sec. 2025.12.24 01:28:18.184526 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.184630 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:28:18.184674 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:28:18.185082 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.185120 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.185416 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:28:18.185639 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.185773 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} executeQuery: Read 2 rows, 167.00 B in 0.001167 sec., 1713.796058269066 rows/sec., 139.75 KiB/sec. 2025.12.24 01:28:18.185814 [ 255 ] {cfec4199-bbb8-49a5-8ec4-4a6f3537ca56} TCPHandler: Processed in 0.001339867 sec. 2025.12.24 01:28:18.185927 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.186027 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:18.186071 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:18.187241 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.187279 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.187675 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 01:28:18.187892 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.188025 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} executeQuery: Read 1397 rows, 120.17 KiB in 0.002018 sec., 692269.5738354807 rows/sec., 58.15 MiB/sec. 2025.12.24 01:28:18.188065 [ 255 ] {b9716b1d-8104-4af2-82e1-cbf68e04d9ce} TCPHandler: Processed in 0.002190484 sec. 2025.12.24 01:28:18.188177 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.188272 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.188312 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:28:18.188729 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.188767 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.189070 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:28:18.189277 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.189407 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} executeQuery: Read 54 rows, 4.11 KiB in 0.001154 sec., 46793.76083188908 rows/sec., 3.48 MiB/sec. 2025.12.24 01:28:18.189448 [ 255 ] {51baf250-8cfb-4eab-b73c-2e0ed603ab16} TCPHandler: Processed in 0.001320797 sec. 2025.12.24 01:28:18.189551 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.189645 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.189685 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:28:18.190179 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.190215 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.190516 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:28:18.190726 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.190853 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} executeQuery: Read 252 rows, 17.85 KiB in 0.001225 sec., 205714.2857142857 rows/sec., 14.23 MiB/sec. 2025.12.24 01:28:18.190893 [ 255 ] {5623e38f-c34b-45fb-a72c-09adb2e5be3c} TCPHandler: Processed in 0.001390649 sec. 2025.12.24 01:28:18.191003 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.191098 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.191138 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:28:18.191525 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.191561 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.191865 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 01:28:18.192075 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.192200 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. 2025.12.24 01:28:18.192239 [ 255 ] {a4700075-abc8-4222-b6f0-b0b4ec798bdf} TCPHandler: Processed in 0.001284996 sec. 2025.12.24 01:28:18.192350 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.192444 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:18.192484 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:18.193119 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.193156 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.193483 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 01:28:18.193690 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.193817 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} executeQuery: Read 598 rows, 46.03 KiB in 0.001391 sec., 429906.5420560747 rows/sec., 32.31 MiB/sec. 2025.12.24 01:28:18.193857 [ 255 ] {46129551-2204-42bd-b682-79bd633590ef} TCPHandler: Processed in 0.001555462 sec. 2025.12.24 01:28:18.193992 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.194113 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.194165 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:18.194847 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.194882 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.195238 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 01:28:18.195433 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.195547 [ 35 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_135_30 to all_140_140_0 2025.12.24 01:28:18.195557 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} executeQuery: Read 881 rows, 61.23 KiB in 0.001522 sec., 578843.6268068332 rows/sec., 39.29 MiB/sec. 2025.12.24 01:28:18.195613 [ 35 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.195641 [ 255 ] {e31e809d-7187-4f7e-ba10-7be2d1b744d8} TCPHandler: Processed in 0.001766686 sec. 2025.12.24 01:28:18.195648 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:18.195838 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_30 to all_140_140_0 into Compact with storage Full 2025.12.24 01:28:18.195848 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.195965 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:18.195990 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.196000 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTreeSequentialSource: Reading 6 marks from part all_1_135_30, total 38616 rows starting from the beginning of the part 2025.12.24 01:28:18.196058 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:28:18.196076 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:18.196132 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:18.196179 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:18.196227 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:18.196274 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 881 rows starting from the beginning of the part 2025.12.24 01:28:18.197118 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.197155 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:18.197754 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.12.24 01:28:18.198029 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.198182 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} executeQuery: Read 40 rows, 73.40 KiB in 0.002216 sec., 18050.54151624549 rows/sec., 32.35 MiB/sec. 2025.12.24 01:28:18.198264 [ 255 ] {d1be1b65-0f4d-4c5d-8dd1-bffdc79ed494} TCPHandler: Processed in 0.00248264 sec. 2025.12.24 01:28:18.198375 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:18.198473 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:18.198517 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:18.198861 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:18.198898 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:18.199223 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.12.24 01:28:18.199440 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.199572 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.12.24 01:28:18.199608 [ 255 ] {854c6492-34e0-494c-9457-688658bd301c} TCPHandler: Processed in 0.001282435 sec. 2025.12.24 01:28:18.203584 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergeTask::MergeProjectionsStage: Merge sorted 40137 rows, containing 5 columns (5 merged, 0 gathered) in 0.007781198 sec., 5158203.145582467 rows/sec., 354.41 MiB/sec. 2025.12.24 01:28:18.204337 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} MergedBlockOutputStream: filled checksums all_1_140_31 (state Temporary) 2025.12.24 01:28:18.204707 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_140_31 to all_1_140_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:18.204796 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_140_31} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_135_30, all_140_140_0] -> all_1_140_31 2025.12.24 01:28:18.204917 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 01:28:19.356536 [ 223 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:28:19.356592 [ 223 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:28:19.359550 [ 223 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:28:19.409702 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45564 2025.12.24 01:28:19.410311 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:19.410362 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2025.12.24 01:28:19.410874 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 01:28:19.411098 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:19.411224 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45564 2025.12.24 01:28:20.228282 [ 222 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:28:20.228355 [ 222 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:28:20.231127 [ 222 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:28:21.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 375.11 MiB, peak 397.21 MiB, free memory in arenas 0.00 B, will set to 379.11 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:28:21.978734 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.12.24 01:28:21.996314 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:21.996369 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:22.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 383.64 MiB, peak 397.21 MiB, free memory in arenas 0.00 B, will set to 379.11 MiB (RSS), difference: -4.52 MiB 2025.12.24 01:28:22.002700 [ 243 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.12.24 01:28:22.003434 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:22.006569 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.12.24 01:28:23.000256 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 375.11 MiB, peak 397.21 MiB, free memory in arenas 0.00 B, will set to 379.11 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:28:23.148816 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:23.148992 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:23.149054 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:23.149777 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.149821 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.150255 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 01:28:23.150491 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.150644 [ 31 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 01:28:23.150666 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} executeQuery: Read 56 rows, 4.41 KiB in 0.001722 sec., 32520.325203252032 rows/sec., 2.50 MiB/sec. 2025.12.24 01:28:23.150711 [ 31 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.150727 [ 255 ] {0f2f6204-c2bb-4e86-b393-647449cb21a0} TCPHandler: Processed in 0.002045322 sec. 2025.12.24 01:28:23.150739 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.150841 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 01:28:23.150864 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:23.150954 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:23.150967 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:23.150991 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1409 rows starting from the beginning of the part 2025.12.24 01:28:23.151014 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:23.151061 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part 2025.12.24 01:28:23.151110 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 136 rows starting from the beginning of the part 2025.12.24 01:28:23.151151 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part 2025.12.24 01:28:23.151194 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1397 rows starting from the beginning of the part 2025.12.24 01:28:23.151234 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part 2025.12.24 01:28:23.151460 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.151502 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.151837 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 01:28:23.152060 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.152182 [ 31 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 01:28:23.152197 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} executeQuery: Read 64 rows, 5.12 KiB in 0.001249 sec., 51240.99279423539 rows/sec., 4.00 MiB/sec. 2025.12.24 01:28:23.152218 [ 31 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.152244 [ 255 ] {98cf2908-67c8-4a87-aefd-debc1de8e179} TCPHandler: Processed in 0.001430529 sec. 2025.12.24 01:28:23.152274 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.152383 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:23.152397 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 01:28:23.152483 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:23.152531 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:23.152536 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:23.152575 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001778416 sec., 1748747.199755288 rows/sec., 153.05 MiB/sec. 2025.12.24 01:28:23.152578 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 634 rows starting from the beginning of the part 2025.12.24 01:28:23.152715 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part 2025.12.24 01:28:23.152766 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 104 rows starting from the beginning of the part 2025.12.24 01:28:23.152813 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part 2025.12.24 01:28:23.152838 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 01:28:23.152861 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 598 rows starting from the beginning of the part 2025.12.24 01:28:23.152912 [ 192 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part 2025.12.24 01:28:23.152959 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.153003 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.153157 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.153249 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_141_28} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 01:28:23.153336 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:28:23.153387 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 01:28:23.153621 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.153759 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001295 sec., 123552.12355212356 rows/sec., 8.61 MiB/sec. 2025.12.24 01:28:23.153796 [ 255 ] {2f7fd5d3-808a-4b65-88f3-ff4843b166c1} TCPHandler: Processed in 0.00146315 sec. 2025.12.24 01:28:23.153913 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:23.154007 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:23.154033 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001690185 sec., 904043.0485420235 rows/sec., 72.00 MiB/sec. 2025.12.24 01:28:23.154048 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:23.154257 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 01:28:23.154434 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.154481 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.154614 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.154713 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_141_28} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 01:28:23.154820 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:28:23.154829 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.12.24 01:28:23.155054 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.155170 [ 31 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.12.24 01:28:23.155188 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.12.24 01:28:23.155201 [ 31 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:23.155226 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:23.155231 [ 255 ] {371926c6-25e0-4f67-9c6b-772c4f8110fb} TCPHandler: Processed in 0.001367788 sec. 2025.12.24 01:28:23.155302 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.12.24 01:28:23.155391 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:23.155420 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8088 rows starting from the beginning of the part 2025.12.24 01:28:23.155474 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:23.155523 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:23.155560 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:23.155599 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:23.155636 [ 202 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:23.157746 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 8388 rows, containing 4 columns (4 merged, 0 gathered) in 0.002477051 sec., 3386284.7393937386 rows/sec., 228.21 MiB/sec. 2025.12.24 01:28:23.157960 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.12.24 01:28:23.158304 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:23.158390 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_141_28} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.12.24 01:28:23.158487 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2025.12.24 01:28:26.684861 [ 46 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:28:26.684931 [ 46 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:28:26.911434 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46012 2025.12.24 01:28:26.911921 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:26.911953 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:26.912380 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 01:28:26.912584 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:26.912703 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46012 2025.12.24 01:28:26.912708 [ 46 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 01:28:26.912752 [ 46 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:26.912774 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:26.912970 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 01:28:26.913128 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:26.913171 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43644 rows starting from the beginning of the part 2025.12.24 01:28:26.913243 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 448 rows starting from the beginning of the part 2025.12.24 01:28:26.913294 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 512 rows starting from the beginning of the part 2025.12.24 01:28:26.913343 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 448 rows starting from the beginning of the part 2025.12.24 01:28:26.913387 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 512 rows starting from the beginning of the part 2025.12.24 01:28:26.913430 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 448 rows starting from the beginning of the part 2025.12.24 01:28:26.916189 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46012 rows, containing 4 columns (4 merged, 0 gathered) in 0.003281197 sec., 14022931.265632633 rows/sec., 200.60 MiB/sec. 2025.12.24 01:28:26.916646 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 01:28:26.917059 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:26.917128 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_96_19} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 01:28:26.917210 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.12.24 01:28:27.002432 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002071762 sec. 2025.12.24 01:28:27.060701 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1850 2025.12.24 01:28:27.063191 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:27.063250 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:27.064511 [ 242 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:28:27.064810 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:27.064970 [ 46 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:28:27.065038 [ 46 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:27.065061 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:27.065161 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:28:27.065222 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1850 2025.12.24 01:28:27.065700 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:27.065856 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1732 rows starting from the beginning of the part 2025.12.24 01:28:27.066239 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 20 rows starting from the beginning of the part 2025.12.24 01:28:27.066604 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 30 rows starting from the beginning of the part 2025.12.24 01:28:27.066953 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 20 rows starting from the beginning of the part 2025.12.24 01:28:27.067299 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 20 rows starting from the beginning of the part 2025.12.24 01:28:27.067641 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part 2025.12.24 01:28:27.074724 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 72 columns (72 merged, 0 gathered) in 0.009606645 sec., 192575.03530108585 rows/sec., 147.04 MiB/sec. 2025.12.24 01:28:27.076161 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:28:27.076670 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:27.076744 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_71_14} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:28:27.076935 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2025.12.24 01:28:28.151571 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:28.151764 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:28.151835 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:28.152602 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.152643 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.153041 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 01:28:28.153269 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.153430 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} executeQuery: Read 136 rows, 12.08 KiB in 0.001718 sec., 79161.81606519209 rows/sec., 6.86 MiB/sec. 2025.12.24 01:28:28.153485 [ 255 ] {db6149ea-69a5-429f-b785-72e0e6ed22f0} TCPHandler: Processed in 0.002055371 sec. 2025.12.24 01:28:28.153609 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:28.153714 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:28:28.153757 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:28:28.154191 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.154226 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.154540 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:28:28.154749 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.154849 [ 69 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:28:28.154879 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} executeQuery: Read 40 rows, 3.01 KiB in 0.00119 sec., 33613.44537815126 rows/sec., 2.47 MiB/sec. 2025.12.24 01:28:28.154884 [ 69 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.154910 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.154918 [ 255 ] {484c8142-5a25-4db6-8a82-bd955b3e4caa} TCPHandler: Processed in 0.001362387 sec. 2025.12.24 01:28:28.154993 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:28:28.155023 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:28.155083 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:28.155115 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 72 rows starting from the beginning of the part 2025.12.24 01:28:28.155121 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:28.155165 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:28.155183 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 70 rows starting from the beginning of the part 2025.12.24 01:28:28.155232 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.155279 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.155322 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 54 rows starting from the beginning of the part 2025.12.24 01:28:28.155363 [ 198 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.155630 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.155664 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.155976 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 01:28:28.156187 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.156223 [ 189 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260355 sec., 250723.0105803524 rows/sec., 19.36 MiB/sec. 2025.12.24 01:28:28.156317 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} executeQuery: Read 104 rows, 8.32 KiB in 0.001217 sec., 85456.03944124897 rows/sec., 6.67 MiB/sec. 2025.12.24 01:28:28.156360 [ 255 ] {190a5e54-fbe0-45cd-9ef1-37dff26d2fc6} TCPHandler: Processed in 0.001386319 sec. 2025.12.24 01:28:28.156468 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:28:28.156478 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:28.156598 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:28.156644 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:28.156849 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.156984 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_71_14} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:28:28.157106 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.157115 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.12.24 01:28:28.157153 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.157517 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 01:28:28.157741 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.157880 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} executeQuery: Read 160 rows, 11.41 KiB in 0.001301 sec., 122982.32129131437 rows/sec., 8.57 MiB/sec. 2025.12.24 01:28:28.157920 [ 255 ] {132d12e9-d0ea-48b1-b548-b9d19ad99e9a} TCPHandler: Processed in 0.00149256 sec. 2025.12.24 01:28:28.158025 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:28.158125 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:28.158181 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:28:28.159077 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.159113 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.159677 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.12.24 01:28:28.159896 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.160035 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} executeQuery: Read 40 rows, 73.40 KiB in 0.00193 sec., 20725.38860103627 rows/sec., 37.14 MiB/sec. 2025.12.24 01:28:28.160048 [ 111 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.12.24 01:28:28.160095 [ 255 ] {845cdae5-888a-4f8b-b4c9-8b209d64db69} TCPHandler: Processed in 0.002118643 sec. 2025.12.24 01:28:28.160102 [ 111 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.160135 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.160215 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.12.24 01:28:28.160217 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:28.160344 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:28.160387 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:28.160408 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:28.160458 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2514 rows starting from the beginning of the part 2025.12.24 01:28:28.160575 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.160683 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.160730 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:28.160767 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:28.160785 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.160886 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.160986 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part 2025.12.24 01:28:28.161086 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.12.24 01:28:28.161297 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.161432 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.12.24 01:28:28.161470 [ 255 ] {adbeac34-4517-46b9-9226-aeb1464799fa} TCPHandler: Processed in 0.001304066 sec. 2025.12.24 01:28:28.169847 [ 189 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2714 rows, containing 19 columns (19 merged, 0 gathered) in 0.009661916 sec., 280896.66687228496 rows/sec., 503.35 MiB/sec. 2025.12.24 01:28:28.172508 [ 187 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.12.24 01:28:28.172915 [ 187 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:28.173004 [ 187 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_71_14} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.12.24 01:28:28.173179 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.18 MiB. 2025.12.24 01:28:28.850681 [ 219 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:28.850762 [ 219 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:28.854299 [ 219 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:29.000194 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 379.64 MiB, peak 398.76 MiB, free memory in arenas 0.00 B, will set to 381.02 MiB (RSS), difference: 1.37 MiB 2025.12.24 01:28:29.072517 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:29.072564 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:29.076128 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:29.223660 [ 225 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:29.223716 [ 225 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:29.226954 [ 225 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:29.347249 [ 222 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:29.347291 [ 222 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:29.349751 [ 222 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:29.506710 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.12.24 01:28:29.524836 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:29.524891 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:29.531470 [ 243 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.12.24 01:28:29.532179 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:29.532518 [ 90 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.12.24 01:28:29.532606 [ 90 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:29.532641 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:29.532793 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.12.24 01:28:29.535479 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.12.24 01:28:29.536898 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:29.538619 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2025.12.24 01:28:29.543712 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2025.12.24 01:28:29.548611 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2025.12.24 01:28:29.553802 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2025.12.24 01:28:29.559439 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2025.12.24 01:28:29.564395 [ 195 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2025.12.24 01:28:29.622878 [ 190 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.09015157 sec., 8019.827053483373 rows/sec., 41.47 MiB/sec. 2025.12.24 01:28:29.625961 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.12.24 01:28:29.628031 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:29.628112 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_96_19} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.12.24 01:28:29.630706 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.12.24 01:28:30.000197 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 382.10 MiB, peak 399.51 MiB, free memory in arenas 0.00 B, will set to 381.02 MiB (RSS), difference: -1.09 MiB 2025.12.24 01:28:33.149231 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:33.149432 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:33.149505 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:33.150281 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:33.150344 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:33.150819 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 01:28:33.151109 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:33.151298 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec. 2025.12.24 01:28:33.151358 [ 255 ] {366b501f-f9d5-4dc6-8a2e-169aa118c967} TCPHandler: Processed in 0.002265196 sec. 2025.12.24 01:28:33.151491 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:33.151603 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:33.151651 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:33.152112 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:33.152153 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:33.152482 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 01:28:33.152717 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:33.152847 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. 2025.12.24 01:28:33.152887 [ 255 ] {34b58315-959d-4933-a34f-81cf72c85b56} TCPHandler: Processed in 0.001448919 sec. 2025.12.24 01:28:33.153006 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:33.153104 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:33.153150 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:33.153570 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:33.153607 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:33.153958 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 01:28:33.154176 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:33.154307 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.12.24 01:28:33.154346 [ 255 ] {ede501fe-bd81-49bc-8dc0-00caa16c1507} TCPHandler: Processed in 0.001389268 sec. 2025.12.24 01:28:33.154455 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:33.154559 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:33.154602 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:33.154959 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:33.154996 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:33.155317 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.12.24 01:28:33.155541 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:33.155672 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.12.24 01:28:33.155710 [ 255 ] {2e10d873-2a68-47d5-8189-ef5f6500afae} TCPHandler: Processed in 0.001306786 sec. 2025.12.24 01:28:34.412970 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46524 2025.12.24 01:28:34.413554 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:34.413604 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:34.414094 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 01:28:34.414332 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:34.414481 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46524 2025.12.24 01:28:36.487611 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33964 2025.12.24 01:28:36.487733 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.487762 [ 361 ] {} TCP-Session: e8038fb4-5110-4b12-8924-1a896ecb8d37 Authenticating user 'default' from [fd00:1122:3344:101::e]:33964 2025.12.24 01:28:36.487788 [ 361 ] {} TCP-Session: e8038fb4-5110-4b12-8924-1a896ecb8d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.487803 [ 361 ] {} TCP-Session: e8038fb4-5110-4b12-8924-1a896ecb8d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488012 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64383 2025.12.24 01:28:36.488041 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39091 2025.12.24 01:28:36.488063 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51730 2025.12.24 01:28:36.488089 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37240 2025.12.24 01:28:36.488134 [ 361 ] {} TCP-Session: e8038fb4-5110-4b12-8924-1a896ecb8d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:36.488154 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488148 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488180 [ 358 ] {} TCP-Session: 94c65c30-189a-44bf-a531-12b72f02f010 Authenticating user 'default' from [fd00:1122:3344:101::e]:51730 2025.12.24 01:28:36.488148 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488212 [ 356 ] {} TCP-Session: 5fedd1ce-9bd9-4a1b-b6d3-6aff0a3d0f61 Authenticating user 'default' from [fd00:1122:3344:101::e]:39091 2025.12.24 01:28:36.488217 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488245 [ 362 ] {} TCP-Session: 7106b069-5f94-455f-b585-e4527981ef95 Authenticating user 'default' from [fd00:1122:3344:101::e]:64383 2025.12.24 01:28:36.488256 [ 356 ] {} TCP-Session: 5fedd1ce-9bd9-4a1b-b6d3-6aff0a3d0f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488272 [ 359 ] {} TCP-Session: 9a6bfc2e-5c37-46fe-b774-dca2f737383a Authenticating user 'default' from [fd00:1122:3344:101::e]:37240 2025.12.24 01:28:36.488286 [ 362 ] {} TCP-Session: 7106b069-5f94-455f-b585-e4527981ef95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488292 [ 356 ] {} TCP-Session: 5fedd1ce-9bd9-4a1b-b6d3-6aff0a3d0f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488314 [ 359 ] {} TCP-Session: 9a6bfc2e-5c37-46fe-b774-dca2f737383a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488328 [ 361 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} executeQuery: (from [fd00:1122:3344:101::e]:33964) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:28:36.488346 [ 359 ] {} TCP-Session: 9a6bfc2e-5c37-46fe-b774-dca2f737383a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488324 [ 362 ] {} TCP-Session: 7106b069-5f94-455f-b585-e4527981ef95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488212 [ 358 ] {} TCP-Session: 94c65c30-189a-44bf-a531-12b72f02f010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488101 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50216 2025.12.24 01:28:36.488056 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60500 2025.12.24 01:28:36.488029 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55652 2025.12.24 01:28:36.488017 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38298 2025.12.24 01:28:36.488538 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488535 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488582 [ 357 ] {} TCP-Session: c88a0f25-5a6d-4fc3-bc58-f68c6913ca6c Authenticating user 'default' from [fd00:1122:3344:101::e]:60500 2025.12.24 01:28:36.488425 [ 358 ] {} TCP-Session: 94c65c30-189a-44bf-a531-12b72f02f010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488597 [ 360 ] {} TCP-Session: 7fe3080d-b60e-4113-8b21-8ed888442686 Authenticating user 'default' from [fd00:1122:3344:101::e]:50216 2025.12.24 01:28:36.488622 [ 361 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:28:36.488645 [ 360 ] {} TCP-Session: 7fe3080d-b60e-4113-8b21-8ed888442686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488608 [ 357 ] {} TCP-Session: c88a0f25-5a6d-4fc3-bc58-f68c6913ca6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488677 [ 360 ] {} TCP-Session: 7fe3080d-b60e-4113-8b21-8ed888442686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488689 [ 357 ] {} TCP-Session: c88a0f25-5a6d-4fc3-bc58-f68c6913ca6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488695 [ 361 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:28:36.488706 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488734 [ 351 ] {} TCP-Session: 1e107699-9578-4b6a-bc6d-3aad6e2f70f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55652 2025.12.24 01:28:36.488751 [ 351 ] {} TCP-Session: 1e107699-9578-4b6a-bc6d-3aad6e2f70f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488764 [ 351 ] {} TCP-Session: 1e107699-9578-4b6a-bc6d-3aad6e2f70f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488893 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.488926 [ 290 ] {} TCP-Session: 809cbda4-a70e-425e-bdc2-0b9039028846 Authenticating user 'default' from [fd00:1122:3344:101::e]:38298 2025.12.24 01:28:36.488943 [ 290 ] {} TCP-Session: 809cbda4-a70e-425e-bdc2-0b9039028846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.488955 [ 290 ] {} TCP-Session: 809cbda4-a70e-425e-bdc2-0b9039028846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.489003 [ 361 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:28:36.490082 [ 320 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} AggregatingTransform: Aggregating 2025.12.24 01:28:36.490124 [ 320 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} Aggregator: Aggregation method: without_key 2025.12.24 01:28:36.490166 [ 320 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001057871 sec. (945.295 rows/sec., 36.93 KiB/sec.) 2025.12.24 01:28:36.490187 [ 320 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} Aggregator: Merging aggregated data 2025.12.24 01:28:36.491530 [ 361 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} executeQuery: Read 1 rows, 40.00 B in 0.003269 sec., 305.90394616090543 rows/sec., 11.95 KiB/sec. 2025.12.24 01:28:36.491665 [ 361 ] {9fb6825f-0376-4d41-ba27-08c28097a3bc} TCPHandler: Processed in 0.003651124 sec. 2025.12.24 01:28:36.491761 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491788 [ 361 ] {} TCP-Session: e8038fb4-5110-4b12-8924-1a896ecb8d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491790 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491806 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491834 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491846 [ 362 ] {} TCP-Session: 7106b069-5f94-455f-b585-e4527981ef95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491852 [ 290 ] {} TCP-Session: 809cbda4-a70e-425e-bdc2-0b9039028846 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491876 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491892 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491912 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491918 [ 356 ] {} TCP-Session: 5fedd1ce-9bd9-4a1b-b6d3-6aff0a3d0f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491935 [ 351 ] {} TCP-Session: 1e107699-9578-4b6a-bc6d-3aad6e2f70f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491947 [ 358 ] {} TCP-Session: 94c65c30-189a-44bf-a531-12b72f02f010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491931 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.491882 [ 360 ] {} TCP-Session: 7fe3080d-b60e-4113-8b21-8ed888442686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.491857 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.492018 [ 359 ] {} TCP-Session: 9a6bfc2e-5c37-46fe-b774-dca2f737383a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.492050 [ 357 ] {} TCP-Session: c88a0f25-5a6d-4fc3-bc58-f68c6913ca6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.508561 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59114 2025.12.24 01:28:36.508637 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.508663 [ 361 ] {} TCP-Session: 6087acd1-37cd-4849-b853-2447647fa0c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59114 2025.12.24 01:28:36.508682 [ 361 ] {} TCP-Session: 6087acd1-37cd-4849-b853-2447647fa0c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.508697 [ 361 ] {} TCP-Session: 6087acd1-37cd-4849-b853-2447647fa0c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.508844 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34371 2025.12.24 01:28:36.508882 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48411 2025.12.24 01:28:36.508898 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34536 2025.12.24 01:28:36.508916 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46251 2025.12.24 01:28:36.508940 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34641 2025.12.24 01:28:36.508947 [ 361 ] {} TCP-Session: 6087acd1-37cd-4849-b853-2447647fa0c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:36.508971 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.508947 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.509021 [ 356 ] {} TCP-Session: 836be73f-5c5a-402b-805a-795d0cd160cb Authenticating user 'default' from [fd00:1122:3344:101::e]:34536 2025.12.24 01:28:36.509012 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.509037 [ 290 ] {} TCP-Session: 76aac4d6-dfa2-41f0-bffa-9d75e3bde64d Authenticating user 'default' from [fd00:1122:3344:101::e]:48411 2025.12.24 01:28:36.509043 [ 356 ] {} TCP-Session: 836be73f-5c5a-402b-805a-795d0cd160cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509060 [ 360 ] {} TCP-Session: 4ed72ed5-8140-4697-8ae0-5e6457469c39 Authenticating user 'default' from [fd00:1122:3344:101::e]:34641 2025.12.24 01:28:36.509069 [ 290 ] {} TCP-Session: 76aac4d6-dfa2-41f0-bffa-9d75e3bde64d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509073 [ 356 ] {} TCP-Session: 836be73f-5c5a-402b-805a-795d0cd160cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509091 [ 360 ] {} TCP-Session: 4ed72ed5-8140-4697-8ae0-5e6457469c39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509098 [ 290 ] {} TCP-Session: 76aac4d6-dfa2-41f0-bffa-9d75e3bde64d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509120 [ 360 ] {} TCP-Session: 4ed72ed5-8140-4697-8ae0-5e6457469c39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509122 [ 361 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} executeQuery: (from [fd00:1122:3344:101::e]:59114) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:28:36.509010 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.508945 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.509224 [ 357 ] {} TCP-Session: fdc3184e-868e-4ad3-98c6-cce17383586d Authenticating user 'default' from [fd00:1122:3344:101::e]:46251 2025.12.24 01:28:36.509243 [ 362 ] {} TCP-Session: 752d0ee9-75fc-46d2-8e13-2e64dfb96daa Authenticating user 'default' from [fd00:1122:3344:101::e]:34371 2025.12.24 01:28:36.509256 [ 357 ] {} TCP-Session: fdc3184e-868e-4ad3-98c6-cce17383586d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509269 [ 362 ] {} TCP-Session: 752d0ee9-75fc-46d2-8e13-2e64dfb96daa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509283 [ 357 ] {} TCP-Session: fdc3184e-868e-4ad3-98c6-cce17383586d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509295 [ 362 ] {} TCP-Session: 752d0ee9-75fc-46d2-8e13-2e64dfb96daa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.508938 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52841 2025.12.24 01:28:36.508927 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63464 2025.12.24 01:28:36.509360 [ 361 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:28:36.509389 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.508893 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34739 2025.12.24 01:28:36.509435 [ 361 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:28:36.509444 [ 359 ] {} TCP-Session: 0b069184-3aec-4d05-b56a-611751993f70 Authenticating user 'default' from [fd00:1122:3344:101::e]:52841 2025.12.24 01:28:36.509432 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.509496 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.509488 [ 359 ] {} TCP-Session: 0b069184-3aec-4d05-b56a-611751993f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509524 [ 358 ] {} TCP-Session: 675cfc9d-85a6-4aad-a885-0ba983a08b46 Authenticating user 'default' from [fd00:1122:3344:101::e]:63464 2025.12.24 01:28:36.509528 [ 351 ] {} TCP-Session: dcf44c8a-3fd4-4ea9-82de-926f2ebbbd28 Authenticating user 'default' from [fd00:1122:3344:101::e]:34739 2025.12.24 01:28:36.509544 [ 359 ] {} TCP-Session: 0b069184-3aec-4d05-b56a-611751993f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509557 [ 358 ] {} TCP-Session: 675cfc9d-85a6-4aad-a885-0ba983a08b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509565 [ 351 ] {} TCP-Session: dcf44c8a-3fd4-4ea9-82de-926f2ebbbd28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509590 [ 358 ] {} TCP-Session: 675cfc9d-85a6-4aad-a885-0ba983a08b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509594 [ 351 ] {} TCP-Session: dcf44c8a-3fd4-4ea9-82de-926f2ebbbd28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.509690 [ 361 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:28:36.510568 [ 326 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} AggregatingTransform: Aggregating 2025.12.24 01:28:36.510622 [ 326 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} Aggregator: Aggregation method: without_key 2025.12.24 01:28:36.510660 [ 326 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000885788 sec. (1128.938 rows/sec., 44.10 KiB/sec.) 2025.12.24 01:28:36.510680 [ 326 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} Aggregator: Merging aggregated data 2025.12.24 01:28:36.512325 [ 361 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} executeQuery: Read 1 rows, 40.00 B in 0.003243 sec., 308.35646006783844 rows/sec., 12.05 KiB/sec. 2025.12.24 01:28:36.512500 [ 361 ] {0e7a9f69-a19c-4d63-bdb0-fe56cf8041e0} TCPHandler: Processed in 0.003634324 sec. 2025.12.24 01:28:36.512624 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512650 [ 361 ] {} TCP-Session: 6087acd1-37cd-4849-b853-2447647fa0c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512670 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512696 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512710 [ 360 ] {} TCP-Session: 4ed72ed5-8140-4697-8ae0-5e6457469c39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512719 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512737 [ 362 ] {} TCP-Session: 752d0ee9-75fc-46d2-8e13-2e64dfb96daa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512735 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512774 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512792 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512801 [ 290 ] {} TCP-Session: 76aac4d6-dfa2-41f0-bffa-9d75e3bde64d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512814 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512841 [ 356 ] {} TCP-Session: 836be73f-5c5a-402b-805a-795d0cd160cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512825 [ 359 ] {} TCP-Session: 0b069184-3aec-4d05-b56a-611751993f70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512871 [ 358 ] {} TCP-Session: 675cfc9d-85a6-4aad-a885-0ba983a08b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512768 [ 357 ] {} TCP-Session: fdc3184e-868e-4ad3-98c6-cce17383586d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.512769 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.512959 [ 351 ] {} TCP-Session: dcf44c8a-3fd4-4ea9-82de-926f2ebbbd28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.740612 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61164 2025.12.24 01:28:36.740720 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.740748 [ 351 ] {} TCP-Session: b7a3610e-75f7-4cbe-8888-d54446e75015 Authenticating user 'default' from [fd00:1122:3344:101::e]:61164 2025.12.24 01:28:36.740770 [ 351 ] {} TCP-Session: b7a3610e-75f7-4cbe-8888-d54446e75015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.740783 [ 351 ] {} TCP-Session: b7a3610e-75f7-4cbe-8888-d54446e75015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741025 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47921 2025.12.24 01:28:36.741038 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64143 2025.12.24 01:28:36.741074 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54520 2025.12.24 01:28:36.741086 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62565 2025.12.24 01:28:36.741089 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52681 2025.12.24 01:28:36.741060 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65147 2025.12.24 01:28:36.741155 [ 351 ] {} TCP-Session: b7a3610e-75f7-4cbe-8888-d54446e75015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:36.741185 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741185 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741233 [ 290 ] {} TCP-Session: 5e67108e-4fe2-4fe0-8ffb-1fd04385a685 Authenticating user 'default' from [fd00:1122:3344:101::e]:52681 2025.12.24 01:28:36.741151 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741256 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741263 [ 290 ] {} TCP-Session: 5e67108e-4fe2-4fe0-8ffb-1fd04385a685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741278 [ 356 ] {} TCP-Session: 2654a18d-3bfe-43f5-ba46-05f2e8769f58 Authenticating user 'default' from [fd00:1122:3344:101::e]:47921 2025.12.24 01:28:36.741296 [ 290 ] {} TCP-Session: 5e67108e-4fe2-4fe0-8ffb-1fd04385a685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741296 [ 359 ] {} TCP-Session: 14fae25a-00b7-44ee-818c-67ceeff63987 Authenticating user 'default' from [fd00:1122:3344:101::e]:65147 2025.12.24 01:28:36.741307 [ 356 ] {} TCP-Session: 2654a18d-3bfe-43f5-ba46-05f2e8769f58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741340 [ 359 ] {} TCP-Session: 14fae25a-00b7-44ee-818c-67ceeff63987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741351 [ 356 ] {} TCP-Session: 2654a18d-3bfe-43f5-ba46-05f2e8769f58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741360 [ 351 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} executeQuery: (from [fd00:1122:3344:101::e]:61164) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:28:36.741365 [ 359 ] {} TCP-Session: 14fae25a-00b7-44ee-818c-67ceeff63987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741262 [ 362 ] {} TCP-Session: 01216797-ae5a-4d5c-b282-a701c24c9d64 Authenticating user 'default' from [fd00:1122:3344:101::e]:62565 2025.12.24 01:28:36.741145 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741436 [ 362 ] {} TCP-Session: 01216797-ae5a-4d5c-b282-a701c24c9d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741459 [ 358 ] {} TCP-Session: 6a6f2365-4ec8-412b-936d-28413bbfbfd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64143 2025.12.24 01:28:36.741465 [ 362 ] {} TCP-Session: 01216797-ae5a-4d5c-b282-a701c24c9d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741489 [ 358 ] {} TCP-Session: 6a6f2365-4ec8-412b-936d-28413bbfbfd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741030 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58064 2025.12.24 01:28:36.741518 [ 358 ] {} TCP-Session: 6a6f2365-4ec8-412b-936d-28413bbfbfd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741062 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57240 2025.12.24 01:28:36.741151 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741618 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741632 [ 361 ] {} TCP-Session: 2eb34c71-c3ee-4703-a089-04713dd51893 Authenticating user 'default' from [fd00:1122:3344:101::e]:54520 2025.12.24 01:28:36.741646 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:28:36.741653 [ 357 ] {} TCP-Session: 896c00ae-50ca-4a7d-ace0-0fe8cf9a1009 Authenticating user 'default' from [fd00:1122:3344:101::e]:58064 2025.12.24 01:28:36.741657 [ 361 ] {} TCP-Session: 2eb34c71-c3ee-4703-a089-04713dd51893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741676 [ 360 ] {} TCP-Session: e35e5a7d-e881-4f74-bcfa-3f3e350e22a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57240 2025.12.24 01:28:36.741685 [ 357 ] {} TCP-Session: 896c00ae-50ca-4a7d-ace0-0fe8cf9a1009 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741695 [ 351 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:28:36.741707 [ 360 ] {} TCP-Session: e35e5a7d-e881-4f74-bcfa-3f3e350e22a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741710 [ 357 ] {} TCP-Session: 896c00ae-50ca-4a7d-ace0-0fe8cf9a1009 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741744 [ 360 ] {} TCP-Session: e35e5a7d-e881-4f74-bcfa-3f3e350e22a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741692 [ 361 ] {} TCP-Session: 2eb34c71-c3ee-4703-a089-04713dd51893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.741773 [ 351 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:28:36.742109 [ 351 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:28:36.743178 [ 337 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} AggregatingTransform: Aggregating 2025.12.24 01:28:36.743235 [ 337 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} Aggregator: Aggregation method: without_key 2025.12.24 01:28:36.743274 [ 337 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001058991 sec. (944.295 rows/sec., 36.89 KiB/sec.) 2025.12.24 01:28:36.743293 [ 337 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} Aggregator: Merging aggregated data 2025.12.24 01:28:36.744834 [ 351 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} executeQuery: Read 1 rows, 40.00 B in 0.003533 sec., 283.0455703368242 rows/sec., 11.06 KiB/sec. 2025.12.24 01:28:36.745036 [ 351 ] {a7be924b-0f8b-4308-b1fe-8ec10cd74a91} TCPHandler: Processed in 0.004030752 sec. 2025.12.24 01:28:36.745167 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745200 [ 351 ] {} TCP-Session: b7a3610e-75f7-4cbe-8888-d54446e75015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745201 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745221 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745239 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745257 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745275 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745290 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745309 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745339 [ 358 ] {} TCP-Session: 6a6f2365-4ec8-412b-936d-28413bbfbfd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745332 [ 361 ] {} TCP-Session: 2eb34c71-c3ee-4703-a089-04713dd51893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745316 [ 356 ] {} TCP-Session: 2654a18d-3bfe-43f5-ba46-05f2e8769f58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745378 [ 359 ] {} TCP-Session: 14fae25a-00b7-44ee-818c-67ceeff63987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745283 [ 357 ] {} TCP-Session: 896c00ae-50ca-4a7d-ace0-0fe8cf9a1009 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745269 [ 360 ] {} TCP-Session: e35e5a7d-e881-4f74-bcfa-3f3e350e22a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745253 [ 290 ] {} TCP-Session: 5e67108e-4fe2-4fe0-8ffb-1fd04385a685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:36.745325 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:28:36.745510 [ 362 ] {} TCP-Session: 01216797-ae5a-4d5c-b282-a701c24c9d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:28:37.035621 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.12.24 01:28:37.052688 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:37.052744 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:37.059060 [ 243 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.12.24 01:28:37.059833 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:37.063019 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.12.24 01:28:37.065501 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1876 2025.12.24 01:28:37.068141 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:37.068201 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:37.069495 [ 242 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:28:37.069796 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:37.070236 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1876 2025.12.24 01:28:38.152537 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:38.152734 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:38.152808 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:38.153601 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:38.153652 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:38.154071 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 01:28:38.154307 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:38.154475 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} executeQuery: Read 136 rows, 12.08 KiB in 0.001794 sec., 75808.24972129319 rows/sec., 6.57 MiB/sec. 2025.12.24 01:28:38.154529 [ 255 ] {b2fead81-6f4d-4e4a-ab40-195a606ef1d5} TCPHandler: Processed in 0.002130063 sec. 2025.12.24 01:28:38.154661 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:38.154765 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:28:38.154810 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:28:38.155244 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:38.155283 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:38.155620 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:28:38.155838 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:38.155971 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} executeQuery: Read 40 rows, 3.01 KiB in 0.00123 sec., 32520.325203252032 rows/sec., 2.39 MiB/sec. 2025.12.24 01:28:38.156012 [ 255 ] {408f2526-9a41-47e6-b1ce-352cf0e669c9} TCPHandler: Processed in 0.001403918 sec. 2025.12.24 01:28:38.156137 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:38.156262 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:38.156314 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:38.156821 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:38.156860 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:38.157208 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 01:28:38.157430 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:38.157565 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} executeQuery: Read 104 rows, 8.32 KiB in 0.001328 sec., 78313.2530120482 rows/sec., 6.12 MiB/sec. 2025.12.24 01:28:38.157606 [ 255 ] {65fe3688-bc00-4a8e-a645-17757841a656} TCPHandler: Processed in 0.001531361 sec. 2025.12.24 01:28:38.157719 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:38.157817 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:38.157862 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:38.158281 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:38.158319 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:38.158663 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 01:28:38.158880 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:38.159011 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.12.24 01:28:38.159050 [ 255 ] {cbb74a25-6325-4750-8744-ffb8be0a3628} TCPHandler: Processed in 0.001381008 sec. 2025.12.24 01:28:38.159163 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:38.159260 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:38.159315 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:28:38.160222 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:38.160259 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:38.160840 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.12.24 01:28:38.161070 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:38.161213 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} executeQuery: Read 40 rows, 73.40 KiB in 0.001972 sec., 20283.97565922921 rows/sec., 36.35 MiB/sec. 2025.12.24 01:28:38.161282 [ 255 ] {aaa8dfac-7916-4b2d-9646-c35dd8eba339} TCPHandler: Processed in 0.002169874 sec. 2025.12.24 01:28:38.161398 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:38.161494 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:38.161537 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:38.161885 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:38.161921 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2025.12.24 01:28:38.162229 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.12.24 01:28:38.162440 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:38.162571 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.12.24 01:28:38.162608 [ 255 ] {009cfd71-19d4-478c-97d3-41c399d0f916} TCPHandler: Processed in 0.001262455 sec. 2025.12.24 01:28:41.684974 [ 32 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:28:41.685074 [ 32 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:28:41.914685 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46972 2025.12.24 01:28:41.915188 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:41.915222 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:41.915685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 01:28:41.915907 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:41.916032 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46972 2025.12.24 01:28:43.149059 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:43.149254 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:43.149324 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:43.150038 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:43.150081 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:43.150470 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 01:28:43.150714 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:43.150871 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} executeQuery: Read 56 rows, 4.41 KiB in 0.001669 sec., 33553.0257639305 rows/sec., 2.58 MiB/sec. 2025.12.24 01:28:43.150922 [ 255 ] {b9f09ca6-7aad-41e2-8c36-ca33c9986482} TCPHandler: Processed in 0.002004021 sec. 2025.12.24 01:28:43.151051 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:43.151155 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:43.151197 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:43.151639 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:43.151676 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:43.151984 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 01:28:43.152199 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:43.152330 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} executeQuery: Read 64 rows, 5.12 KiB in 0.001198 sec., 53422.37061769616 rows/sec., 4.17 MiB/sec. 2025.12.24 01:28:43.152370 [ 255 ] {9a14ae0c-dcb2-4e4d-b98e-18e48afd06be} TCPHandler: Processed in 0.001370528 sec. 2025.12.24 01:28:43.152485 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:43.152583 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:43.152627 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:43.153042 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:43.153078 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:43.153411 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 01:28:43.153627 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:43.153757 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.12.24 01:28:43.153751 [ 27 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_140_31 to all_141_141_0 2025.12.24 01:28:43.153797 [ 255 ] {8a112c59-4fc3-4ecf-bd5a-252deeb41161} TCPHandler: Processed in 0.001362957 sec. 2025.12.24 01:28:43.153837 [ 27 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:43.153865 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:43.153927 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:43.153963 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} MergeTask::PrepareStage: Merging 2 parts: from all_1_140_31 to all_141_141_0 into Compact with storage Full 2025.12.24 01:28:43.154026 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:43.154073 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:43.154105 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:43.154152 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} MergeTreeSequentialSource: Reading 6 marks from part all_1_140_31, total 40137 rows starting from the beginning of the part 2025.12.24 01:28:43.154224 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:43.154412 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:43.154452 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:43.154784 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.12.24 01:28:43.155005 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:43.155137 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2025.12.24 01:28:43.155174 [ 255 ] {981d794f-34fe-4d7e-96cc-5faf753730cf} TCPHandler: Processed in 0.001298236 sec. 2025.12.24 01:28:43.161069 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} MergeTask::MergeProjectionsStage: Merge sorted 40297 rows, containing 5 columns (5 merged, 0 gathered) in 0.007145685 sec., 5639347.382371319 rows/sec., 387.49 MiB/sec. 2025.12.24 01:28:43.161514 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} MergedBlockOutputStream: filled checksums all_1_141_32 (state Temporary) 2025.12.24 01:28:43.161763 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_141_32 to all_1_141_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:43.161837 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_141_32} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_140_31, all_141_141_0] -> all_1_141_32 2025.12.24 01:28:43.161903 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.12.24 01:28:44.563147 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.12.24 01:28:44.581373 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:44.581427 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2025.12.24 01:28:44.587529 [ 243 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.12.24 01:28:44.588234 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:44.591354 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.12.24 01:28:47.070478 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1896 2025.12.24 01:28:47.072801 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:47.072861 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:47.074102 [ 242 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:28:47.074389 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:47.074795 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1896 2025.12.24 01:28:48.182331 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.182520 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.182591 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:28:48.183318 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.183373 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.183818 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:28:48.184064 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.184223 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} executeQuery: Read 24 rows, 2.04 KiB in 0.001755 sec., 13675.213675213674 rows/sec., 1.13 MiB/sec. 2025.12.24 01:28:48.184276 [ 255 ] {04892306-ebe7-46e6-91cb-64f7aeb2e72c} TCPHandler: Processed in 0.002078212 sec. 2025.12.24 01:28:48.184403 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.184511 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:28:48.184556 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:28:48.184984 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.185022 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.185343 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:28:48.185563 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.185695 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} executeQuery: Read 18 rows, 1.48 KiB in 0.00121 sec., 14876.03305785124 rows/sec., 1.20 MiB/sec. 2025.12.24 01:28:48.185736 [ 255 ] {b25d459e-e75c-4bc8-9ca7-db83b6270be7} TCPHandler: Processed in 0.001384228 sec. 2025.12.24 01:28:48.185840 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.185939 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:48.185979 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:48.187147 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.187185 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.187582 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 01:28:48.187800 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.187938 [ 105 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 01:28:48.187941 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} executeQuery: Read 1406 rows, 120.85 KiB in 0.002023 sec., 695007.4147305981 rows/sec., 58.34 MiB/sec. 2025.12.24 01:28:48.187975 [ 105 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.187993 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.187995 [ 255 ] {2b4da80e-bc40-42cb-acb6-7ead4066e374} TCPHandler: Processed in 0.002203535 sec. 2025.12.24 01:28:48.188110 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.188110 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 01:28:48.188207 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.188252 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:28:48.188268 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:48.188312 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1409 rows starting from the beginning of the part 2025.12.24 01:28:48.188391 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 136 rows starting from the beginning of the part 2025.12.24 01:28:48.188446 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part 2025.12.24 01:28:48.188499 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 136 rows starting from the beginning of the part 2025.12.24 01:28:48.188548 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part 2025.12.24 01:28:48.188596 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 1406 rows starting from the beginning of the part 2025.12.24 01:28:48.188708 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.188750 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.189101 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:28:48.189330 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.189471 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} executeQuery: Read 70 rows, 5.24 KiB in 0.001284 sec., 54517.13395638629 rows/sec., 3.98 MiB/sec. 2025.12.24 01:28:48.189511 [ 255 ] {cb0bf1ef-9860-4ee1-b75a-4ffb7bd5ade6} TCPHandler: Processed in 0.001453819 sec. 2025.12.24 01:28:48.189629 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.189725 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.189765 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:28:48.190152 [ 192 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3199 rows, containing 5 columns (5 merged, 0 gathered) in 0.002095822 sec., 1526370.0829555183 rows/sec., 133.92 MiB/sec. 2025.12.24 01:28:48.190256 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.190296 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.190427 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 01:28:48.190629 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:28:48.190781 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.190879 [ 188 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_146_29} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 01:28:48.190899 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.190994 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.12.24 01:28:48.191037 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} executeQuery: Read 252 rows, 17.85 KiB in 0.001329 sec., 189616.2528216704 rows/sec., 13.11 MiB/sec. 2025.12.24 01:28:48.191083 [ 255 ] {87b1bff0-5997-4e86-b0a4-3b40ff215cc6} TCPHandler: Processed in 0.00150447 sec. 2025.12.24 01:28:48.191201 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.191296 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.191335 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:28:48.191737 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.191772 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.192081 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 01:28:48.192284 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.192410 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2025.12.24 01:28:48.192448 [ 255 ] {a870e039-821a-47d6-ae8e-6993303f176d} TCPHandler: Processed in 0.001297206 sec. 2025.12.24 01:28:48.192550 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.192643 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:48.192682 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:48.193350 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.193385 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.193718 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 01:28:48.193918 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.194029 [ 105 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 01:28:48.194046 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} executeQuery: Read 614 rows, 47.35 KiB in 0.001421 sec., 432090.0774102745 rows/sec., 32.54 MiB/sec. 2025.12.24 01:28:48.194069 [ 105 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.194090 [ 255 ] {b0751413-13bf-4f9e-88dc-795180e7a6fe} TCPHandler: Processed in 0.001589772 sec. 2025.12.24 01:28:48.194091 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.194193 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.194212 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 01:28:48.194286 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.194333 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:48.194365 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:48.194410 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 634 rows starting from the beginning of the part 2025.12.24 01:28:48.194487 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 104 rows starting from the beginning of the part 2025.12.24 01:28:48.194543 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part 2025.12.24 01:28:48.194595 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 104 rows starting from the beginning of the part 2025.12.24 01:28:48.194643 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part 2025.12.24 01:28:48.194695 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 614 rows starting from the beginning of the part 2025.12.24 01:28:48.194949 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.194991 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.195390 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 01:28:48.195607 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.195715 [ 105 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_141_32 to all_146_146_0 2025.12.24 01:28:48.195737 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} executeQuery: Read 889 rows, 61.80 KiB in 0.001468 sec., 605585.8310626703 rows/sec., 41.11 MiB/sec. 2025.12.24 01:28:48.195739 [ 105 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.195765 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.195775 [ 255 ] {3c2feb08-61dd-4c45-849a-5a18b977e81d} TCPHandler: Processed in 0.001631993 sec. 2025.12.24 01:28:48.195861 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_32 to all_146_146_0 into Compact with storage Full 2025.12.24 01:28:48.195875 [ 191 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 1584 rows, containing 5 columns (5 merged, 0 gathered) in 0.001717255 sec., 922402.3223108973 rows/sec., 73.56 MiB/sec. 2025.12.24 01:28:48.195887 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.195989 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:48.196015 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.196032 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTreeSequentialSource: Reading 6 marks from part all_1_141_32, total 40297 rows starting from the beginning of the part 2025.12.24 01:28:48.196079 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:28:48.196105 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 01:28:48.196117 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:48.196259 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:48.196312 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:48.196366 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2025.12.24 01:28:48.196418 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 889 rows starting from the beginning of the part 2025.12.24 01:28:48.196507 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.196614 [ 186 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_146_29} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 01:28:48.196778 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 01:28:48.196983 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.197024 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.197632 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.12.24 01:28:48.197872 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.198017 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} executeQuery: Read 40 rows, 73.40 KiB in 0.00202 sec., 19801.980198019803 rows/sec., 35.48 MiB/sec. 2025.12.24 01:28:48.198085 [ 255 ] {72f629e1-9626-445a-82a8-c83debb7b689} TCPHandler: Processed in 0.002247515 sec. 2025.12.24 01:28:48.198196 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:48.198292 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:48.198332 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:48.198670 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.198704 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.199010 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.12.24 01:28:48.199217 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.199319 [ 105 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.12.24 01:28:48.199343 [ 105 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:48.199347 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.12.24 01:28:48.199359 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:48.199385 [ 255 ] {5574f8a0-d002-4666-9ec3-f49b1cca4414} TCPHandler: Processed in 0.001239156 sec. 2025.12.24 01:28:48.199438 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.12.24 01:28:48.199547 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:48.199576 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8388 rows starting from the beginning of the part 2025.12.24 01:28:48.199629 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:48.199671 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:48.199707 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:48.199747 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:48.199786 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2025.12.24 01:28:48.203560 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 8688 rows, containing 4 columns (4 merged, 0 gathered) in 0.004146714 sec., 2095152.9331417598 rows/sec., 141.20 MiB/sec. 2025.12.24 01:28:48.203993 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.12.24 01:28:48.204397 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.204506 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_146_29} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.12.24 01:28:48.204623 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2025.12.24 01:28:48.206309 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergeTask::MergeProjectionsStage: Merge sorted 41826 rows, containing 5 columns (5 merged, 0 gathered) in 0.010491233 sec., 3986757.323948481 rows/sec., 273.92 MiB/sec. 2025.12.24 01:28:48.206727 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} MergedBlockOutputStream: filled checksums all_1_146_33 (state Temporary) 2025.12.24 01:28:48.207101 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_146_33 to all_1_146_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:48.207195 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_146_33} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_141_32, all_146_146_0] -> all_1_146_33 2025.12.24 01:28:48.207307 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. 2025.12.24 01:28:49.416192 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47484 2025.12.24 01:28:49.416743 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:49.416797 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:49.417287 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 01:28:49.417531 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:49.417684 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47484 2025.12.24 01:28:52.091439 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.12.24 01:28:52.110061 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:52.110125 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:52.116255 [ 243 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.12.24 01:28:52.117025 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:52.120230 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.12.24 01:28:53.149741 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:53.149940 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:53.150015 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:53.150701 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:53.150741 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:53.151150 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 01:28:53.151415 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:53.151579 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} executeQuery: Read 56 rows, 4.41 KiB in 0.001692 sec., 33096.92671394799 rows/sec., 2.54 MiB/sec. 2025.12.24 01:28:53.151631 [ 255 ] {27d7d007-6a08-4062-823b-5e925ba14f51} TCPHandler: Processed in 0.002031202 sec. 2025.12.24 01:28:53.151686 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:53.151764 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:53.151787 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:53.151925 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:53.151978 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:53.152455 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:53.152494 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:53.152832 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 01:28:53.153133 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:53.153274 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} executeQuery: Read 64 rows, 5.12 KiB in 0.001379 sec., 46410.44234952865 rows/sec., 3.62 MiB/sec. 2025.12.24 01:28:53.153314 [ 255 ] {e9e31902-2e92-450f-9fd8-994212460aeb} TCPHandler: Processed in 0.001605853 sec. 2025.12.24 01:28:53.153342 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:53.153375 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:53.153432 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:53.153535 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:53.153592 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:53.154031 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:53.154073 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:53.154528 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 01:28:53.154840 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:53.154999 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec. 2025.12.24 01:28:53.155045 [ 255 ] {c13c41e9-0dc3-4069-819e-c3f5d4695cb7} TCPHandler: Processed in 0.001661844 sec. 2025.12.24 01:28:53.155162 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:53.155261 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:53.155307 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:53.155653 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:53.155692 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.93 GiB. 2025.12.24 01:28:53.156041 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.12.24 01:28:53.156258 [ 223 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:28:53.156319 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:53.156456 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} executeQuery: Read 60 rows, 4.14 KiB in 0.001216 sec., 49342.10526315789 rows/sec., 3.33 MiB/sec. 2025.12.24 01:28:53.156496 [ 255 ] {587afb28-8526-4d0d-a108-2cb945f9c4c9} TCPHandler: Processed in 0.001383428 sec. 2025.12.24 01:28:53.156509 [ 222 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:53.156548 [ 222 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:53.156622 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:28:53.160112 [ 222 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:28:54.083434 [ 224 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:54.083500 [ 224 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:54.087805 [ 224 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:28:55.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 377.43 MiB, peak 399.51 MiB, free memory in arenas 0.00 B, will set to 381.43 MiB (RSS), difference: 4.00 MiB 2025.12.24 01:28:56.685127 [ 100 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:28:56.685177 [ 100 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:28:56.917839 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47932 2025.12.24 01:28:56.918364 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:56.918420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:56.918954 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 01:28:56.919214 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:56.919369 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47932 2025.12.24 01:28:57.074971 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1924 2025.12.24 01:28:57.077464 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:57.077528 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:57.078791 [ 242 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:28:57.079095 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:57.079359 [ 222 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:28:57.079417 [ 222 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:28:57.079520 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1924 2025.12.24 01:28:57.082925 [ 222 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:28:57.950553 [ 217 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:28:57.950610 [ 217 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:28:57.953172 [ 217 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:28:58.152250 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.152432 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:28:58.152502 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:28:58.153280 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.153333 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.153729 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 01:28:58.153961 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.154137 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} executeQuery: Read 158 rows, 14.16 KiB in 0.001754 sec., 90079.81755986318 rows/sec., 7.88 MiB/sec. 2025.12.24 01:28:58.154195 [ 255 ] {18719a4b-db35-49f5-996c-0cdab6c5595d} TCPHandler: Processed in 0.002075932 sec. 2025.12.24 01:28:58.154329 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.154435 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:28:58.154479 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:28:58.154939 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.154978 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.155302 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:28:58.155521 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.155653 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} executeQuery: Read 51 rows, 3.83 KiB in 0.001244 sec., 40996.784565916394 rows/sec., 3.01 MiB/sec. 2025.12.24 01:28:58.155692 [ 255 ] {9f552e32-8a1f-458d-9427-7ff9ddb8bd9a} TCPHandler: Processed in 0.001417519 sec. 2025.12.24 01:28:58.155807 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.155903 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:28:58.155944 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:28:58.156422 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.156460 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.156762 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 01:28:58.156968 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.157098 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} executeQuery: Read 121 rows, 9.71 KiB in 0.001214 sec., 99670.51070840197 rows/sec., 7.81 MiB/sec. 2025.12.24 01:28:58.157154 [ 255 ] {e73868f2-9a48-4b72-9d1e-17c42212040c} TCPHandler: Processed in 0.001398129 sec. 2025.12.24 01:28:58.157274 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.157370 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:58.157414 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:28:58.157847 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.157884 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.158217 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 01:28:58.158426 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.158554 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.12.24 01:28:58.158592 [ 255 ] {d83e64d2-9e3f-4cda-8f4c-7a2e9367bad0} TCPHandler: Processed in 0.001367988 sec. 2025.12.24 01:28:58.158701 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.158795 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:28:58.158849 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:28:58.159800 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.159837 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.160416 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.12.24 01:28:58.160641 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.160778 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} executeQuery: Read 51 rows, 93.58 KiB in 0.002002 sec., 25474.525474525475 rows/sec., 45.65 MiB/sec. 2025.12.24 01:28:58.160821 [ 217 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:28:58.160835 [ 255 ] {f1f4a3b2-ce35-4a32-b169-3ef48e861cf8} TCPHandler: Processed in 0.002182364 sec. 2025.12.24 01:28:58.160887 [ 217 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:28:58.160998 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.161098 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 01:28:58.161159 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 01:28:58.161484 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.161521 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.161903 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 01:28:58.162208 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.162338 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} executeQuery: Read 9 rows, 709.00 B in 0.001259 sec., 7148.530579825258 rows/sec., 549.95 KiB/sec. 2025.12.24 01:28:58.162378 [ 255 ] {1bd21aa9-9824-41a4-9cfa-24cc9f5fd4ff} TCPHandler: Processed in 0.001429259 sec. 2025.12.24 01:28:58.162498 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:28:58.162593 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:28:58.162784 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:28:58.163155 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:58.163192 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:58.163573 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.12.24 01:28:58.164025 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:58.164316 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} executeQuery: Read 60 rows, 4.14 KiB in 0.001739 sec., 34502.587694077054 rows/sec., 2.33 MiB/sec. 2025.12.24 01:28:58.164362 [ 255 ] {9b6d9d77-64d0-4d84-af10-6c7426ff638e} TCPHandler: Processed in 0.001911359 sec. 2025.12.24 01:28:58.166696 [ 217 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:28:58.627416 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:28:58.627507 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:28:58.632184 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:28:58.800812 [ 225 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:28:58.800902 [ 225 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:28:58.803325 [ 225 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:28:59.620331 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.12.24 01:28:59.637966 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:59.638033 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:59.643956 [ 243 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.12.24 01:28:59.644727 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:59.647956 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.12.24 01:28:59.696649 [ 60 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 01:28:59.696718 [ 60 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:28:59.696739 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.43 GiB. 2025.12.24 01:28:59.696829 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.12.24 01:28:59.696833 [ 223 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): 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] 2025.12.24 01:28:59.696901 [ 223 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): 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] 2025.12.24 01:28:59.696937 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:28:59.696972 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2025.12.24 01:28:59.697034 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part 2025.12.24 01:28:59.697079 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 18 rows starting from the beginning of the part 2025.12.24 01:28:59.697122 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2025.12.24 01:28:59.697166 [ 202 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 18 rows starting from the beginning of the part 2025.12.24 01:28:59.697858 [ 192 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001061292 sec., 56534.86505127713 rows/sec., 4.76 MiB/sec. 2025.12.24 01:28:59.698078 [ 197 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 01:28:59.698473 [ 197 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:28:59.698561 [ 197 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_25_6} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 01:28:59.698659 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.24 01:28:59.699476 [ 223 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): 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] 2025.12.24 01:29:01.471655 [ 129 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 01:29:01.471742 [ 129 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:01.471770 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:01.471876 [ 224 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): 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] 2025.12.24 01:29:01.471901 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.12.24 01:29:01.471934 [ 224 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): 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] 2025.12.24 01:29:01.472068 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:01.472113 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 254 rows starting from the beginning of the part 2025.12.24 01:29:01.472191 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part 2025.12.24 01:29:01.472246 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 253 rows starting from the beginning of the part 2025.12.24 01:29:01.472299 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 252 rows starting from the beginning of the part 2025.12.24 01:29:01.472348 [ 187 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 252 rows starting from the beginning of the part 2025.12.24 01:29:01.473366 [ 197 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1263 rows, containing 5 columns (5 merged, 0 gathered) in 0.001522291 sec., 829670.5426229282 rows/sec., 60.54 MiB/sec. 2025.12.24 01:29:01.473629 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 01:29:01.473927 [ 224 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): 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] 2025.12.24 01:29:01.474168 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:01.474298 [ 192 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_25_6} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 01:29:01.474407 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.12.24 01:29:03.150312 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:03.150519 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:03.150589 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:03.151337 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:03.151391 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:03.151818 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 01:29:03.152070 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:03.152240 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} executeQuery: Read 56 rows, 4.41 KiB in 0.001769 sec., 31656.302996042963 rows/sec., 2.43 MiB/sec. 2025.12.24 01:29:03.152297 [ 255 ] {8d4d425b-e46b-4dcf-a979-eb21e33c9608} TCPHandler: Processed in 0.002118813 sec. 2025.12.24 01:29:03.152424 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:03.152528 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:03.152573 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:03.153036 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:03.153077 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:03.153412 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 01:29:03.153652 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:03.153786 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} executeQuery: Read 64 rows, 5.12 KiB in 0.001282 sec., 49921.996879875194 rows/sec., 3.90 MiB/sec. 2025.12.24 01:29:03.153827 [ 255 ] {7708e7ab-198c-42da-bd33-21e9d0282963} TCPHandler: Processed in 0.00145446 sec. 2025.12.24 01:29:03.153943 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:03.154040 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:03.154088 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:03.154529 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:03.154567 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:03.154908 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 01:29:03.155131 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:03.155264 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2025.12.24 01:29:03.155302 [ 255 ] {11b74cc3-152d-4904-b40c-9a95677928f9} TCPHandler: Processed in 0.001408359 sec. 2025.12.24 01:29:03.155423 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:03.155519 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:03.155563 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:03.155907 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:03.155944 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:03.156256 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.12.24 01:29:03.156471 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:03.156603 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.12.24 01:29:03.156641 [ 255 ] {773c5284-f65f-4399-bf7d-ab2433563c23} TCPHandler: Processed in 0.001265986 sec. 2025.12.24 01:29:04.419535 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48444 2025.12.24 01:29:04.420066 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:04.420113 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:04.420587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 01:29:04.420812 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:04.420940 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48444 2025.12.24 01:29:04.420953 [ 88 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 01:29:04.421020 [ 88 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:04.421040 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.06 GiB. 2025.12.24 01:29:04.421164 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 01:29:04.421313 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:04.421356 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46012 rows starting from the beginning of the part 2025.12.24 01:29:04.421428 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 512 rows starting from the beginning of the part 2025.12.24 01:29:04.421479 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 448 rows starting from the beginning of the part 2025.12.24 01:29:04.421520 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 512 rows starting from the beginning of the part 2025.12.24 01:29:04.421556 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 448 rows starting from the beginning of the part 2025.12.24 01:29:04.421597 [ 198 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 512 rows starting from the beginning of the part 2025.12.24 01:29:04.424399 [ 197 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48444 rows, containing 4 columns (4 merged, 0 gathered) in 0.003298906 sec., 14684868.256324977 rows/sec., 210.07 MiB/sec. 2025.12.24 01:29:04.424929 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 01:29:04.425374 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:04.425486 [ 189 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_101_20} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 01:29:04.425593 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.12.24 01:29:07.079729 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1946 2025.12.24 01:29:07.082130 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:07.082198 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:07.083485 [ 242 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:29:07.083800 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:07.084223 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1946 2025.12.24 01:29:07.148035 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2025.12.24 01:29:07.166701 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:07.166755 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:07.173111 [ 243 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.12.24 01:29:07.173853 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:07.174181 [ 157 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.12.24 01:29:07.174220 [ 157 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:07.174240 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:07.174323 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.12.24 01:29:07.177367 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:07.177486 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2025.12.24 01:29:07.178259 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2025.12.24 01:29:07.182146 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2025.12.24 01:29:07.185853 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2025.12.24 01:29:07.190141 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2025.12.24 01:29:07.194593 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2025.12.24 01:29:07.198955 [ 194 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2025.12.24 01:29:07.261463 [ 197 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.087170588 sec., 8730.00879608613 rows/sec., 45.14 MiB/sec. 2025.12.24 01:29:07.264297 [ 190 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.12.24 01:29:07.266440 [ 190 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:07.266562 [ 190 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_101_20} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.12.24 01:29:07.268658 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.12.24 01:29:08.000222 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 382.51 MiB, peak 399.91 MiB, free memory in arenas 0.00 B, will set to 381.43 MiB (RSS), difference: -1.08 MiB 2025.12.24 01:29:08.152116 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.152305 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:08.152377 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:08.153130 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.153170 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.153575 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 01:29:08.153825 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.153982 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} executeQuery: Read 164 rows, 14.72 KiB in 0.00173 sec., 94797.68786127168 rows/sec., 8.31 MiB/sec. 2025.12.24 01:29:08.154034 [ 255 ] {6243b211-a238-4ffe-a608-495103b5f094} TCPHandler: Processed in 0.002052202 sec. 2025.12.24 01:29:08.154154 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.154256 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:29:08.154301 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:29:08.154730 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.154766 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.155074 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:29:08.155296 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.155423 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} executeQuery: Read 54 rows, 4.06 KiB in 0.001189 sec., 45416.31623212784 rows/sec., 3.34 MiB/sec. 2025.12.24 01:29:08.155462 [ 255 ] {19cc038f-2e25-4cf0-bd08-fcd4f7cc59b6} TCPHandler: Processed in 0.001359718 sec. 2025.12.24 01:29:08.155578 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.155675 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:08.155714 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:08.156154 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.156191 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.156500 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 01:29:08.156717 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.156841 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} executeQuery: Read 124 rows, 9.89 KiB in 0.001186 sec., 104553.1197301855 rows/sec., 8.15 MiB/sec. 2025.12.24 01:29:08.156880 [ 255 ] {f34eaba4-e65d-448f-8529-cfdc0efce3af} TCPHandler: Processed in 0.001351007 sec. 2025.12.24 01:29:08.156989 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.157084 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:08.157129 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:08.157539 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.157576 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.157917 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 01:29:08.158138 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.158263 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.12.24 01:29:08.158301 [ 255 ] {7b1ca6c6-a8b1-4f04-bde6-7d9c42a5cafb} TCPHandler: Processed in 0.001360728 sec. 2025.12.24 01:29:08.158404 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.158499 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:08.158554 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:29:08.159481 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.159518 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.160109 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.12.24 01:29:08.160340 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.160479 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} executeQuery: Read 54 rows, 99.09 KiB in 0.001997 sec., 27040.560841261893 rows/sec., 48.46 MiB/sec. 2025.12.24 01:29:08.160551 [ 255 ] {cdd2629a-feaa-4dda-943b-f9cc078b869b} TCPHandler: Processed in 0.002193895 sec. 2025.12.24 01:29:08.160659 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.160754 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 01:29:08.160796 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 01:29:08.161097 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.161133 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.161438 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:29:08.161652 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.161776 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} executeQuery: Read 6 rows, 405.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 380.30 KiB/sec. 2025.12.24 01:29:08.161814 [ 255 ] {cac70863-1eb2-4e56-a446-7c6df7a265f7} TCPHandler: Processed in 0.001203154 sec. 2025.12.24 01:29:08.161920 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:08.162015 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:08.162055 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:08.162380 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:08.162417 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:08.162725 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.12.24 01:29:08.162964 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:08.163098 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.12.24 01:29:08.163135 [ 255 ] {d386b402-9c66-47e0-83a3-80af59116bdd} TCPHandler: Processed in 0.001263316 sec. 2025.12.24 01:29:11.685219 [ 133 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:29:11.685286 [ 133 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:29:11.921128 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48892 2025.12.24 01:29:11.921663 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:11.921713 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:11.922217 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 01:29:11.922455 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:11.922592 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48892 2025.12.24 01:29:13.149937 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:13.150131 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:13.150206 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:13.150923 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.150968 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:13.151367 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 01:29:13.151599 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.151758 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} executeQuery: Read 56 rows, 4.41 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.56 MiB/sec. 2025.12.24 01:29:13.151757 [ 140 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 01:29:13.151813 [ 255 ] {80a38009-7cd8-4263-aa4c-99a139adca4a} TCPHandler: Processed in 0.002013101 sec. 2025.12.24 01:29:13.151837 [ 140 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.151866 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:13.151945 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:13.151997 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 01:29:13.152052 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:13.152102 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:13.152141 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:13.152183 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1409 rows starting from the beginning of the part 2025.12.24 01:29:13.152250 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:13.152303 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 158 rows starting from the beginning of the part 2025.12.24 01:29:13.152351 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:13.152396 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 164 rows starting from the beginning of the part 2025.12.24 01:29:13.152438 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:13.152552 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.152597 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:13.152931 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 01:29:13.153164 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.153291 [ 140 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 01:29:13.153299 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} executeQuery: Read 64 rows, 5.12 KiB in 0.00127 sec., 50393.70078740157 rows/sec., 3.93 MiB/sec. 2025.12.24 01:29:13.153327 [ 140 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.153350 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:13.153353 [ 255 ] {6a456b1f-755f-4051-b039-e3dd55d90734} TCPHandler: Processed in 0.0014594 sec. 2025.12.24 01:29:13.153450 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 01:29:13.153480 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:13.153563 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:13.153581 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:13.153595 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 634 rows starting from the beginning of the part 2025.12.24 01:29:13.153633 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:13.153662 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:13.153695 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.001757756 sec., 1080354.7250016497 rows/sec., 94.79 MiB/sec. 2025.12.24 01:29:13.153714 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 121 rows starting from the beginning of the part 2025.12.24 01:29:13.153768 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:13.153808 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 124 rows starting from the beginning of the part 2025.12.24 01:29:13.153848 [ 199 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:13.153935 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 01:29:13.154074 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.154121 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:13.154271 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.154370 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_151_30} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 01:29:13.154485 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.24 01:29:13.154521 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 01:29:13.154750 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.154769 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 1071 rows, containing 5 columns (5 merged, 0 gathered) in 0.001362768 sec., 785900.4614138283 rows/sec., 63.13 MiB/sec. 2025.12.24 01:29:13.154880 [ 140 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_146_33 to all_147_147_0 2025.12.24 01:29:13.154885 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} executeQuery: Read 160 rows, 11.41 KiB in 0.001322 sec., 121028.74432677761 rows/sec., 8.43 MiB/sec. 2025.12.24 01:29:13.154910 [ 140 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.154937 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:13.154940 [ 255 ] {7dce09df-74e3-48a9-923b-4849e2a69300} TCPHandler: Processed in 0.001509901 sec. 2025.12.24 01:29:13.154980 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 01:29:13.155017 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} MergeTask::PrepareStage: Merging 2 parts: from all_1_146_33 to all_147_147_0 into Compact with storage Full 2025.12.24 01:29:13.155066 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:13.155154 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:13.155174 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:13.155202 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_146_33, total 41826 rows starting from the beginning of the part 2025.12.24 01:29:13.155227 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:13.155284 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:13.155394 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.155509 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_151_30} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 01:29:13.155594 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.155637 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:13.155638 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.24 01:29:13.155977 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.12.24 01:29:13.156191 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.156311 [ 140 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.12.24 01:29:13.156329 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.12.24 01:29:13.156340 [ 140 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:13.156370 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:13.156375 [ 255 ] {98209dc0-19d7-47c7-8afa-9ba0d004a3d0} TCPHandler: Processed in 0.001361277 sec. 2025.12.24 01:29:13.156466 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.12.24 01:29:13.156572 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:13.156599 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8688 rows starting from the beginning of the part 2025.12.24 01:29:13.156650 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:13.156691 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:13.156730 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:13.156767 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:13.156803 [ 191 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:13.159426 [ 186 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 8988 rows, containing 4 columns (4 merged, 0 gathered) in 0.002998111 sec., 2997887.66993617 rows/sec., 202.04 MiB/sec. 2025.12.24 01:29:13.159632 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.12.24 01:29:13.159926 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.159998 [ 196 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_151_30} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.12.24 01:29:13.160076 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2025.12.24 01:29:13.164622 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} MergeTask::MergeProjectionsStage: Merge sorted 41986 rows, containing 5 columns (5 merged, 0 gathered) in 0.009637826 sec., 4356376.635145727 rows/sec., 299.34 MiB/sec. 2025.12.24 01:29:13.164849 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} MergedBlockOutputStream: filled checksums all_1_147_34 (state Temporary) 2025.12.24 01:29:13.165102 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_147_34 to all_1_147_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:13.165172 [ 193 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_147_34} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_146_33, all_147_147_0] -> all_1_147_34 2025.12.24 01:29:13.165245 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.12.24 01:29:14.677607 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2025.12.24 01:29:14.696015 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:14.696061 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.05 GiB. 2025.12.24 01:29:14.702345 [ 243 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.12.24 01:29:14.703055 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:14.706300 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2025.12.24 01:29:16.263069 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.263358 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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', 'oximeter_collector:failed_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) 2025.12.24 01:29:16.263803 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.263854 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} 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', 'oximeter_collector:failed_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 2025.12.24 01:29:16.264132 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.264205 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.264350 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.12.24 01:29:16.264483 [ 261 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.264495 [ 338 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.264489 [ 323 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.264483 [ 315 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.264667 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.264696 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.264787 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.264808 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.264846 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} 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', 'oximeter_collector:failed_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'))" 2025.12.24 01:29:16.264888 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} 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', 'oximeter_collector:failed_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'))" 2025.12.24 01:29:16.264932 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} 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', 'oximeter_collector:failed_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'))" 2025.12.24 01:29:16.266308 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} executeQuery: Read 36 rows, 1.52 KiB in 0.003068 sec., 11734.028683181226 rows/sec., 495.28 KiB/sec. 2025.12.24 01:29:16.266492 [ 255 ] {65e87ef8-10f6-4c08-8c8d-77026a9b302a} TCPHandler: Processed in 0.003566183 sec. 2025.12.24 01:29:16.300126 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.300299 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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', 'oximeter_collector:failed_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', 'virtual_machine:check') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.300567 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.300606 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} 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', 'oximeter_collector:failed_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', 'virtual_machine:check')" moved to PREWHERE 2025.12.24 01:29:16.300828 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.300886 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.301008 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.12.24 01:29:16.301083 [ 323 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.301083 [ 315 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.301100 [ 331 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.301117 [ 313 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.301221 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.301245 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.301322 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.301342 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.301376 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} 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', 'oximeter_collector:failed_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', 'virtual_machine:check'))" 2025.12.24 01:29:16.301411 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} 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', 'oximeter_collector:failed_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', 'virtual_machine:check'))" 2025.12.24 01:29:16.301451 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} 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', 'oximeter_collector:failed_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', 'virtual_machine:check'))" 2025.12.24 01:29:16.302178 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} executeQuery: Read 36 rows, 1.52 KiB in 0.001957 sec., 18395.50332141032 rows/sec., 776.46 KiB/sec. 2025.12.24 01:29:16.302307 [ 255 ] {962c45c2-3a5e-4e14-ae69-e3226045e3f3} TCPHandler: Processed in 0.002239845 sec. 2025.12.24 01:29:16.303039 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.303187 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.303421 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.303458 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.303671 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.303726 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.303837 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.12.24 01:29:16.303908 [ 321 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.303909 [ 313 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.303921 [ 331 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.303914 [ 335 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.304040 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.304066 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.304138 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.304156 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.304188 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.304219 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.304252 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.304852 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} executeQuery: Read 36 rows, 1.52 KiB in 0.001729 sec., 20821.283979178716 rows/sec., 878.85 KiB/sec. 2025.12.24 01:29:16.304978 [ 255 ] {15347b20-8f8a-45d8-ae0d-66e5edbafe69} TCPHandler: Processed in 0.00199058 sec. 2025.12.24 01:29:16.305201 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.305342 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.305749 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.305789 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.306001 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.306055 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.306154 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.12.24 01:29:16.306205 [ 313 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.306221 [ 331 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.306228 [ 321 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.306223 [ 335 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.306343 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.306368 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.306436 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.306454 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.306485 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.306515 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.306543 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.307339 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} executeQuery: Read 36 rows, 1.52 KiB in 0.002057 sec., 17501.21536217793 rows/sec., 738.71 KiB/sec. 2025.12.24 01:29:16.307484 [ 255 ] {aba826ac-fd9d-4031-b952-d609c5758be5} TCPHandler: Processed in 0.002333937 sec. 2025.12.24 01:29:16.307719 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.307857 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} executeQuery: (from [fd00:1122:3344:101::d]:55735) 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.308083 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.308121 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.308333 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.308387 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.308487 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.12.24 01:29:16.308547 [ 339 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.308557 [ 314 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.308576 [ 319 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.308570 [ 260 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.308712 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.308738 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.308806 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.308823 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.308852 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.308883 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.308911 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} 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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.309512 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} executeQuery: Read 36 rows, 1.52 KiB in 0.001714 sec., 21003.50058343057 rows/sec., 886.54 KiB/sec. 2025.12.24 01:29:16.309654 [ 255 ] {95a038ad-fba8-4e89-b397-6b52709ddbb0} TCPHandler: Processed in 0.00198414 sec. 2025.12.24 01:29:16.309849 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.309986 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.310217 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.310259 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.310477 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.310531 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.310630 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.12.24 01:29:16.310692 [ 314 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.310698 [ 339 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.310722 [ 303 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.310729 [ 318 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.310829 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.310856 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.310926 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.310944 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.310977 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} 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', 'crucible_upstairs:activated', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.311011 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} 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', 'crucible_upstairs:activated', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.311043 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} 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', 'crucible_upstairs:activated', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.311713 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} executeQuery: Read 36 rows, 1.52 KiB in 0.001785 sec., 20168.06722689076 rows/sec., 851.28 KiB/sec. 2025.12.24 01:29:16.311852 [ 255 ] {7d91237e-b782-4b91-a738-406a4a10e3ff} TCPHandler: Processed in 0.002051972 sec. 2025.12.24 01:29:16.312060 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.312198 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.312429 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.312467 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.312683 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.312736 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.312836 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.12.24 01:29:16.312912 [ 345 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.312915 [ 303 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.312937 [ 349 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.312916 [ 318 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.313058 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.313084 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.313153 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.313170 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.313200 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.313231 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.313260 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.313919 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} executeQuery: Read 36 rows, 1.52 KiB in 0.001779 sec., 20236.087689713324 rows/sec., 854.15 KiB/sec. 2025.12.24 01:29:16.314061 [ 255 ] {07b73752-2816-46b4-b923-a1eba31e65cc} TCPHandler: Processed in 0.002050222 sec. 2025.12.24 01:29:16.314265 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.314404 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.314633 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.314671 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.314888 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.314943 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.315039 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.12.24 01:29:16.315103 [ 349 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.315103 [ 318 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.315119 [ 303 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.315122 [ 345 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.315245 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.315271 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.315340 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.315357 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.315387 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.315419 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.315448 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.316078 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} executeQuery: Read 36 rows, 1.52 KiB in 0.001735 sec., 20749.2795389049 rows/sec., 875.81 KiB/sec. 2025.12.24 01:29:16.316204 [ 255 ] {9e059ecd-31e0-4aba-9218-afb2f463a7bf} TCPHandler: Processed in 0.00198833 sec. 2025.12.24 01:29:16.316412 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.316551 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.316780 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.316818 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.317039 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.317093 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.317197 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2025.12.24 01:29:16.317263 [ 344 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.317276 [ 318 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.317282 [ 345 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.317313 [ 344 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.317392 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.317414 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.317486 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.317503 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.317534 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.317566 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.317594 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.318213 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} executeQuery: Read 36 rows, 1.52 KiB in 0.001721 sec., 20918.07088901801 rows/sec., 882.94 KiB/sec. 2025.12.24 01:29:16.318337 [ 255 ] {1500073b-3c9b-4a54-881c-9fe488dfc40d} TCPHandler: Processed in 0.001976131 sec. 2025.12.24 01:29:16.318540 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.318679 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.318907 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.318946 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.319166 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.319220 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.319319 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2025.12.24 01:29:16.319370 [ 344 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.319387 [ 345 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.319388 [ 303 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.319403 [ 318 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.319511 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.319537 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.319606 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.319623 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.319654 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.319684 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.319713 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.320354 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} executeQuery: Read 36 rows, 1.52 KiB in 0.001734 sec., 20761.245674740483 rows/sec., 876.32 KiB/sec. 2025.12.24 01:29:16.320477 [ 255 ] {bbda9677-6816-4163-8689-b33f836a3417} TCPHandler: Processed in 0.00198569 sec. 2025.12.24 01:29:16.320676 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.320816 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.321050 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.321089 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.321307 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.321360 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.321458 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2025.12.24 01:29:16.321527 [ 326 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.321528 [ 344 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.321542 [ 303 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.321531 [ 345 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.321664 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.321689 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.321756 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.321773 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.321803 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.321833 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.321861 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.322421 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} executeQuery: Read 36 rows, 1.52 KiB in 0.001666 sec., 21608.643457382954 rows/sec., 912.08 KiB/sec. 2025.12.24 01:29:16.322557 [ 255 ] {87968bcd-234c-4fad-8529-5e51dd74cb70} TCPHandler: Processed in 0.001931249 sec. 2025.12.24 01:29:16.322752 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.322891 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.323119 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.323157 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.323378 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.323431 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.323527 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2025.12.24 01:29:16.323584 [ 345 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.323599 [ 326 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.323612 [ 295 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.323598 [ 344 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.323723 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.323746 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.323813 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.323830 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.323860 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.323892 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.323923 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} 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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.324536 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} executeQuery: Read 36 rows, 1.52 KiB in 0.001705 sec., 21114.369501466277 rows/sec., 891.22 KiB/sec. 2025.12.24 01:29:16.324671 [ 255 ] {8eb2b053-d69d-4671-9dc3-ee72000ae86f} TCPHandler: Processed in 0.00196816 sec. 2025.12.24 01:29:16.324872 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.325012 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.325244 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.325282 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.325505 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.325557 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.325655 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2025.12.24 01:29:16.325715 [ 343 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.325724 [ 295 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.325737 [ 307 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.325756 [ 348 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.325871 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.325904 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.325986 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.326005 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.326041 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.326076 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.326111 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.326785 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} executeQuery: Read 36 rows, 1.52 KiB in 0.001834 sec., 19629.225736095967 rows/sec., 828.53 KiB/sec. 2025.12.24 01:29:16.326908 [ 255 ] {e00884c6-4efa-47ba-a761-dbbe96a71e25} TCPHandler: Processed in 0.002085552 sec. 2025.12.24 01:29:16.327203 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.327387 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.327777 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.327830 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.328082 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.328138 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.328246 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2025.12.24 01:29:16.328307 [ 348 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.328319 [ 307 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.328326 [ 343 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.328314 [ 295 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.328443 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.328469 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.328541 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.328559 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.328591 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.328716 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.328825 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.329464 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} executeQuery: Read 36 rows, 1.52 KiB in 0.002155 sec., 16705.336426914153 rows/sec., 705.12 KiB/sec. 2025.12.24 01:29:16.329632 [ 255 ] {47c54ed1-dd9c-4ba2-a4a1-9776ababe431} TCPHandler: Processed in 0.002490331 sec. 2025.12.24 01:29:16.330329 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.330487 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.330734 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.330774 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.331007 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.331061 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.331162 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 51-element set) 2025.12.24 01:29:16.331227 [ 334 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.331230 [ 343 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.331246 [ 307 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.331241 [ 348 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.331362 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.331383 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.331451 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.331469 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.331499 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.331533 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.331563 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.332203 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} executeQuery: Read 36 rows, 1.52 KiB in 0.001794 sec., 20066.889632107024 rows/sec., 847.01 KiB/sec. 2025.12.24 01:29:16.332320 [ 255 ] {f8fd79e1-b3fd-4b96-9d5e-bb31eb930f17} TCPHandler: Processed in 0.002042321 sec. 2025.12.24 01:29:16.332555 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.332699 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.332935 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.332975 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.333207 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.333262 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.333361 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 52-element set) 2025.12.24 01:29:16.333420 [ 312 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.333435 [ 307 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.333437 [ 348 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.333427 [ 334 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.333567 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.333593 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.333662 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.333679 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.333710 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.333742 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.333770 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.334435 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} executeQuery: Read 36 rows, 1.52 KiB in 0.001799 sec., 20011.11728738188 rows/sec., 844.65 KiB/sec. 2025.12.24 01:29:16.334556 [ 255 ] {62d0c808-0193-412e-90cb-88003e8d3760} TCPHandler: Processed in 0.002051672 sec. 2025.12.24 01:29:16.334786 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.334933 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.335170 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.335208 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.335438 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.335491 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.335593 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 53-element set) 2025.12.24 01:29:16.335654 [ 302 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.335660 [ 312 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.335680 [ 336 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.335655 [ 348 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.335802 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.335825 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.335892 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.335910 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.335941 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.335974 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.336010 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.336995 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} executeQuery: Read 36 rows, 1.52 KiB in 0.002128 sec., 16917.293233082706 rows/sec., 714.07 KiB/sec. 2025.12.24 01:29:16.337112 [ 255 ] {9a9926d7-2446-4edd-b58a-8820ec31b7da} TCPHandler: Processed in 0.002377069 sec. 2025.12.24 01:29:16.337492 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.337637 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.337877 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.337917 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.338153 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.338207 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.338309 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 54-element set) 2025.12.24 01:29:16.338363 [ 348 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.338380 [ 302 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.338374 [ 312 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.338374 [ 336 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.338503 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.338529 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.338599 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.338617 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.338649 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.338682 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.338713 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.339348 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} executeQuery: Read 36 rows, 1.52 KiB in 0.001774 sec., 20293.122886133035 rows/sec., 856.56 KiB/sec. 2025.12.24 01:29:16.339465 [ 255 ] {0d517b8f-c604-4c64-bb74-f4f3c9d6bb40} TCPHandler: Processed in 0.002023101 sec. 2025.12.24 01:29:16.339691 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.339839 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.340078 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.340119 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.340351 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.340405 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.340509 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 55-element set) 2025.12.24 01:29:16.340573 [ 312 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.340573 [ 296 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.340596 [ 340 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.340580 [ 302 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.340701 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.340728 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.340798 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.340817 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.340848 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.340881 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.340910 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.341524 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} executeQuery: Read 36 rows, 1.52 KiB in 0.001752 sec., 20547.945205479453 rows/sec., 867.31 KiB/sec. 2025.12.24 01:29:16.341660 [ 255 ] {598756c1-2a61-4464-8d7c-5a5f463620c3} TCPHandler: Processed in 0.002019151 sec. 2025.12.24 01:29:16.341858 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.342002 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.342245 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.342285 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.342522 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.342578 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.342684 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 56-element set) 2025.12.24 01:29:16.342750 [ 340 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.342756 [ 312 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.342758 [ 296 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.342758 [ 302 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.342888 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.342914 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.342984 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.343003 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.343034 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.343068 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.343098 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.343794 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} executeQuery: Read 36 rows, 1.52 KiB in 0.001855 sec., 19407.00808625337 rows/sec., 819.15 KiB/sec. 2025.12.24 01:29:16.343931 [ 255 ] {1a7ddebb-0224-460b-9b3a-533ceaf25f59} TCPHandler: Processed in 0.002124053 sec. 2025.12.24 01:29:16.344228 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.344376 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.344612 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.344652 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.344890 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.344946 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.345045 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 57-element set) 2025.12.24 01:29:16.345106 [ 350 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.345111 [ 296 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.345123 [ 312 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.345125 [ 340 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.345263 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.345289 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.345359 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.345377 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.345409 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.345444 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.345476 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.346047 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} executeQuery: Read 36 rows, 1.52 KiB in 0.001739 sec., 20701.55261644623 rows/sec., 873.80 KiB/sec. 2025.12.24 01:29:16.346181 [ 255 ] {709e5d00-550f-4e47-82f8-8677914a5ee7} TCPHandler: Processed in 0.002003801 sec. 2025.12.24 01:29:16.346400 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.346549 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.346790 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.346832 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.347073 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.347126 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.347226 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 58-element set) 2025.12.24 01:29:16.347287 [ 296 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.347288 [ 340 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.347301 [ 350 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.347290 [ 312 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.347433 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.347458 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.347529 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.347547 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.347579 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.347613 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.347644 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.348275 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} executeQuery: Read 36 rows, 1.52 KiB in 0.001793 sec., 20078.08142777468 rows/sec., 847.48 KiB/sec. 2025.12.24 01:29:16.348406 [ 255 ] {e6b8e794-c15f-4077-8ffa-25bcff512d1b} TCPHandler: Processed in 0.002056552 sec. 2025.12.24 01:29:16.348740 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.348890 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.349142 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.349184 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.349425 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.349479 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.349576 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 59-element set) 2025.12.24 01:29:16.349639 [ 306 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.349649 [ 340 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.349664 [ 350 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.349646 [ 296 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.349784 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.349809 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.349878 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.349896 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.349928 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.349961 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.349991 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.350591 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} executeQuery: Read 36 rows, 1.52 KiB in 0.00177 sec., 20338.983050847455 rows/sec., 858.49 KiB/sec. 2025.12.24 01:29:16.350726 [ 255 ] {5fc71671-0322-421e-8460-115e164de149} TCPHandler: Processed in 0.002036182 sec. 2025.12.24 01:29:16.351091 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.351241 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.351886 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.351932 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.352350 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.352411 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.352517 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 60-element set) 2025.12.24 01:29:16.352589 [ 296 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.352606 [ 340 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.352599 [ 350 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.352599 [ 306 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.352730 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.352756 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.352830 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.352848 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.352880 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.352915 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.352948 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.353545 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} executeQuery: Read 36 rows, 1.52 KiB in 0.002372 sec., 15177.065767284992 rows/sec., 640.61 KiB/sec. 2025.12.24 01:29:16.353682 [ 255 ] {a7dae66b-a454-4765-9955-59deb7fff551} TCPHandler: Processed in 0.002648424 sec. 2025.12.24 01:29:16.353969 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.354122 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} executeQuery: (from [fd00:1122:3344:101::d]:55735) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2025.12.24 01:29:16.354382 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 01:29:16.354426 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2025.12.24 01:29:16.354678 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.354733 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:16.354834 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Key condition: (column 0 notIn 61-element set) 2025.12.24 01:29:16.354894 [ 300 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 01:29:16.354896 [ 340 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.24 01:29:16.354918 [ 350 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.12.24 01:29:16.354901 [ 296 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.24 01:29:16.355047 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.12.24 01:29:16.355073 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 01:29:16.355142 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.24 01:29:16.355161 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (SelectExecutor): Reading approx. 36 rows with 3 streams 2025.12.24 01:29:16.355192 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.355225 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.355257 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} 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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', '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', 'oximeter_collector:failed_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', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:check', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" 2025.12.24 01:29:16.355847 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} executeQuery: Read 36 rows, 1.52 KiB in 0.001796 sec., 20044.543429844096 rows/sec., 846.06 KiB/sec. 2025.12.24 01:29:16.355979 [ 255 ] {27d317d8-b9eb-484b-878a-35555c3b8601} TCPHandler: Processed in 0.002061022 sec. 2025.12.24 01:29:16.359283 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.359395 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 01:29:16.359438 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 01:29:16.359951 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.359994 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.361033 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 01:29:16.361397 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.361563 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} executeQuery: Read 25 rows, 3.88 KiB in 0.002199 sec., 11368.80400181901 rows/sec., 1.72 MiB/sec. 2025.12.24 01:29:16.361610 [ 255 ] {9176638a-fe2a-4cc2-921a-e79297c96224} TCPHandler: Processed in 0.002376709 sec. 2025.12.24 01:29:16.361772 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.361872 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.361914 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:29:16.362356 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.362394 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.362871 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:29:16.363304 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.363414 [ 148 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 01:29:16.363437 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} executeQuery: Read 24 rows, 2.04 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.25 MiB/sec. 2025.12.24 01:29:16.363463 [ 148 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.363481 [ 255 ] {95ad4b45-91ff-4c45-932c-1d84ce66a95d} TCPHandler: Processed in 0.001759516 sec. 2025.12.24 01:29:16.363490 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.363593 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.12.24 01:29:16.363604 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.363708 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:16.363714 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:29:16.363743 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 24 rows starting from the beginning of the part 2025.12.24 01:29:16.363766 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:29:16.363810 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.12.24 01:29:16.363858 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.12.24 01:29:16.363900 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part 2025.12.24 01:29:16.363941 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.12.24 01:29:16.364174 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.364218 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.364643 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:29:16.364909 [ 202 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355067 sec., 88556.50680003277 rows/sec., 7.69 MiB/sec. 2025.12.24 01:29:16.365082 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.365165 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 01:29:16.365227 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} executeQuery: Read 7 rows, 562.00 B in 0.001531 sec., 4572.175048987589 rows/sec., 358.48 KiB/sec. 2025.12.24 01:29:16.365270 [ 255 ] {092f5bbf-f104-4f0c-bbb4-ffff79641450} TCPHandler: Processed in 0.001714805 sec. 2025.12.24 01:29:16.365381 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.365477 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:16.365518 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:16.365771 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.365851 [ 186 ] {290fc920-656a-420c-8c99-bd12eabe06c7::all_1_25_6} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 01:29:16.365923 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 01:29:16.366580 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.366622 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.367165 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 01:29:16.367657 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.367794 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} executeQuery: Read 1480 rows, 127.00 KiB in 0.002335 sec., 633832.9764453962 rows/sec., 53.11 MiB/sec. 2025.12.24 01:29:16.367832 [ 255 ] {0a6ba443-7aa1-43d9-93c0-e66875fe9d5f} TCPHandler: Processed in 0.002500541 sec. 2025.12.24 01:29:16.367959 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.368054 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.368095 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:29:16.368520 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.368557 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.368958 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:29:16.369370 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.369481 [ 145 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:29:16.369505 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} executeQuery: Read 75 rows, 5.64 KiB in 0.001469 sec., 51055.13955071477 rows/sec., 3.75 MiB/sec. 2025.12.24 01:29:16.369521 [ 145 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.369548 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.369552 [ 255 ] {5a113bc0-65d0-4cca-81e9-e823219cec0a} TCPHandler: Processed in 0.001642344 sec. 2025.12.24 01:29:16.369637 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:29:16.369677 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.369740 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:16.369772 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.369775 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 72 rows starting from the beginning of the part 2025.12.24 01:29:16.369813 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:29:16.369847 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part 2025.12.24 01:29:16.369902 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 70 rows starting from the beginning of the part 2025.12.24 01:29:16.369953 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 51 rows starting from the beginning of the part 2025.12.24 01:29:16.370004 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 54 rows starting from the beginning of the part 2025.12.24 01:29:16.370051 [ 202 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 75 rows starting from the beginning of the part 2025.12.24 01:29:16.370307 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.370343 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.370804 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:29:16.371190 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 362 rows, containing 5 columns (5 merged, 0 gathered) in 0.001594512 sec., 227028.70847005228 rows/sec., 17.50 MiB/sec. 2025.12.24 01:29:16.371291 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.371434 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} executeQuery: Read 290 rows, 20.28 KiB in 0.001679 sec., 172721.85824895772 rows/sec., 11.80 MiB/sec. 2025.12.24 01:29:16.371442 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:29:16.371490 [ 255 ] {53d1ee49-2c4a-41f7-a219-3ccd3d893d77} TCPHandler: Processed in 0.001863908 sec. 2025.12.24 01:29:16.371627 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.371726 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.371768 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:29:16.371959 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.372047 [ 187 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_76_15} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:29:16.372140 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 01:29:16.372184 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.372225 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.372657 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 01:29:16.373063 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.373171 [ 145 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.12.24 01:29:16.373198 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} executeQuery: Read 12 rows, 960.00 B in 0.00149 sec., 8053.6912751677855 rows/sec., 629.19 KiB/sec. 2025.12.24 01:29:16.373206 [ 145 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.373243 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.373243 [ 255 ] {1cfeb1a1-d9e9-4b5e-9c2a-952df013ff9a} TCPHandler: Processed in 0.001667504 sec. 2025.12.24 01:29:16.373310 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2025.12.24 01:29:16.373381 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.373393 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:16.373421 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 12 rows starting from the beginning of the part 2025.12.24 01:29:16.373467 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part 2025.12.24 01:29:16.373477 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:16.373505 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2025.12.24 01:29:16.373518 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:16.373544 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part 2025.12.24 01:29:16.373581 [ 202 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2025.12.24 01:29:16.374230 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.374266 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.374379 [ 192 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001091383 sec., 54976.11745830748 rows/sec., 4.40 MiB/sec. 2025.12.24 01:29:16.374607 [ 198 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.12.24 01:29:16.374772 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 01:29:16.375058 [ 198 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.375126 [ 198 ] {10aa1d98-ca92-4f01-ab3a-7c20d495447e::all_1_25_6} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.12.24 01:29:16.375186 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:29:16.375200 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.375337 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} executeQuery: Read 777 rows, 59.61 KiB in 0.001877 sec., 413958.4443260522 rows/sec., 31.01 MiB/sec. 2025.12.24 01:29:16.375375 [ 255 ] {05b7b342-7912-4650-ad7e-ed7cdfa9842b} TCPHandler: Processed in 0.002043821 sec. 2025.12.24 01:29:16.375493 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.375588 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.375631 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 2025.12.24 01:29:16.375999 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} oximeter.measurements_cumulativei64 (58e78478-8d26-4513-90ab-1debb8b4081e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.376036 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.377093 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 01:29:16.377506 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} oximeter.measurements_cumulativei64 (58e78478-8d26-4513-90ab-1debb8b4081e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.377634 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} executeQuery: Read 20 rows, 1.35 KiB in 0.002064 sec., 9689.922480620156 rows/sec., 655.77 KiB/sec. 2025.12.24 01:29:16.377673 [ 255 ] {1fcaa091-964a-4cda-acf0-8639e59e6169} TCPHandler: Processed in 0.002229826 sec. 2025.12.24 01:29:16.377784 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.377879 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.377922 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:16.378512 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.378549 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.379023 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 01:29:16.379437 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.379559 [ 145 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_147_34 to all_152_152_0 2025.12.24 01:29:16.379573 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} executeQuery: Read 878 rows, 60.85 KiB in 0.001712 sec., 512850.4672897196 rows/sec., 34.71 MiB/sec. 2025.12.24 01:29:16.379593 [ 145 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.379615 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.379628 [ 255 ] {1c81c125-1434-40c8-8724-d364fffd1895} TCPHandler: Processed in 0.001893338 sec. 2025.12.24 01:29:16.379684 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_147_34 to all_152_152_0 into Compact with storage Full 2025.12.24 01:29:16.379745 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.379778 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:16.379808 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_147_34, total 41986 rows starting from the beginning of the part 2025.12.24 01:29:16.379839 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.379860 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:16.379895 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:29:16.379903 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:16.379950 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:16.379992 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:16.380037 [ 202 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 878 rows starting from the beginning of the part 2025.12.24 01:29:16.380838 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.380874 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.381610 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:29:16.382032 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.382153 [ 145 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:29:16.382183 [ 145 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.382188 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} executeQuery: Read 61 rows, 109.13 KiB in 0.002365 sec., 25792.81183932347 rows/sec., 45.06 MiB/sec. 2025.12.24 01:29:16.382206 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.382299 [ 255 ] {3a09a26c-5d97-4974-bf69-2e5aa699b1a0} TCPHandler: Processed in 0.002605093 sec. 2025.12.24 01:29:16.382299 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:29:16.382425 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:16.382512 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:16.382521 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:16.382566 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:16.382567 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2714 rows starting from the beginning of the part 2025.12.24 01:29:16.382705 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part 2025.12.24 01:29:16.382824 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part 2025.12.24 01:29:16.382916 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:16.382934 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 51 rows starting from the beginning of the part 2025.12.24 01:29:16.382954 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:16.383029 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 54 rows starting from the beginning of the part 2025.12.24 01:29:16.383122 [ 198 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 61 rows starting from the beginning of the part 2025.12.24 01:29:16.383382 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.12.24 01:29:16.383806 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.383950 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} executeQuery: Read 48 rows, 3.31 KiB in 0.001448 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. 2025.12.24 01:29:16.383999 [ 255 ] {c315dc32-59c6-4dd5-b21c-f1cbe8b26969} TCPHandler: Processed in 0.001624873 sec. 2025.12.24 01:29:16.388622 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergeTask::MergeProjectionsStage: Merge sorted 43504 rows, containing 5 columns (5 merged, 0 gathered) in 0.008963392 sec., 4853519.738955966 rows/sec., 333.46 MiB/sec. 2025.12.24 01:29:16.389116 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} MergedBlockOutputStream: filled checksums all_1_152_35 (state Temporary) 2025.12.24 01:29:16.389588 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_152_35 to all_1_152_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.389661 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_152_35} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_147_34, all_152_152_0] -> all_1_152_35 2025.12.24 01:29:16.389765 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 01:29:16.396231 [ 189 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2960 rows, containing 19 columns (19 merged, 0 gathered) in 0.013958513 sec., 212056.9719711548 rows/sec., 379.80 MiB/sec. 2025.12.24 01:29:16.399221 [ 189 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:29:16.399826 [ 189 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:16.399909 [ 189 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_76_15} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:29:16.400064 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.87 MiB. 2025.12.24 01:29:17.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 384.92 MiB, peak 402.75 MiB, free memory in arenas 0.00 B, will set to 388.78 MiB (RSS), difference: 3.86 MiB 2025.12.24 01:29:17.084412 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 96 entries to flush up to offset 2042 2025.12.24 01:29:17.088364 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:17.088424 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:17.089778 [ 242 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.12.24 01:29:17.090066 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:17.090213 [ 146 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.12.24 01:29:17.090269 [ 146 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:17.090290 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:17.090391 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.12.24 01:29:17.090492 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2042 2025.12.24 01:29:17.091004 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:17.091155 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1850 rows starting from the beginning of the part 2025.12.24 01:29:17.091525 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part 2025.12.24 01:29:17.091859 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 20 rows starting from the beginning of the part 2025.12.24 01:29:17.092171 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 28 rows starting from the beginning of the part 2025.12.24 01:29:17.092482 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 22 rows starting from the beginning of the part 2025.12.24 01:29:17.092789 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 96 rows starting from the beginning of the part 2025.12.24 01:29:17.101859 [ 195 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2042 rows, containing 72 columns (72 merged, 0 gathered) in 0.011513224 sec., 177361.26735656318 rows/sec., 142.42 MiB/sec. 2025.12.24 01:29:17.103765 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.12.24 01:29:17.104372 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:17.104448 [ 196 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_76_15} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.12.24 01:29:17.104776 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.84 MiB. 2025.12.24 01:29:18.142978 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:18.143152 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:18.143219 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:18.143893 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:18.143946 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:18.144350 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 01:29:18.144598 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:18.144761 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} executeQuery: Read 56 rows, 4.41 KiB in 0.001657 sec., 33796.01689800845 rows/sec., 2.60 MiB/sec. 2025.12.24 01:29:18.144816 [ 255 ] {2c798494-da1a-44f9-9e86-9e2b03a83ef5} TCPHandler: Processed in 0.001974489 sec. 2025.12.24 01:29:18.144940 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:18.145045 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:18.145090 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:18.145521 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:18.145560 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:18.145888 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 01:29:18.146147 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:18.146280 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} executeQuery: Read 64 rows, 5.12 KiB in 0.001258 sec., 50874.403815580285 rows/sec., 3.97 MiB/sec. 2025.12.24 01:29:18.146319 [ 255 ] {5eceebfc-4287-4c26-975e-536939ebc766} TCPHandler: Processed in 0.001429329 sec. 2025.12.24 01:29:18.146378 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:29:18.146413 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:29:18.146431 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:18.146529 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:18.146575 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:18.146937 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:18.146975 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:18.147299 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 01:29:18.147534 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:18.147668 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} executeQuery: Read 32 rows, 2.28 KiB in 0.001158 sec., 27633.85146804836 rows/sec., 1.92 MiB/sec. 2025.12.24 01:29:18.147706 [ 255 ] {194cf9e5-12f2-4091-a642-5d758fb3e0d7} TCPHandler: Processed in 0.001322967 sec. 2025.12.24 01:29:18.147814 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:18.147912 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:18.147956 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:18.148299 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:18.148336 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:18.148664 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.12.24 01:29:18.148902 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:18.149036 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} executeQuery: Read 12 rows, 848.00 B in 0.001143 sec., 10498.687664041996 rows/sec., 724.52 KiB/sec. 2025.12.24 01:29:18.149076 [ 255 ] {f84bb4b9-c467-460f-9f82-61fa82cf2da6} TCPHandler: Processed in 0.001310017 sec. 2025.12.24 01:29:18.149142 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:29:18.149199 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:29:18.149807 [ 222 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:29:18.152626 [ 225 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:29:18.496972 [ 224 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:29:18.497029 [ 224 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:29:18.500014 [ 224 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:29:18.671937 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:29:18.672011 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:29:18.674112 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:29:19.364593 [ 223 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): 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] 2025.12.24 01:29:19.364655 [ 223 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): 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] 2025.12.24 01:29:19.367359 [ 223 ] {} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): 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] 2025.12.24 01:29:19.422745 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49404 2025.12.24 01:29:19.423319 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:19.423370 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.04 GiB. 2025.12.24 01:29:19.423866 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 01:29:19.424102 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:19.424255 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49404 2025.12.24 01:29:19.712821 [ 224 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): 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] 2025.12.24 01:29:19.712906 [ 224 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): 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] 2025.12.24 01:29:19.715848 [ 224 ] {} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): 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] 2025.12.24 01:29:21.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 392.79 MiB, peak 402.75 MiB, free memory in arenas 0.00 B, will set to 388.79 MiB (RSS), difference: -4.00 MiB 2025.12.24 01:29:21.703679 [ 141 ] {} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:29:21.703765 [ 141 ] {} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:21.703799 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:21.703931 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:29:21.704084 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:21.704127 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part 2025.12.24 01:29:21.704202 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2025.12.24 01:29:21.704253 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part 2025.12.24 01:29:21.704298 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part 2025.12.24 01:29:21.704345 [ 191 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.12.24 01:29:21.706689 [ 196 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002810277 sec., 14945.145976713327 rows/sec., 1.07 MiB/sec. 2025.12.24 01:29:21.706858 [ 195 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:29:21.707130 [ 195 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:21.707196 [ 195 ] {d3ca9a30-c6b1-4be4-82f5-a23bfc26359b::all_1_5_1} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:29:21.707276 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:29:22.206382 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2025.12.24 01:29:22.226029 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:22.226090 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:22.232414 [ 243 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.12.24 01:29:22.233144 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:22.236566 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2025.12.24 01:29:23.149170 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:23.149362 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:23.149431 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:23.150229 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:23.150276 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:23.150650 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 01:29:23.150875 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:23.151020 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} executeQuery: Read 56 rows, 4.41 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.51 MiB/sec. 2025.12.24 01:29:23.151062 [ 255 ] {c4461147-8a45-4145-ad34-6ac0cbac8537} TCPHandler: Processed in 0.002019511 sec. 2025.12.24 01:29:23.151179 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:23.151274 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:23.151313 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:23.151775 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:23.151812 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:23.152115 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 01:29:23.152319 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:23.152447 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2025.12.24 01:29:23.152485 [ 255 ] {c273b57f-5516-4881-9d52-e3dbe7ce9faf} TCPHandler: Processed in 0.001352527 sec. 2025.12.24 01:29:23.152598 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:23.152692 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:23.152734 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:23.153171 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:23.153208 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:23.153533 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 01:29:23.153732 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:23.153858 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.12.24 01:29:23.153895 [ 255 ] {d74fc845-b45b-473c-97b0-2343fde13f62} TCPHandler: Processed in 0.001344738 sec. 2025.12.24 01:29:23.154009 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:23.154108 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:23.154152 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:23.154541 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:23.154584 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:23.154951 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.12.24 01:29:23.155190 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:23.155319 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. 2025.12.24 01:29:23.155355 [ 255 ] {a521d262-07c2-46f1-9e8e-dc391d14eecb} TCPHandler: Processed in 0.001403338 sec. 2025.12.24 01:29:26.685360 [ 130 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:29:26.685446 [ 130 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:29:26.924482 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49852 2025.12.24 01:29:26.925058 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:26.925116 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:26.925634 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 01:29:26.925875 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:26.926039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49852 2025.12.24 01:29:27.091169 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2058 2025.12.24 01:29:27.093274 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:27.093328 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:27.094503 [ 242 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:29:27.094796 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:27.095085 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2058 2025.12.24 01:29:28.153251 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.153445 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:29:28.153522 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:29:28.154284 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.154341 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.154725 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:29:28.154953 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.155117 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} executeQuery: Read 3 rows, 228.00 B in 0.001727 sec., 1737.1163867979155 rows/sec., 128.93 KiB/sec. 2025.12.24 01:29:28.155172 [ 255 ] {11a88b4b-670d-4219-be40-781b5a499cfd} TCPHandler: Processed in 0.002049852 sec. 2025.12.24 01:29:28.155297 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.155404 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:28.155449 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:28.156006 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.156045 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.156372 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 01:29:28.156596 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.156732 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} executeQuery: Read 181 rows, 16.17 KiB in 0.001352 sec., 133875.73964497042 rows/sec., 11.68 MiB/sec. 2025.12.24 01:29:28.156787 [ 255 ] {728576e1-7ca3-468b-81a4-33ce3db12574} TCPHandler: Processed in 0.001541981 sec. 2025.12.24 01:29:28.156926 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.157049 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.157098 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:29:28.157625 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.157662 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.157970 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:29:28.158172 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.158301 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} executeQuery: Read 62 rows, 4.62 KiB in 0.001278 sec., 48513.302034428794 rows/sec., 3.53 MiB/sec. 2025.12.24 01:29:28.158340 [ 255 ] {c06159e6-5200-43d7-83a1-0e20c1e2d805} TCPHandler: Processed in 0.00147414 sec. 2025.12.24 01:29:28.158459 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.158561 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.158604 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:29:28.159013 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.159051 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.159355 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:29:28.159578 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.159716 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} executeQuery: Read 1 rows, 68.00 B in 0.001175 sec., 851.063829787234 rows/sec., 56.52 KiB/sec. 2025.12.24 01:29:28.159757 [ 255 ] {02f6d3f7-df80-460b-b96f-f4d9dc24848d} TCPHandler: Processed in 0.001357368 sec. 2025.12.24 01:29:28.159874 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.159977 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:28.160018 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:28.160522 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.160560 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.160875 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 01:29:28.161082 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.161213 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} executeQuery: Read 153 rows, 12.04 KiB in 0.001256 sec., 121815.28662420383 rows/sec., 9.36 MiB/sec. 2025.12.24 01:29:28.161253 [ 255 ] {bc3b0d73-5680-4b09-bc61-63c9b1f32b93} TCPHandler: Processed in 0.001430929 sec. 2025.12.24 01:29:28.161369 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.161466 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.161510 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:28.161929 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.161965 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.162285 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 01:29:28.162498 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.162626 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} executeQuery: Read 163 rows, 11.60 KiB in 0.001179 sec., 138252.75657336728 rows/sec., 9.60 MiB/sec. 2025.12.24 01:29:28.162664 [ 255 ] {073eedbf-a8cc-4246-879e-74b9762a015c} TCPHandler: Processed in 0.001345307 sec. 2025.12.24 01:29:28.162773 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.162867 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.162909 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:29:28.163222 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.163258 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.163545 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:29:28.163742 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.163867 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} executeQuery: Read 1 rows, 65.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 62.35 KiB/sec. 2025.12.24 01:29:28.163904 [ 255 ] {a079396c-5e32-4dd2-bbbb-c1717372305f} TCPHandler: Processed in 0.001180464 sec. 2025.12.24 01:29:28.164013 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.164107 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.164161 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:29:28.165125 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.165162 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.165736 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.12.24 01:29:28.165953 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.166094 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} executeQuery: Read 59 rows, 108.26 KiB in 0.002004 sec., 29441.117764471055 rows/sec., 52.76 MiB/sec. 2025.12.24 01:29:28.166167 [ 255 ] {b297b1f3-2428-41d4-80f4-e36a158e2657} TCPHandler: Processed in 0.002203465 sec. 2025.12.24 01:29:28.166284 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.166380 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.166422 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 01:29:28.166754 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.166791 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.167091 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 01:29:28.167302 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} oximeter.measurements_i64 (d3ca9a30-c6b1-4be4-82f5-a23bfc26359b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.167446 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} executeQuery: Read 9 rows, 651.00 B in 0.001084 sec., 8302.58302583026 rows/sec., 586.48 KiB/sec. 2025.12.24 01:29:28.167504 [ 255 ] {56aafb77-2f5a-4eca-95f5-a3f94ea1e1b0} TCPHandler: Processed in 0.001270556 sec. 2025.12.24 01:29:28.167653 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:28.167765 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:28.167819 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:28.168261 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:28.168297 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:28.168601 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.12.24 01:29:28.168802 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:28.168930 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2025.12.24 01:29:28.168978 [ 255 ] {63204a0d-255b-4bcf-b454-b0da3cc03c07} TCPHandler: Processed in 0.001384698 sec. 2025.12.24 01:29:29.736684 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 784 2025.12.24 01:29:29.756104 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:29.756167 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:29.762536 [ 243 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.12.24 01:29:29.763233 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:29.766563 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 784 2025.12.24 01:29:30.377667 [ 124 ] {} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 01:29:30.377765 [ 124 ] {} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:30.377801 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:30.377963 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.24 01:29:30.378319 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:30.378369 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2025.12.24 01:29:30.378462 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part 2025.12.24 01:29:30.378527 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.24 01:29:30.378594 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.12.24 01:29:30.378656 [ 191 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part 2025.12.24 01:29:30.380623 [ 199 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 62 rows, containing 6 columns (6 merged, 0 gathered) in 0.002722385 sec., 22774.148402962845 rows/sec., 4.15 MiB/sec. 2025.12.24 01:29:30.380807 [ 199 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 01:29:30.381190 [ 199 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:30.381271 [ 199 ] {3053006a-b22a-4df2-8cad-c2d90935bb98::all_1_5_1} oximeter.timeseries_schema (3053006a-b22a-4df2-8cad-c2d90935bb98) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 01:29:30.381345 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.24 01:29:33.150349 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:33.150547 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:33.150620 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:33.151347 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.151400 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.151805 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 01:29:33.152035 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.152197 [ 122 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 01:29:33.152201 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} executeQuery: Read 56 rows, 4.41 KiB in 0.001706 sec., 32825.3223915592 rows/sec., 2.52 MiB/sec. 2025.12.24 01:29:33.152245 [ 122 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.152269 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.152274 [ 255 ] {a55b9263-53f0-4526-bb18-1b93e14553b8} TCPHandler: Processed in 0.002062072 sec. 2025.12.24 01:29:33.152425 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:33.152427 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 01:29:33.152531 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:33.152582 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:33.152619 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:33.152663 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1437 rows starting from the beginning of the part 2025.12.24 01:29:33.152735 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 1480 rows starting from the beginning of the part 2025.12.24 01:29:33.152788 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:33.152837 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:33.152882 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 181 rows starting from the beginning of the part 2025.12.24 01:29:33.152931 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:33.153035 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.153077 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.153423 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 01:29:33.153656 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.153796 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} executeQuery: Read 64 rows, 5.12 KiB in 0.00129 sec., 49612.4031007752 rows/sec., 3.87 MiB/sec. 2025.12.24 01:29:33.153802 [ 118 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 01:29:33.153839 [ 255 ] {2dcf85f7-00eb-403a-945b-b7cca5b16e55} TCPHandler: Processed in 0.00147015 sec. 2025.12.24 01:29:33.153844 [ 118 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.153865 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.153957 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:33.153971 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 01:29:33.154054 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:33.154110 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:33.154111 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:33.154154 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 651 rows starting from the beginning of the part 2025.12.24 01:29:33.154230 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 777 rows starting from the beginning of the part 2025.12.24 01:29:33.154278 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:33.154320 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:33.154362 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 153 rows starting from the beginning of the part 2025.12.24 01:29:33.154407 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:33.154450 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002107513 sec., 1549693.8808918379 rows/sec., 135.72 MiB/sec. 2025.12.24 01:29:33.154572 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.154615 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.154658 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 01:29:33.154939 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.155001 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 01:29:33.155022 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_156_31} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 01:29:33.155105 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:29:33.155246 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.155385 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} executeQuery: Read 160 rows, 11.41 KiB in 0.001351 sec., 118430.79200592154 rows/sec., 8.25 MiB/sec. 2025.12.24 01:29:33.155424 [ 255 ] {a7382f18-bf90-4782-8405-cee02db2138e} TCPHandler: Processed in 0.00151829 sec. 2025.12.24 01:29:33.155536 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:33.155600 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 1773 rows, containing 5 columns (5 merged, 0 gathered) in 0.001681184 sec., 1054613.8911624188 rows/sec., 83.78 MiB/sec. 2025.12.24 01:29:33.155644 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:33.155692 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:33.155770 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 01:29:33.156015 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.156039 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.156080 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.156091 [ 188 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_156_31} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 01:29:33.156166 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 01:29:33.156399 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.12.24 01:29:33.156608 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.156738 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.12.24 01:29:33.156739 [ 118 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.12.24 01:29:33.156775 [ 255 ] {64b0d85f-10c5-42bd-8115-3ed8fa5e2533} TCPHandler: Processed in 0.001289836 sec. 2025.12.24 01:29:33.156783 [ 118 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:33.156802 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:33.156884 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.12.24 01:29:33.156990 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:33.157019 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 8988 rows starting from the beginning of the part 2025.12.24 01:29:33.157103 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 48 rows starting from the beginning of the part 2025.12.24 01:29:33.157148 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 12 rows starting from the beginning of the part 2025.12.24 01:29:33.157190 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:33.157230 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:33.157268 [ 192 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:33.159566 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 9228 rows, containing 4 columns (4 merged, 0 gathered) in 0.002714145 sec., 3399965.735065739 rows/sec., 229.13 MiB/sec. 2025.12.24 01:29:33.159760 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.12.24 01:29:33.160063 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:33.160138 [ 188 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_156_31} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.12.24 01:29:33.160214 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2025.12.24 01:29:34.426248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50364 2025.12.24 01:29:34.426938 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:34.426976 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:34.427448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 01:29:34.427684 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:34.427814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50364 2025.12.24 01:29:35.415287 [ 224 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:29:35.415418 [ 224 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:29:35.418269 [ 224 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:29:36.432681 [ 223 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:29:36.432748 [ 223 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:29:36.435848 [ 223 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:29:36.568423 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58651 2025.12.24 01:29:36.568545 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.568577 [ 351 ] {} TCP-Session: e63b2ee8-1bad-4536-a705-f504f2f0a6b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58651 2025.12.24 01:29:36.568603 [ 351 ] {} TCP-Session: e63b2ee8-1bad-4536-a705-f504f2f0a6b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.568619 [ 351 ] {} TCP-Session: e63b2ee8-1bad-4536-a705-f504f2f0a6b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.568820 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52824 2025.12.24 01:29:36.568858 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58645 2025.12.24 01:29:36.568880 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62784 2025.12.24 01:29:36.568893 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59677 2025.12.24 01:29:36.568913 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62475 2025.12.24 01:29:36.568950 [ 351 ] {} TCP-Session: e63b2ee8-1bad-4536-a705-f504f2f0a6b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:36.568981 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.568990 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.568999 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.569016 [ 358 ] {} TCP-Session: 7b07364b-03b2-4977-8e6c-48f8c0b012e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:58645 2025.12.24 01:29:36.569034 [ 360 ] {} TCP-Session: ba299479-6b1a-441b-8032-1a95e33b34c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:62784 2025.12.24 01:29:36.569044 [ 361 ] {} TCP-Session: 00aed23e-4dc3-4e1f-9072-0ab3d69dfc16 Authenticating user 'default' from [fd00:1122:3344:101::e]:59677 2025.12.24 01:29:36.569050 [ 358 ] {} TCP-Session: 7b07364b-03b2-4977-8e6c-48f8c0b012e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569070 [ 360 ] {} TCP-Session: ba299479-6b1a-441b-8032-1a95e33b34c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569077 [ 361 ] {} TCP-Session: 00aed23e-4dc3-4e1f-9072-0ab3d69dfc16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569097 [ 360 ] {} TCP-Session: ba299479-6b1a-441b-8032-1a95e33b34c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569111 [ 361 ] {} TCP-Session: 00aed23e-4dc3-4e1f-9072-0ab3d69dfc16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569026 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.569143 [ 351 ] {f177915d-6ab0-45f6-a655-37d400142e4a} executeQuery: (from [fd00:1122:3344:101::e]:58651) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:29:36.569175 [ 290 ] {} TCP-Session: 40785cdd-3ad9-45cf-bdde-3dc9fd629ab2 Authenticating user 'default' from [fd00:1122:3344:101::e]:62475 2025.12.24 01:29:36.568982 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.569207 [ 290 ] {} TCP-Session: 40785cdd-3ad9-45cf-bdde-3dc9fd629ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.568907 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35840 2025.12.24 01:29:36.569226 [ 290 ] {} TCP-Session: 40785cdd-3ad9-45cf-bdde-3dc9fd629ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569230 [ 356 ] {} TCP-Session: 90cd274a-72cc-489a-931c-e09f567c7448 Authenticating user 'default' from [fd00:1122:3344:101::e]:52824 2025.12.24 01:29:36.568879 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45126 2025.12.24 01:29:36.569271 [ 356 ] {} TCP-Session: 90cd274a-72cc-489a-931c-e09f567c7448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569284 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.568823 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46327 2025.12.24 01:29:36.569332 [ 362 ] {} TCP-Session: a73ac722-3361-4704-a3fa-c5a432245851 Authenticating user 'default' from [fd00:1122:3344:101::e]:35840 2025.12.24 01:29:36.569321 [ 356 ] {} TCP-Session: 90cd274a-72cc-489a-931c-e09f567c7448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569371 [ 362 ] {} TCP-Session: a73ac722-3361-4704-a3fa-c5a432245851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569373 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.569392 [ 362 ] {} TCP-Session: a73ac722-3361-4704-a3fa-c5a432245851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569401 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.569423 [ 359 ] {} TCP-Session: 13d4d321-28c0-4640-beda-ee1937b0189c Authenticating user 'default' from [fd00:1122:3344:101::e]:45126 2025.12.24 01:29:36.569441 [ 351 ] {f177915d-6ab0-45f6-a655-37d400142e4a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:29:36.569450 [ 357 ] {} TCP-Session: 412a72b4-13d8-4c6c-bef0-7f410e3b0f74 Authenticating user 'default' from [fd00:1122:3344:101::e]:46327 2025.12.24 01:29:36.569466 [ 359 ] {} TCP-Session: 13d4d321-28c0-4640-beda-ee1937b0189c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569493 [ 357 ] {} TCP-Session: 412a72b4-13d8-4c6c-bef0-7f410e3b0f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569510 [ 359 ] {} TCP-Session: 13d4d321-28c0-4640-beda-ee1937b0189c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569524 [ 357 ] {} TCP-Session: 412a72b4-13d8-4c6c-bef0-7f410e3b0f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569082 [ 358 ] {} TCP-Session: 7b07364b-03b2-4977-8e6c-48f8c0b012e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.569508 [ 351 ] {f177915d-6ab0-45f6-a655-37d400142e4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:36.569882 [ 351 ] {f177915d-6ab0-45f6-a655-37d400142e4a} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:29:36.571024 [ 340 ] {f177915d-6ab0-45f6-a655-37d400142e4a} AggregatingTransform: Aggregating 2025.12.24 01:29:36.571067 [ 340 ] {f177915d-6ab0-45f6-a655-37d400142e4a} Aggregator: Aggregation method: without_key 2025.12.24 01:29:36.571106 [ 340 ] {f177915d-6ab0-45f6-a655-37d400142e4a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001124012 sec. (889.670 rows/sec., 34.75 KiB/sec.) 2025.12.24 01:29:36.571124 [ 340 ] {f177915d-6ab0-45f6-a655-37d400142e4a} Aggregator: Merging aggregated data 2025.12.24 01:29:36.572479 [ 351 ] {f177915d-6ab0-45f6-a655-37d400142e4a} executeQuery: Read 1 rows, 40.00 B in 0.003391 sec., 294.8982601002654 rows/sec., 11.52 KiB/sec. 2025.12.24 01:29:36.572693 [ 351 ] {f177915d-6ab0-45f6-a655-37d400142e4a} TCPHandler: Processed in 0.003855479 sec. 2025.12.24 01:29:36.572843 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572864 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572883 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572891 [ 351 ] {} TCP-Session: e63b2ee8-1bad-4536-a705-f504f2f0a6b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.572921 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572935 [ 359 ] {} TCP-Session: 13d4d321-28c0-4640-beda-ee1937b0189c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.572957 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572979 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572980 [ 290 ] {} TCP-Session: 40785cdd-3ad9-45cf-bdde-3dc9fd629ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.573003 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.573010 [ 358 ] {} TCP-Session: 7b07364b-03b2-4977-8e6c-48f8c0b012e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.573026 [ 360 ] {} TCP-Session: ba299479-6b1a-441b-8032-1a95e33b34c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.573049 [ 362 ] {} TCP-Session: a73ac722-3361-4704-a3fa-c5a432245851 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.572939 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.572901 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.573123 [ 361 ] {} TCP-Session: 00aed23e-4dc3-4e1f-9072-0ab3d69dfc16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.572913 [ 356 ] {} TCP-Session: 90cd274a-72cc-489a-931c-e09f567c7448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.573149 [ 357 ] {} TCP-Session: 412a72b4-13d8-4c6c-bef0-7f410e3b0f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.684514 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52366 2025.12.24 01:29:36.684620 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.684647 [ 351 ] {} TCP-Session: b0b96919-bf41-46a9-bd9c-f5f8c867c1d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:52366 2025.12.24 01:29:36.684671 [ 351 ] {} TCP-Session: b0b96919-bf41-46a9-bd9c-f5f8c867c1d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.684685 [ 351 ] {} TCP-Session: b0b96919-bf41-46a9-bd9c-f5f8c867c1d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.684888 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46682 2025.12.24 01:29:36.684912 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38157 2025.12.24 01:29:36.684959 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54849 2025.12.24 01:29:36.684986 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52275 2025.12.24 01:29:36.685001 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51623 2025.12.24 01:29:36.685017 [ 351 ] {} TCP-Session: b0b96919-bf41-46a9-bd9c-f5f8c867c1d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:36.685026 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685041 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63896 2025.12.24 01:29:36.685082 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685095 [ 357 ] {} TCP-Session: b804f5cf-c519-41ed-97e8-0c0a8a36727e Authenticating user 'default' from [fd00:1122:3344:101::e]:38157 2025.12.24 01:29:36.685132 [ 361 ] {} TCP-Session: 5df8adb6-4453-4ee3-9310-353fa7c30e87 Authenticating user 'default' from [fd00:1122:3344:101::e]:51623 2025.12.24 01:29:36.685067 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685163 [ 361 ] {} TCP-Session: 5df8adb6-4453-4ee3-9310-353fa7c30e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685160 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685182 [ 358 ] {} TCP-Session: b708daa8-ba1f-4602-97b0-ff7e8de868ff Authenticating user 'default' from [fd00:1122:3344:101::e]:54849 2025.12.24 01:29:36.685183 [ 361 ] {} TCP-Session: 5df8adb6-4453-4ee3-9310-353fa7c30e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685201 [ 351 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} executeQuery: (from [fd00:1122:3344:101::e]:52366) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:29:36.685208 [ 290 ] {} TCP-Session: 17ddacc9-1a23-46a6-ad1b-3749741feb40 Authenticating user 'default' from [fd00:1122:3344:101::e]:63896 2025.12.24 01:29:36.685212 [ 358 ] {} TCP-Session: b708daa8-ba1f-4602-97b0-ff7e8de868ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685256 [ 290 ] {} TCP-Session: 17ddacc9-1a23-46a6-ad1b-3749741feb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685269 [ 358 ] {} TCP-Session: b708daa8-ba1f-4602-97b0-ff7e8de868ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685283 [ 290 ] {} TCP-Session: 17ddacc9-1a23-46a6-ad1b-3749741feb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685067 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685030 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34011 2025.12.24 01:29:36.685339 [ 360 ] {} TCP-Session: 40349e26-8c5b-446f-95e3-fcad0cac0429 Authenticating user 'default' from [fd00:1122:3344:101::e]:52275 2025.12.24 01:29:36.684983 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53513 2025.12.24 01:29:36.685373 [ 360 ] {} TCP-Session: 40349e26-8c5b-446f-95e3-fcad0cac0429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685398 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685414 [ 360 ] {} TCP-Session: 40349e26-8c5b-446f-95e3-fcad0cac0429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685157 [ 357 ] {} TCP-Session: b804f5cf-c519-41ed-97e8-0c0a8a36727e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685443 [ 362 ] {} TCP-Session: a58f1417-f3e0-4de6-9e26-32b72bf03193 Authenticating user 'default' from [fd00:1122:3344:101::e]:34011 2025.12.24 01:29:36.685469 [ 357 ] {} TCP-Session: b804f5cf-c519-41ed-97e8-0c0a8a36727e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685484 [ 362 ] {} TCP-Session: a58f1417-f3e0-4de6-9e26-32b72bf03193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685490 [ 351 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:29:36.685505 [ 362 ] {} TCP-Session: a58f1417-f3e0-4de6-9e26-32b72bf03193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685492 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685561 [ 351 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:36.685576 [ 359 ] {} TCP-Session: 8fd5a9d2-7551-443a-b26c-0c05dbc48df9 Authenticating user 'default' from [fd00:1122:3344:101::e]:53513 2025.12.24 01:29:36.685005 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.685611 [ 359 ] {} TCP-Session: 8fd5a9d2-7551-443a-b26c-0c05dbc48df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685629 [ 356 ] {} TCP-Session: de275f43-8801-4dfc-81db-9030edbf5ab0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46682 2025.12.24 01:29:36.685632 [ 359 ] {} TCP-Session: 8fd5a9d2-7551-443a-b26c-0c05dbc48df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685654 [ 356 ] {} TCP-Session: de275f43-8801-4dfc-81db-9030edbf5ab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685675 [ 356 ] {} TCP-Session: de275f43-8801-4dfc-81db-9030edbf5ab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.685892 [ 351 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:29:36.686901 [ 312 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} AggregatingTransform: Aggregating 2025.12.24 01:29:36.686944 [ 312 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} Aggregator: Aggregation method: without_key 2025.12.24 01:29:36.686983 [ 312 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00098389 sec. (1016.374 rows/sec., 39.70 KiB/sec.) 2025.12.24 01:29:36.687004 [ 312 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} Aggregator: Merging aggregated data 2025.12.24 01:29:36.688219 [ 351 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} executeQuery: Read 1 rows, 40.00 B in 0.003073 sec., 325.4149040026033 rows/sec., 12.71 KiB/sec. 2025.12.24 01:29:36.688390 [ 351 ] {4995236b-df8d-4753-9ce7-4c8dd7800546} TCPHandler: Processed in 0.00348478 sec. 2025.12.24 01:29:36.688491 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688518 [ 351 ] {} TCP-Session: b0b96919-bf41-46a9-bd9c-f5f8c867c1d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688524 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688545 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688563 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688583 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688600 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688616 [ 361 ] {} TCP-Session: 5df8adb6-4453-4ee3-9310-353fa7c30e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688637 [ 290 ] {} TCP-Session: 17ddacc9-1a23-46a6-ad1b-3749741feb40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688634 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688658 [ 358 ] {} TCP-Session: b708daa8-ba1f-4602-97b0-ff7e8de868ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688652 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688694 [ 360 ] {} TCP-Session: 40349e26-8c5b-446f-95e3-fcad0cac0429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688595 [ 357 ] {} TCP-Session: b804f5cf-c519-41ed-97e8-0c0a8a36727e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688727 [ 362 ] {} TCP-Session: a58f1417-f3e0-4de6-9e26-32b72bf03193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688616 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.688567 [ 356 ] {} TCP-Session: de275f43-8801-4dfc-81db-9030edbf5ab0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.688820 [ 359 ] {} TCP-Session: 8fd5a9d2-7551-443a-b26c-0c05dbc48df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.730507 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45804 2025.12.24 01:29:36.730610 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.730636 [ 290 ] {} TCP-Session: 61e24f1a-07a9-4338-a1e4-2a1437e85e8b Authenticating user 'default' from [fd00:1122:3344:101::e]:45804 2025.12.24 01:29:36.730658 [ 290 ] {} TCP-Session: 61e24f1a-07a9-4338-a1e4-2a1437e85e8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.730671 [ 290 ] {} TCP-Session: 61e24f1a-07a9-4338-a1e4-2a1437e85e8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.730891 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55019 2025.12.24 01:29:36.730898 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57234 2025.12.24 01:29:36.730941 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42382 2025.12.24 01:29:36.730958 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33681 2025.12.24 01:29:36.730985 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731026 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731026 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731061 [ 358 ] {} TCP-Session: 65954ec2-97d1-41de-ab1c-f588b07cf258 Authenticating user 'default' from [fd00:1122:3344:101::e]:42382 2025.12.24 01:29:36.731072 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731091 [ 356 ] {} TCP-Session: 70b65e21-71ad-4566-ab60-b02593faa7d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57234 2025.12.24 01:29:36.731101 [ 358 ] {} TCP-Session: 65954ec2-97d1-41de-ab1c-f588b07cf258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731117 [ 359 ] {} TCP-Session: 5c66e3f0-7e77-48da-883a-e90ac7afb3d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33681 2025.12.24 01:29:36.731140 [ 358 ] {} TCP-Session: 65954ec2-97d1-41de-ab1c-f588b07cf258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731165 [ 359 ] {} TCP-Session: 5c66e3f0-7e77-48da-883a-e90ac7afb3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731002 [ 290 ] {} TCP-Session: 61e24f1a-07a9-4338-a1e4-2a1437e85e8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:36.731196 [ 359 ] {} TCP-Session: 5c66e3f0-7e77-48da-883a-e90ac7afb3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.730991 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58828 2025.12.24 01:29:36.730997 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55953 2025.12.24 01:29:36.730967 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34036 2025.12.24 01:29:36.730933 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58327 2025.12.24 01:29:36.731338 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731339 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731383 [ 362 ] {} TCP-Session: 5a9dbe61-3ecc-43db-ba44-43fa7e029af6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58828 2025.12.24 01:29:36.731394 [ 290 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} executeQuery: (from [fd00:1122:3344:101::e]:45804) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 01:29:36.731396 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731410 [ 361 ] {} TCP-Session: 83c50cbc-6c3f-450e-8f63-edd68d4df85f Authenticating user 'default' from [fd00:1122:3344:101::e]:55953 2025.12.24 01:29:36.731413 [ 362 ] {} TCP-Session: 5a9dbe61-3ecc-43db-ba44-43fa7e029af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731455 [ 361 ] {} TCP-Session: 83c50cbc-6c3f-450e-8f63-edd68d4df85f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731470 [ 362 ] {} TCP-Session: 5a9dbe61-3ecc-43db-ba44-43fa7e029af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731483 [ 361 ] {} TCP-Session: 83c50cbc-6c3f-450e-8f63-edd68d4df85f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731447 [ 357 ] {} TCP-Session: 3f10c59b-8087-46c7-9ee5-1384077f2bec Authenticating user 'default' from [fd00:1122:3344:101::e]:58327 2025.12.24 01:29:36.731390 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 01:29:36.731540 [ 357 ] {} TCP-Session: 3f10c59b-8087-46c7-9ee5-1384077f2bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731136 [ 356 ] {} TCP-Session: 70b65e21-71ad-4566-ab60-b02593faa7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731558 [ 360 ] {} TCP-Session: cc2cf9cd-fc85-4c0f-a034-6ff12decb055 Authenticating user 'default' from [fd00:1122:3344:101::e]:34036 2025.12.24 01:29:36.731588 [ 356 ] {} TCP-Session: 70b65e21-71ad-4566-ab60-b02593faa7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731599 [ 360 ] {} TCP-Session: cc2cf9cd-fc85-4c0f-a034-6ff12decb055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731558 [ 357 ] {} TCP-Session: 3f10c59b-8087-46c7-9ee5-1384077f2bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731623 [ 360 ] {} TCP-Session: cc2cf9cd-fc85-4c0f-a034-6ff12decb055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731059 [ 351 ] {} TCP-Session: 17f9492b-22dc-45c4-a0f5-64ad5c03531a Authenticating user 'default' from [fd00:1122:3344:101::e]:55019 2025.12.24 01:29:36.731672 [ 351 ] {} TCP-Session: 17f9492b-22dc-45c4-a0f5-64ad5c03531a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731679 [ 290 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 01:29:36.731685 [ 351 ] {} TCP-Session: 17f9492b-22dc-45c4-a0f5-64ad5c03531a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.731745 [ 290 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 01:29:36.732036 [ 290 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} oximeter.version (ce1bf3e5-cea4-4cdf-846e-a48a4780dd7a) (SelectExecutor): Key condition: unknown 2025.12.24 01:29:36.733003 [ 297 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} AggregatingTransform: Aggregating 2025.12.24 01:29:36.733038 [ 297 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} Aggregator: Aggregation method: without_key 2025.12.24 01:29:36.733072 [ 297 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000934929 sec. (1069.600 rows/sec., 41.78 KiB/sec.) 2025.12.24 01:29:36.733090 [ 297 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} Aggregator: Merging aggregated data 2025.12.24 01:29:36.734543 [ 290 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} executeQuery: Read 1 rows, 40.00 B in 0.003211 sec., 311.4294612270321 rows/sec., 12.17 KiB/sec. 2025.12.24 01:29:36.734701 [ 290 ] {dabd3067-ef61-4659-b9b4-79e8da6ac067} TCPHandler: Processed in 0.003821208 sec. 2025.12.24 01:29:36.734790 [ 362 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734819 [ 357 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734826 [ 362 ] {} TCP-Session: 5a9dbe61-3ecc-43db-ba44-43fa7e029af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734842 [ 356 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734863 [ 357 ] {} TCP-Session: 3f10c59b-8087-46c7-9ee5-1384077f2bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734865 [ 360 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734888 [ 359 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734912 [ 360 ] {} TCP-Session: cc2cf9cd-fc85-4c0f-a034-6ff12decb055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734921 [ 358 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734939 [ 361 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734943 [ 359 ] {} TCP-Session: 5c66e3f0-7e77-48da-883a-e90ac7afb3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734961 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.734981 [ 361 ] {} TCP-Session: 83c50cbc-6c3f-450e-8f63-edd68d4df85f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734971 [ 358 ] {} TCP-Session: 65954ec2-97d1-41de-ab1c-f588b07cf258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.735008 [ 290 ] {} TCP-Session: 61e24f1a-07a9-4338-a1e4-2a1437e85e8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734889 [ 356 ] {} TCP-Session: 70b65e21-71ad-4566-ab60-b02593faa7d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:36.734902 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 01:29:36.735101 [ 351 ] {} TCP-Session: 17f9492b-22dc-45c4-a0f5-64ad5c03531a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 01:29:37.000195 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 385.51 MiB, peak 402.75 MiB, free memory in arenas 0.00 B, will set to 388.79 MiB (RSS), difference: 3.29 MiB 2025.12.24 01:29:37.095315 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2092 2025.12.24 01:29:37.098656 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:37.098722 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:37.100476 [ 242 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:29:37.101582 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:37.102097 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2092 2025.12.24 01:29:37.266706 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 791 2025.12.24 01:29:37.285262 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:37.285329 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:37.291748 [ 243 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.12.24 01:29:37.292836 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:37.296280 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2025.12.24 01:29:38.153220 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.153395 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:29:38.153462 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:29:38.154104 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.154152 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.154845 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:29:38.155384 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.155546 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} executeQuery: Read 3 rows, 228.00 B in 0.002196 sec., 1366.120218579235 rows/sec., 101.39 KiB/sec. 2025.12.24 01:29:38.155600 [ 255 ] {66c4fc57-6726-4d81-9376-c1a54fb72827} TCPHandler: Processed in 0.002510291 sec. 2025.12.24 01:29:38.155737 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.155840 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:38.155883 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:38.156470 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.156508 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.156980 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 01:29:38.157485 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.157620 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} executeQuery: Read 180 rows, 16.07 KiB in 0.001804 sec., 99778.27050997782 rows/sec., 8.70 MiB/sec. 2025.12.24 01:29:38.157660 [ 255 ] {77b7efe6-4c99-4ed7-9552-a011d73f5a0b} TCPHandler: Processed in 0.0019758 sec. 2025.12.24 01:29:38.157769 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.157866 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:29:38.157906 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:29:38.158360 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.158396 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.158873 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:29:38.159355 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.159487 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} executeQuery: Read 62 rows, 4.62 KiB in 0.001641 sec., 37781.84034125533 rows/sec., 2.75 MiB/sec. 2025.12.24 01:29:38.159526 [ 255 ] {4eb2ea7c-9881-4da7-bc7a-c43b1dfad2c5} TCPHandler: Processed in 0.001808087 sec. 2025.12.24 01:29:38.159628 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.159723 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:38.159763 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:38.160267 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.160303 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.160748 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 01:29:38.161259 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.161390 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} executeQuery: Read 144 rows, 11.31 KiB in 0.001684 sec., 85510.68883610451 rows/sec., 6.56 MiB/sec. 2025.12.24 01:29:38.161427 [ 255 ] {2810437e-4855-4b83-b946-6c919a172338} TCPHandler: Processed in 0.001848357 sec. 2025.12.24 01:29:38.161548 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.161673 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:38.161725 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:38.162148 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.162186 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.162640 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 01:29:38.163147 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.163276 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} executeQuery: Read 163 rows, 11.60 KiB in 0.001687 sec., 96621.22110254891 rows/sec., 6.71 MiB/sec. 2025.12.24 01:29:38.163280 [ 115 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_152_35 to all_153_153_0 2025.12.24 01:29:38.163315 [ 255 ] {4ff0a875-198f-4f9e-950d-d9d8a6cede88} TCPHandler: Processed in 0.001889058 sec. 2025.12.24 01:29:38.163436 [ 115 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.163478 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.163539 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.163571 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} MergeTask::PrepareStage: Merging 2 parts: from all_1_152_35 to all_153_153_0 into Compact with storage Full 2025.12.24 01:29:38.163656 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:38.163670 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:38.163686 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} MergeTreeSequentialSource: Reading 7 marks from part all_1_152_35, total 43504 rows starting from the beginning of the part 2025.12.24 01:29:38.163739 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:29:38.163748 [ 194 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 32 rows starting from the beginning of the part 2025.12.24 01:29:38.164726 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.164763 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:38.165479 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.12.24 01:29:38.165909 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.166059 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} executeQuery: Read 59 rows, 108.26 KiB in 0.002414 sec., 24440.76222038111 rows/sec., 43.80 MiB/sec. 2025.12.24 01:29:38.166120 [ 255 ] {bf704c91-71d9-49c8-b911-36f785acbfd5} TCPHandler: Processed in 0.002647994 sec. 2025.12.24 01:29:38.166229 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:38.166327 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:38.166370 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:38.166742 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:38.166780 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:38.167197 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.12.24 01:29:38.167772 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.167942 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} executeQuery: Read 60 rows, 4.14 KiB in 0.001634 sec., 36719.70624235006 rows/sec., 2.47 MiB/sec. 2025.12.24 01:29:38.167990 [ 255 ] {da1f5a65-1dca-4d11-8958-166d87ea802c} TCPHandler: Processed in 0.001811497 sec. 2025.12.24 01:29:38.171353 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} MergeTask::MergeProjectionsStage: Merge sorted 43536 rows, containing 5 columns (5 merged, 0 gathered) in 0.007806339 sec., 5577006.071604116 rows/sec., 383.17 MiB/sec. 2025.12.24 01:29:38.171978 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} MergedBlockOutputStream: filled checksums all_1_153_36 (state Temporary) 2025.12.24 01:29:38.172544 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_153_36 to all_1_153_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:38.172628 [ 189 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_153_36} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_152_35, all_153_153_0] -> all_1_153_36 2025.12.24 01:29:38.172736 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.12.24 01:29:41.685505 [ 108 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:29:41.685573 [ 108 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:29:41.928021 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50812 2025.12.24 01:29:41.928542 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:41.928592 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:41.929090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 01:29:41.929325 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:41.929485 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50812 2025.12.24 01:29:41.929509 [ 108 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 01:29:41.929578 [ 108 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:41.929600 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:41.929732 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 01:29:41.929903 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:41.929945 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48444 rows starting from the beginning of the part 2025.12.24 01:29:41.930011 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 448 rows starting from the beginning of the part 2025.12.24 01:29:41.930056 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 512 rows starting from the beginning of the part 2025.12.24 01:29:41.930098 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 448 rows starting from the beginning of the part 2025.12.24 01:29:41.930135 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 512 rows starting from the beginning of the part 2025.12.24 01:29:41.930175 [ 202 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 448 rows starting from the beginning of the part 2025.12.24 01:29:41.933121 [ 188 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50812 rows, containing 4 columns (4 merged, 0 gathered) in 0.0034518 sec., 14720435.714699578 rows/sec., 210.58 MiB/sec. 2025.12.24 01:29:41.933513 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 01:29:41.933794 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:41.933867 [ 186 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_106_21} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 01:29:41.933982 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.12.24 01:29:43.150826 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:43.151030 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:43.151104 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:43.151836 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:43.151897 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:43.152299 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 01:29:43.152526 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:43.152692 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} executeQuery: Read 56 rows, 4.41 KiB in 0.001717 sec., 32615.026208503205 rows/sec., 2.51 MiB/sec. 2025.12.24 01:29:43.152746 [ 255 ] {a6aa430b-274b-432f-b6d6-cb6aa48e07c5} TCPHandler: Processed in 0.002057371 sec. 2025.12.24 01:29:43.152863 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:43.152967 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:43.153010 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:43.153446 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:43.153486 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:43.153791 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 01:29:43.153994 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:43.154122 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. 2025.12.24 01:29:43.154160 [ 255 ] {6679bdcf-6224-49b0-a9ba-d123d4ca27da} TCPHandler: Processed in 0.001348737 sec. 2025.12.24 01:29:43.154266 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:43.154362 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:43.154406 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:43.154815 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:43.154852 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:43.155178 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 01:29:43.155392 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:43.155512 [ 107 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_153_36 to all_154_154_0 2025.12.24 01:29:43.155522 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.12.24 01:29:43.155579 [ 107 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:43.155618 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:43.155630 [ 255 ] {85ef611c-1d3d-481a-9e39-e84a50b6ec89} TCPHandler: Processed in 0.001410509 sec. 2025.12.24 01:29:43.155724 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} MergeTask::PrepareStage: Merging 2 parts: from all_1_153_36 to all_154_154_0 into Compact with storage Full 2025.12.24 01:29:43.155755 [ 217 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:29:43.155775 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:43.155794 [ 217 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:29:43.155863 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:43.155900 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} MergeTreeSequentialSource: Reading 7 marks from part all_1_153_36, total 43536 rows starting from the beginning of the part 2025.12.24 01:29:43.155906 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:43.155958 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:43.155969 [ 197 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:43.156325 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:43.156369 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:43.156749 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.12.24 01:29:43.157036 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:43.157192 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. 2025.12.24 01:29:43.157232 [ 255 ] {44004b86-84f6-48a4-90cf-101847b142e2} TCPHandler: Processed in 0.00151837 sec. 2025.12.24 01:29:43.157293 [ 224 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:29:43.157330 [ 224 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:29:43.158744 [ 217 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): 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] 2025.12.24 01:29:43.161069 [ 224 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): 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] 2025.12.24 01:29:43.163323 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} MergeTask::MergeProjectionsStage: Merge sorted 43696 rows, containing 5 columns (5 merged, 0 gathered) in 0.007648995 sec., 5712645.909691405 rows/sec., 392.51 MiB/sec. 2025.12.24 01:29:43.163709 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} MergedBlockOutputStream: filled checksums all_1_154_37 (state Temporary) 2025.12.24 01:29:43.163986 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_154_37 to all_1_154_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:43.164080 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_154_37} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_153_36, all_154_154_0] -> all_1_154_37 2025.12.24 01:29:43.164171 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.12.24 01:29:44.235048 [ 219 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:29:44.235125 [ 219 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:29:44.237668 [ 219 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): 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] 2025.12.24 01:29:44.308609 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:29:44.308660 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:29:44.311392 [ 217 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): 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] 2025.12.24 01:29:44.796349 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 799 2025.12.24 01:29:44.815023 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:44.815081 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:44.821458 [ 243 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.12.24 01:29:44.822145 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:44.822479 [ 107 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.12.24 01:29:44.822571 [ 107 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:44.822607 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:44.822723 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.12.24 01:29:44.825531 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 799 2025.12.24 01:29:44.825857 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:44.826650 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 761 rows starting from the beginning of the part 2025.12.24 01:29:44.830151 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part 2025.12.24 01:29:44.833616 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part 2025.12.24 01:29:44.837824 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part 2025.12.24 01:29:44.842323 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 7 rows starting from the beginning of the part 2025.12.24 01:29:44.846618 [ 198 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part 2025.12.24 01:29:44.900730 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.078051463 sec., 10236.835663157268 rows/sec., 52.93 MiB/sec. 2025.12.24 01:29:44.904285 [ 199 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.12.24 01:29:44.906520 [ 199 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:44.906643 [ 199 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_106_21} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.12.24 01:29:44.909338 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.12.24 01:29:45.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 389.87 MiB, peak 407.29 MiB, free memory in arenas 0.00 B, will set to 388.79 MiB (RSS), difference: -1.08 MiB 2025.12.24 01:29:47.102369 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2114 2025.12.24 01:29:47.104770 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.104828 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.106230 [ 242 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:29:47.106769 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.107002 [ 220 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:29:47.107055 [ 220 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:29:47.107180 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2114 2025.12.24 01:29:47.109678 [ 220 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): 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] 2025.12.24 01:29:47.300373 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.300574 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.300655 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:29:47.301321 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.301371 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.301932 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:29:47.302394 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.302596 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} executeQuery: Read 24 rows, 2.04 KiB in 0.002083 sec., 11521.843494959192 rows/sec., 978.91 KiB/sec. 2025.12.24 01:29:47.302661 [ 255 ] {281c3375-d7e1-4047-a27d-02346c442d45} TCPHandler: Processed in 0.002427029 sec. 2025.12.24 01:29:47.302819 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.302934 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:29:47.302985 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:29:47.303817 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.303858 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.305986 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:29:47.306442 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.306582 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} executeQuery: Read 18 rows, 1.48 KiB in 0.003677 sec., 4895.295077508838 rows/sec., 402.90 KiB/sec. 2025.12.24 01:29:47.306622 [ 255 ] {f58ef065-3728-4bc6-9eab-599f28c9aa4c} TCPHandler: Processed in 0.003863128 sec. 2025.12.24 01:29:47.306747 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.306842 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:47.306882 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:47.308137 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.308173 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.308687 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 01:29:47.309113 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.309243 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} executeQuery: Read 1445 rows, 124.54 KiB in 0.002421 sec., 596860.8013217679 rows/sec., 50.23 MiB/sec. 2025.12.24 01:29:47.309281 [ 255 ] {d8274ee0-4365-4cfd-ac31-557a971bc85e} TCPHandler: Processed in 0.002584762 sec. 2025.12.24 01:29:47.309457 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.309554 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.309594 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:29:47.310030 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.310066 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.310512 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:29:47.311050 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.311206 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} executeQuery: Read 89 rows, 6.67 KiB in 0.001669 sec., 53325.34451767526 rows/sec., 3.90 MiB/sec. 2025.12.24 01:29:47.311253 [ 255 ] {56c362c7-7bdf-4cfd-b264-77c6eaf2aab7} TCPHandler: Processed in 0.001848857 sec. 2025.12.24 01:29:47.311387 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.311518 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.311564 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:29:47.312150 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.312192 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.312705 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 01:29:47.313148 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.313280 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} executeQuery: Read 253 rows, 17.91 KiB in 0.001785 sec., 141736.69467787116 rows/sec., 9.80 MiB/sec. 2025.12.24 01:29:47.313319 [ 255 ] {c0cc6498-17a6-4a0f-86f8-670c04691d39} TCPHandler: Processed in 0.00199003 sec. 2025.12.24 01:29:47.313453 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.313551 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.313591 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:29:47.313999 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.314035 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.314514 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 01:29:47.315077 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.315248 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} executeQuery: Read 12 rows, 960.00 B in 0.001715 sec., 6997.084548104956 rows/sec., 546.65 KiB/sec. 2025.12.24 01:29:47.315296 [ 255 ] {b8b5ede4-d702-4827-9c5e-5e7525c42560} TCPHandler: Processed in 0.001908489 sec. 2025.12.24 01:29:47.315428 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.315550 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:47.315595 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:47.316370 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.316413 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.317028 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 01:29:47.317468 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.317600 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} executeQuery: Read 633 rows, 48.87 KiB in 0.002072 sec., 305501.9305019305 rows/sec., 23.03 MiB/sec. 2025.12.24 01:29:47.317640 [ 255 ] {af471323-5d66-4944-bf91-42617f9dbed8} TCPHandler: Processed in 0.002269596 sec. 2025.12.24 01:29:47.317760 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.317855 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.317899 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:47.318516 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.318553 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.319090 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 01:29:47.319576 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.319696 [ 101 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_154_37 to all_159_159_0 2025.12.24 01:29:47.319710 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} executeQuery: Read 889 rows, 61.80 KiB in 0.001874 sec., 474386.33938100317 rows/sec., 32.20 MiB/sec. 2025.12.24 01:29:47.319735 [ 101 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.319754 [ 255 ] {496e1b77-9448-4536-a9ed-4b3f61e52b3f} TCPHandler: Processed in 0.002042682 sec. 2025.12.24 01:29:47.319754 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:47.319868 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.319881 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTask::PrepareStage: Merging 6 parts: from all_1_154_37 to all_159_159_0 into Compact with storage Full 2025.12.24 01:29:47.319965 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.320012 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 01:29:47.320027 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:47.320071 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTreeSequentialSource: Reading 7 marks from part all_1_154_37, total 43696 rows starting from the beginning of the part 2025.12.24 01:29:47.320138 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 163 rows starting from the beginning of the part 2025.12.24 01:29:47.320187 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:47.320232 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 163 rows starting from the beginning of the part 2025.12.24 01:29:47.320277 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part 2025.12.24 01:29:47.320319 [ 191 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 889 rows starting from the beginning of the part 2025.12.24 01:29:47.320334 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.320375 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:47.320805 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 01:29:47.321224 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} oximeter.measurements_f64 (17f1d992-7934-4e15-b63a-8d095087aa48): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.321353 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} executeQuery: Read 1 rows, 65.00 B in 0.001407 sec., 710.7320540156361 rows/sec., 45.11 KiB/sec. 2025.12.24 01:29:47.321390 [ 255 ] {e278e02c-0280-4aca-accf-295e4431cec7} TCPHandler: Processed in 0.001571242 sec. 2025.12.24 01:29:47.321501 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.321602 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.321657 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:29:47.322587 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.322623 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:47.323333 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.12.24 01:29:47.323816 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.323958 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} executeQuery: Read 59 rows, 108.26 KiB in 0.002375 sec., 24842.105263157897 rows/sec., 44.52 MiB/sec. 2025.12.24 01:29:47.324013 [ 255 ] {4fdbf204-344b-418d-abb8-694bc6751284} TCPHandler: Processed in 0.002561152 sec. 2025.12.24 01:29:47.324128 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:47.324223 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:47.324263 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:47.324606 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:47.324641 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:47.325060 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.12.24 01:29:47.325529 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.325656 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} executeQuery: Read 60 rows, 4.14 KiB in 0.001453 sec., 41293.87474191328 rows/sec., 2.78 MiB/sec. 2025.12.24 01:29:47.325693 [ 255 ] {b5ffdbf5-3053-466b-bf2f-e87fb6727956} TCPHandler: Processed in 0.001614502 sec. 2025.12.24 01:29:47.331355 [ 200 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergeTask::MergeProjectionsStage: Merge sorted 45231 rows, containing 5 columns (5 merged, 0 gathered) in 0.011524174 sec., 3924879.9957376556 rows/sec., 269.66 MiB/sec. 2025.12.24 01:29:47.332104 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} MergedBlockOutputStream: filled checksums all_1_159_38 (state Temporary) 2025.12.24 01:29:47.332641 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_159_38 to all_1_159_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:47.332720 [ 187 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_159_38} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_154_37, all_159_159_0] -> all_1_159_38 2025.12.24 01:29:47.332814 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 01:29:48.568103 [ 219 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:29:48.568180 [ 219 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:29:48.571761 [ 219 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): 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] 2025.12.24 01:29:48.604615 [ 224 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:29:48.604705 [ 224 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:29:48.608499 [ 224 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): 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] 2025.12.24 01:29:49.429630 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 51324 2025.12.24 01:29:49.430141 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:49.430180 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:49.430865 [ 244 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 01:29:49.431320 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:49.431470 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51324 2025.12.24 01:29:52.325651 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 806 2025.12.24 01:29:52.343892 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:52.343955 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:52.350365 [ 243 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.12.24 01:29:52.351456 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:52.354723 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 806 2025.12.24 01:29:53.150110 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:53.150313 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:53.150382 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:53.151121 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:53.151168 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:53.151725 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 01:29:53.152153 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:53.152312 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} executeQuery: Read 56 rows, 4.41 KiB in 0.002062 sec., 27158.098933074685 rows/sec., 2.09 MiB/sec. 2025.12.24 01:29:53.152363 [ 255 ] {98e2187c-f8c7-441d-84c4-410afe9f7e5a} TCPHandler: Processed in 0.002385928 sec. 2025.12.24 01:29:53.152484 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:53.152595 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:53.152637 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:53.153072 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:53.153106 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:53.153506 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 01:29:53.153899 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:53.154028 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} executeQuery: Read 64 rows, 5.12 KiB in 0.001458 sec., 43895.7475994513 rows/sec., 3.43 MiB/sec. 2025.12.24 01:29:53.154065 [ 255 ] {8b1d7f66-0fb4-44a3-a4dc-c397e385420d} TCPHandler: Processed in 0.001632393 sec. 2025.12.24 01:29:53.154176 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:53.154271 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:53.154315 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:53.154728 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:53.154761 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:53.155175 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 01:29:53.155575 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:53.155708 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec. 2025.12.24 01:29:53.155745 [ 255 ] {5e3b839a-24d4-4520-a97e-feaae3f6e1ae} TCPHandler: Processed in 0.001616493 sec. 2025.12.24 01:29:53.155844 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:53.155937 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:53.155978 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:53.156309 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:53.156343 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.92 GiB. 2025.12.24 01:29:53.156733 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.12.24 01:29:53.157165 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:53.157292 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. 2025.12.24 01:29:53.157327 [ 255 ] {fd6db2ac-b8f1-4091-9010-35501c884b70} TCPHandler: Processed in 0.001530391 sec. 2025.12.24 01:29:56.685605 [ 89 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:29:56.685673 [ 89 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:29:56.931692 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 51772 2025.12.24 01:29:56.932437 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:56.932491 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:56.933157 [ 244 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 01:29:56.933681 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:56.933814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51772 2025.12.24 01:29:57.107443 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2144 2025.12.24 01:29:57.110009 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:57.110053 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:57.111398 [ 242 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:29:57.111980 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:57.112232 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2144 2025.12.24 01:29:58.152532 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:58.152734 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:29:58.152807 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:29:58.153584 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.153630 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.154168 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 01:29:58.154713 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.154864 [ 87 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.12.24 01:29:58.154877 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} executeQuery: Read 174 rows, 15.67 KiB in 0.002197 sec., 79198.90760127446 rows/sec., 6.96 MiB/sec. 2025.12.24 01:29:58.154955 [ 87 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.154978 [ 255 ] {87e303b0-08d3-43fd-96a7-8595b8625cd0} TCPHandler: Processed in 0.002573962 sec. 2025.12.24 01:29:58.154998 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.155105 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:58.155144 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.12.24 01:29:58.155211 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:29:58.155259 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:29:58.155309 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:58.155364 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1499 rows starting from the beginning of the part 2025.12.24 01:29:58.155461 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 180 rows starting from the beginning of the part 2025.12.24 01:29:58.155533 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:58.155576 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 1445 rows starting from the beginning of the part 2025.12.24 01:29:58.155618 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part 2025.12.24 01:29:58.155661 [ 200 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 174 rows starting from the beginning of the part 2025.12.24 01:29:58.155697 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.155738 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.156178 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:29:58.156649 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.156785 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} executeQuery: Read 59 rows, 4.44 KiB in 0.001598 sec., 36921.15143929912 rows/sec., 2.71 MiB/sec. 2025.12.24 01:29:58.156824 [ 255 ] {6e5451fa-6a95-4446-bce0-12a8df82d412} TCPHandler: Processed in 0.001770056 sec. 2025.12.24 01:29:58.156925 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:58.157022 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:29:58.157063 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:29:58.157221 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.002136754 sec., 1595878.6083938535 rows/sec., 140.30 MiB/sec. 2025.12.24 01:29:58.157488 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.157530 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.157594 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.12.24 01:29:58.157992 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 01:29:58.158115 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.158197 [ 193 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_161_32} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.12.24 01:29:58.158286 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 01:29:58.158498 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.158637 [ 87 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.12.24 01:29:58.158644 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} executeQuery: Read 123 rows, 9.84 KiB in 0.001642 sec., 74908.64799025579 rows/sec., 5.85 MiB/sec. 2025.12.24 01:29:58.158671 [ 87 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.158695 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.158696 [ 255 ] {dd57a208-c708-4269-80fc-b23e799990c8} TCPHandler: Processed in 0.001819037 sec. 2025.12.24 01:29:58.158756 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.12.24 01:29:58.158820 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:58.158842 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:58.158871 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 819 rows starting from the beginning of the part 2025.12.24 01:29:58.158916 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 144 rows starting from the beginning of the part 2025.12.24 01:29:58.158920 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:58.158956 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:58.158974 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:29:58.158995 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 633 rows starting from the beginning of the part 2025.12.24 01:29:58.159036 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part 2025.12.24 01:29:58.159073 [ 200 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 123 rows starting from the beginning of the part 2025.12.24 01:29:58.159391 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.159431 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.159894 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 01:29:58.160053 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321157 sec., 1398017.0411238028 rows/sec., 111.24 MiB/sec. 2025.12.24 01:29:58.160357 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.160385 [ 195 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.12.24 01:29:58.160500 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. 2025.12.24 01:29:58.160551 [ 255 ] {b0b5cc43-29d2-4323-8907-f53cc519872d} TCPHandler: Processed in 0.001779036 sec. 2025.12.24 01:29:58.160662 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:58.160756 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:29:58.160811 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:29:58.161038 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.161112 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_161_32} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.12.24 01:29:58.161192 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.12.24 01:29:58.161701 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.161741 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.162474 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.12.24 01:29:58.162954 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.163099 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} executeQuery: Read 59 rows, 108.26 KiB in 0.002361 sec., 24989.41126641254 rows/sec., 44.78 MiB/sec. 2025.12.24 01:29:58.163178 [ 255 ] {a8f6aa8c-61f5-43b0-a5d4-99db68190cd6} TCPHandler: Processed in 0.002563253 sec. 2025.12.24 01:29:58.163285 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:29:58.163379 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:29:58.163419 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:29:58.163761 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.163796 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.164207 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.12.24 01:29:58.164759 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.164873 [ 87 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.12.24 01:29:58.164890 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. 2025.12.24 01:29:58.164905 [ 87 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:58.164929 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:58.164931 [ 255 ] {25d9a712-57c7-47c4-a182-78331fd1fdbc} TCPHandler: Processed in 0.001693054 sec. 2025.12.24 01:29:58.165019 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.12.24 01:29:58.165143 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:58.165180 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9228 rows starting from the beginning of the part 2025.12.24 01:29:58.165252 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:58.165302 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:58.165348 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:58.165392 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:58.165437 [ 195 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part 2025.12.24 01:29:58.167941 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 9528 rows, containing 4 columns (4 merged, 0 gathered) in 0.00296261 sec., 3216083.1159011815 rows/sec., 216.74 MiB/sec. 2025.12.24 01:29:58.168345 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.12.24 01:29:58.168837 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:58.168907 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_161_32} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.12.24 01:29:58.168994 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. 2025.12.24 01:29:59.634453 [ 85 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.12.24 01:29:59.634519 [ 85 ] {} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:59.634539 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:59.634690 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.12.24 01:29:59.635041 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:29:59.635096 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part 2025.12.24 01:29:59.635196 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.12.24 01:29:59.635269 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 3 rows starting from the beginning of the part 2025.12.24 01:29:59.635342 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 3 rows starting from the beginning of the part 2025.12.24 01:29:59.635408 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 18 rows starting from the beginning of the part 2025.12.24 01:29:59.636561 [ 189 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 5 columns (5 merged, 0 gathered) in 0.001941919 sec., 26262.681399172674 rows/sec., 2.17 MiB/sec. 2025.12.24 01:29:59.636831 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.12.24 01:29:59.637381 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:59.637448 [ 194 ] {2bdfa130-51af-44fd-b54d-a32956684b69::all_1_29_7} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.12.24 01:29:59.637514 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 01:29:59.854840 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 814 2025.12.24 01:29:59.874683 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:29:59.874730 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:29:59.881124 [ 243 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.12.24 01:29:59.882184 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:29:59.885682 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 814 2025.12.24 01:30:03.149673 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:03.149899 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:30:03.149983 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:30:03.150922 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:03.150977 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:03.151516 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.12.24 01:30:03.151991 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:03.152154 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} executeQuery: Read 56 rows, 4.41 KiB in 0.002317 sec., 24169.18429003021 rows/sec., 1.86 MiB/sec. 2025.12.24 01:30:03.152207 [ 255 ] {785a7790-9ff9-40f4-84ea-41e9503d4071} TCPHandler: Processed in 0.002666984 sec. 2025.12.24 01:30:03.152335 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:03.152440 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:30:03.152483 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:30:03.152966 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:03.153001 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:03.153430 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.12.24 01:30:03.153888 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:03.154025 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec. 2025.12.24 01:30:03.154065 [ 255 ] {7db30f0d-7883-42ff-a712-f21e54ae0f0e} TCPHandler: Processed in 0.001780886 sec. 2025.12.24 01:30:03.154180 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:03.154277 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:03.154323 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:30:03.154765 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:03.154801 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:03.155284 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.12.24 01:30:03.155785 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:03.155919 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. 2025.12.24 01:30:03.155958 [ 255 ] {bfcbb017-74b4-451b-86e3-bda4a88c371e} TCPHandler: Processed in 0.001827097 sec. 2025.12.24 01:30:03.156076 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:03.156170 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:30:03.156212 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:30:03.156547 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:03.156592 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:03.156975 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.12.24 01:30:03.157385 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:03.157510 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. 2025.12.24 01:30:03.157621 [ 255 ] {820fc110-3e67-4fad-881e-7003c81beb3b} TCPHandler: Processed in 0.001593152 sec. 2025.12.24 01:30:04.434067 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 52284 2025.12.24 01:30:04.434971 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:04.435061 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:04.435708 [ 244 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 01:30:04.436140 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:04.436273 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 52284 2025.12.24 01:30:07.112591 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2164 2025.12.24 01:30:07.114954 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:07.115014 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:07.116415 [ 242 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:30:07.116994 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:07.117156 [ 77 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:30:07.117235 [ 77 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:07.117258 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:07.117407 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2164 2025.12.24 01:30:07.117418 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:30:07.118145 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:07.118290 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2042 rows starting from the beginning of the part 2025.12.24 01:30:07.118641 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 16 rows starting from the beginning of the part 2025.12.24 01:30:07.118957 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 34 rows starting from the beginning of the part 2025.12.24 01:30:07.119275 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 22 rows starting from the beginning of the part 2025.12.24 01:30:07.119578 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 30 rows starting from the beginning of the part 2025.12.24 01:30:07.119889 [ 189 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 20 rows starting from the beginning of the part 2025.12.24 01:30:07.127109 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 72 columns (72 merged, 0 gathered) in 0.009775549 sec., 221368.64129063237 rows/sec., 176.65 MiB/sec. 2025.12.24 01:30:07.129319 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:30:07.130248 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:07.130341 [ 190 ] {bf18b245-949a-4894-808e-d886169cf43e::all_1_81_16} system.query_log (bf18b245-949a-4894-808e-d886169cf43e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:30:07.130708 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.12.24 01:30:07.385805 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 821 2025.12.24 01:30:07.405137 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:07.405181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:07.411706 [ 243 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.12.24 01:30:07.412838 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:07.416308 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 821 2025.12.24 01:30:08.152790 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:08.152967 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:30:08.153036 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:30:08.153789 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.153838 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.154573 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.12.24 01:30:08.155045 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.155212 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} executeQuery: Read 174 rows, 15.67 KiB in 0.002293 sec., 75883.12254688182 rows/sec., 6.67 MiB/sec. 2025.12.24 01:30:08.155266 [ 255 ] {74ba5b47-e2ea-4ddc-a911-666c2b0e8caa} TCPHandler: Processed in 0.002607753 sec. 2025.12.24 01:30:08.155296 [ 225 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:08.155351 [ 225 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:08.155388 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:08.155497 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:30:08.155543 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:30:08.156012 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.156054 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.156527 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:30:08.157042 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.157183 [ 76 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:30:08.157193 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} executeQuery: Read 59 rows, 4.44 KiB in 0.00172 sec., 34302.32558139535 rows/sec., 2.52 MiB/sec. 2025.12.24 01:30:08.157233 [ 76 ] {} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.157253 [ 255 ] {d3403fdd-15c1-42f4-a1b1-c63dcb6cb6ed} TCPHandler: Processed in 0.001916319 sec. 2025.12.24 01:30:08.157258 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.157371 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:08.157397 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:30:08.157473 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:30:08.157519 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:30:08.157548 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:08.157587 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 93 rows starting from the beginning of the part 2025.12.24 01:30:08.157656 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 62 rows starting from the beginning of the part 2025.12.24 01:30:08.157704 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 62 rows starting from the beginning of the part 2025.12.24 01:30:08.157747 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 89 rows starting from the beginning of the part 2025.12.24 01:30:08.157789 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.157832 [ 186 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.157972 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.158014 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.158482 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.12.24 01:30:08.158732 [ 190 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397848 sec., 303323.39424601244 rows/sec., 23.30 MiB/sec. 2025.12.24 01:30:08.158966 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.159073 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:30:08.159103 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} executeQuery: Read 123 rows, 9.84 KiB in 0.001651 sec., 74500.30284675954 rows/sec., 5.82 MiB/sec. 2025.12.24 01:30:08.159150 [ 255 ] {527c993e-1512-4926-8996-4512bc50c669} TCPHandler: Processed in 0.001828577 sec. 2025.12.24 01:30:08.159252 [ 225 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:08.159266 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:08.159369 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:08.159414 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:30:08.159735 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.159827 [ 197 ] {bc389bdd-78d5-4017-870e-27500e7a0374::all_1_81_16} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:30:08.159831 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.159878 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.159931 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.24 01:30:08.160322 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.12.24 01:30:08.160796 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.160931 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. 2025.12.24 01:30:08.160969 [ 255 ] {bcac507a-398b-43be-8292-8db821dfbeb3} TCPHandler: Processed in 0.001752675 sec. 2025.12.24 01:30:08.161068 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:08.161163 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:08.161219 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:30:08.162117 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.162154 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.162862 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.12.24 01:30:08.163341 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.163457 [ 76 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.12.24 01:30:08.163483 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} executeQuery: Read 59 rows, 108.26 KiB in 0.002338 sec., 25235.243798118052 rows/sec., 45.22 MiB/sec. 2025.12.24 01:30:08.163493 [ 76 ] {} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.163526 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.163564 [ 255 ] {c6e93020-c930-49e9-a1e2-56d4435ac6e3} TCPHandler: Processed in 0.002543352 sec. 2025.12.24 01:30:08.163605 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.12.24 01:30:08.163691 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:08.163791 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:30:08.163821 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:08.163834 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:30:08.163880 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2960 rows starting from the beginning of the part 2025.12.24 01:30:08.163992 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.164086 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.164181 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:08.164184 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.164225 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:08.164308 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.164411 [ 186 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 59 rows starting from the beginning of the part 2025.12.24 01:30:08.164651 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.12.24 01:30:08.165085 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.165211 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. 2025.12.24 01:30:08.165247 [ 255 ] {9c20c77a-5b69-49eb-bcaa-088b9dc6cddd} TCPHandler: Processed in 0.001654184 sec. 2025.12.24 01:30:08.175764 [ 188 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3255 rows, containing 19 columns (19 merged, 0 gathered) in 0.012190077 sec., 267020.46262710233 rows/sec., 478.26 MiB/sec. 2025.12.24 01:30:08.178707 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.12.24 01:30:08.179302 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:08.179390 [ 199 ] {b94d7ee2-f591-4a96-8c3c-715ba8790c76::all_1_81_16} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.12.24 01:30:08.179570 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 22.28 MiB. 2025.12.24 01:30:08.688121 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:08.688156 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:08.692949 [ 223 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:09.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 389.31 MiB, peak 411.56 MiB, free memory in arenas 0.00 B, will set to 394.21 MiB (RSS), difference: 4.89 MiB 2025.12.24 01:30:09.117293 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:09.117355 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:09.120056 [ 219 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:09.218340 [ 223 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:09.218365 [ 223 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:09.222398 [ 223 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.12.24 01:30:11.685706 [ 71 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:30:11.685766 [ 71 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:30:11.936536 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 52732 2025.12.24 01:30:11.937239 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:11.937275 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:11.938037 [ 244 ] {} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 01:30:11.938485 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:11.938616 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 52732 2025.12.24 01:30:11.938690 [ 224 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:30:11.938716 [ 224 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:30:11.941225 [ 224 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): 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] 2025.12.24 01:30:13.150614 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:13.150810 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:30:13.150877 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:30:13.151527 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:13.151579 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:13.152084 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.12.24 01:30:13.152644 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:13.152821 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} executeQuery: Read 56 rows, 4.41 KiB in 0.00206 sec., 27184.466019417472 rows/sec., 2.09 MiB/sec. 2025.12.24 01:30:13.152876 [ 255 ] {9bff9567-1203-47ba-8027-e4ef984d557b} TCPHandler: Processed in 0.002390608 sec. 2025.12.24 01:30:13.152996 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:13.153101 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:30:13.153146 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:30:13.153579 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:13.153617 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:13.154050 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.12.24 01:30:13.154476 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:13.154611 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} executeQuery: Read 64 rows, 5.12 KiB in 0.001535 sec., 41693.81107491857 rows/sec., 3.25 MiB/sec. 2025.12.24 01:30:13.154651 [ 255 ] {c8882a2b-caf3-40dc-b8ff-c3ad562df68f} TCPHandler: Processed in 0.001706484 sec. 2025.12.24 01:30:13.154767 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:13.154873 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:13.154920 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:30:13.155328 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:13.155366 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:13.155837 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.12.24 01:30:13.156268 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:13.156399 [ 68 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 2 parts from all_1_159_38 to all_160_160_0 2025.12.24 01:30:13.156405 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. 2025.12.24 01:30:13.156473 [ 68 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:13.156491 [ 255 ] {a8252e12-24b6-42db-83e2-53fa5bfc54f8} TCPHandler: Processed in 0.001774466 sec. 2025.12.24 01:30:13.156503 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:13.156600 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} MergeTask::PrepareStage: Merging 2 parts: from all_1_159_38 to all_160_160_0 into Compact with storage Full 2025.12.24 01:30:13.156602 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:13.156717 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:13.156729 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:30:13.156755 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} MergeTreeSequentialSource: Reading 7 marks from part all_1_159_38, total 45231 rows starting from the beginning of the part 2025.12.24 01:30:13.156773 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:30:13.156824 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part 2025.12.24 01:30:13.157107 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:13.157142 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:13.157572 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.12.24 01:30:13.158038 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:13.158176 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. 2025.12.24 01:30:13.158212 [ 255 ] {669934e3-c9c3-4588-a90d-05d5c07e1a9c} TCPHandler: Processed in 0.001658254 sec. 2025.12.24 01:30:13.164096 [ 190 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} MergeTask::MergeProjectionsStage: Merge sorted 45391 rows, containing 5 columns (5 merged, 0 gathered) in 0.007529973 sec., 6028042.862836295 rows/sec., 414.18 MiB/sec. 2025.12.24 01:30:13.164692 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} MergedBlockOutputStream: filled checksums all_1_160_39 (state Temporary) 2025.12.24 01:30:13.165206 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_160_39 to all_1_160_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:13.165275 [ 198 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_160_39} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 2 parts: [all_1_159_38, all_160_160_0] -> all_1_160_39 2025.12.24 01:30:13.165340 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.12.24 01:30:14.152937 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:30:14.153015 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:30:14.156389 [ 220 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): 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] 2025.12.24 01:30:14.916436 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 829 2025.12.24 01:30:14.935462 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:14.935523 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:14.942347 [ 243 ] {} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.12.24 01:30:14.943549 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:14.946997 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 829 2025.12.24 01:30:15.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 390.73 MiB, peak 411.56 MiB, free memory in arenas 0.00 B, will set to 394.21 MiB (RSS), difference: 3.48 MiB 2025.12.24 01:30:17.117643 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2184 2025.12.24 01:30:17.119898 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.119942 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.121291 [ 242 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:30:17.121798 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.122076 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2184 2025.12.24 01:30:17.300099 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.300285 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.300354 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 01:30:17.301025 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.301075 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.301575 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:30:17.302042 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} oximeter.fields_i16 (290fc920-656a-420c-8c99-bd12eabe06c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.302199 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} executeQuery: Read 24 rows, 2.04 KiB in 0.001967 sec., 12201.321809862735 rows/sec., 1.01 MiB/sec. 2025.12.24 01:30:17.302243 [ 255 ] {e2ffe6b4-da38-471f-ad7d-43566ad4c707} TCPHandler: Processed in 0.002285276 sec. 2025.12.24 01:30:17.302375 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.302471 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 01:30:17.302512 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 01:30:17.302914 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.302952 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.303408 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 01:30:17.303846 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} oximeter.fields_ipaddr (2bdfa130-51af-44fd-b54d-a32956684b69): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.303982 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} executeQuery: Read 2 rows, 167.00 B in 0.00153 sec., 1307.1895424836603 rows/sec., 106.59 KiB/sec. 2025.12.24 01:30:17.304020 [ 255 ] {502eebe8-b2f1-4331-8cee-228d856bb434} TCPHandler: Processed in 0.001700955 sec. 2025.12.24 01:30:17.304125 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.304217 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:30:17.304256 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:30:17.305461 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.305498 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.306036 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.12.24 01:30:17.306467 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.306601 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} executeQuery: Read 1435 rows, 123.76 KiB in 0.002402 sec., 597418.8176519567 rows/sec., 50.32 MiB/sec. 2025.12.24 01:30:17.306640 [ 255 ] {6e9d4cd7-e08f-4f79-8449-5fb6665a4f1e} TCPHandler: Processed in 0.002562732 sec. 2025.12.24 01:30:17.306754 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.306848 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.306886 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:30:17.307324 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.307361 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.307773 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:30:17.308200 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.308331 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} executeQuery: Read 73 rows, 5.54 KiB in 0.001502 sec., 48601.86418109188 rows/sec., 3.60 MiB/sec. 2025.12.24 01:30:17.308370 [ 255 ] {2b95e583-421e-4370-bab2-edf9d3dff530} TCPHandler: Processed in 0.001663794 sec. 2025.12.24 01:30:17.308487 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.308580 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.308618 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 01:30:17.309129 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.309165 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.309689 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 01:30:17.310111 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.310243 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} executeQuery: Read 252 rows, 17.85 KiB in 0.001681 sec., 149910.76740035694 rows/sec., 10.37 MiB/sec. 2025.12.24 01:30:17.310282 [ 255 ] {1ce4bf61-36fc-4eb0-ba4a-832c12785515} TCPHandler: Processed in 0.001842798 sec. 2025.12.24 01:30:17.310406 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.310500 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.310540 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 01:30:17.310979 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.311016 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.311424 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 01:30:17.311838 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} oximeter.fields_u8 (10aa1d98-ca92-4f01-ab3a-7c20d495447e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.311979 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} executeQuery: Read 12 rows, 960.00 B in 0.001485 sec., 8080.808080808081 rows/sec., 631.31 KiB/sec. 2025.12.24 01:30:17.312025 [ 255 ] {3135199d-0486-4a04-b943-f57fb5ae5e69} TCPHandler: Processed in 0.001666834 sec. 2025.12.24 01:30:17.312158 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.312265 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:30:17.312307 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:30:17.312979 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.313017 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.313510 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.12.24 01:30:17.314115 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.314257 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} executeQuery: Read 617 rows, 47.55 KiB in 0.002011 sec., 306812.5310790651 rows/sec., 23.09 MiB/sec. 2025.12.24 01:30:17.314298 [ 255 ] {2cdf0768-6e77-432a-acbe-b297497bdfe7} TCPHandler: Processed in 0.002198545 sec. 2025.12.24 01:30:17.314412 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.314507 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.314552 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:30:17.315204 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.315242 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.315792 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.12.24 01:30:17.316256 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.316390 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} executeQuery: Read 881 rows, 61.23 KiB in 0.001901 sec., 463440.29458179907 rows/sec., 31.45 MiB/sec. 2025.12.24 01:30:17.316389 [ 63 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Selected 6 parts from all_1_160_39 to all_165_165_0 2025.12.24 01:30:17.316430 [ 255 ] {c75f3e4a-84ec-4ba8-b192-74d53f59737d} TCPHandler: Processed in 0.002067582 sec. 2025.12.24 01:30:17.316460 [ 63 ] {} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.316487 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.316547 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.316599 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTask::PrepareStage: Merging 6 parts: from all_1_160_39 to all_165_165_0 into Compact with storage Full 2025.12.24 01:30:17.316647 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.316709 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:30:17.316750 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:17.316791 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTreeSequentialSource: Reading 7 marks from part all_1_160_39, total 45391 rows starting from the beginning of the part 2025.12.24 01:30:17.316859 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 160 rows starting from the beginning of the part 2025.12.24 01:30:17.316907 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 160 rows starting from the beginning of the part 2025.12.24 01:30:17.316953 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part 2025.12.24 01:30:17.316995 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 160 rows starting from the beginning of the part 2025.12.24 01:30:17.317036 [ 188 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 881 rows starting from the beginning of the part 2025.12.24 01:30:17.317797 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.317839 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.318540 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.12.24 01:30:17.319001 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.319149 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} executeQuery: Read 59 rows, 108.26 KiB in 0.002521 sec., 23403.411344704484 rows/sec., 41.94 MiB/sec. 2025.12.24 01:30:17.319206 [ 255 ] {5a7d54c2-0fc2-41cb-977f-70500470f655} TCPHandler: Processed in 0.002708925 sec. 2025.12.24 01:30:17.319320 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:17.319417 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:30:17.319460 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:30:17.319805 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:17.319842 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:17.320247 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.12.24 01:30:17.320662 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.320796 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. 2025.12.24 01:30:17.320833 [ 255 ] {d9085e57-7fc3-4083-9159-46800ef979ad} TCPHandler: Processed in 0.001561502 sec. 2025.12.24 01:30:17.325220 [ 196 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergeTask::MergeProjectionsStage: Merge sorted 46912 rows, containing 5 columns (5 merged, 0 gathered) in 0.008673346 sec., 5408754.591365316 rows/sec., 371.61 MiB/sec. 2025.12.24 01:30:17.325966 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} MergedBlockOutputStream: filled checksums all_1_165_40 (state Temporary) 2025.12.24 01:30:17.326496 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_merge_all_1_165_40 to all_1_165_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:17.326572 [ 192 ] {980bc696-9f6a-4579-9fb8-1bfc6fafcd50::all_1_165_40} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50) (MergerMutator): Merged 6 parts: [all_1_160_39, all_165_165_0] -> all_1_165_40 2025.12.24 01:30:17.326645 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.12.24 01:30:19.438792 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 53244 2025.12.24 01:30:19.439393 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:19.439438 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:19.440069 [ 244 ] {} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 01:30:19.440503 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:19.440644 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 53244 2025.12.24 01:30:19.440645 [ 62 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 01:30:19.440717 [ 62 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:19.440738 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:19.440860 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 01:30:19.440992 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:19.441034 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTreeSequentialSource: Reading 7 marks from part all_1_106_21, total 50812 rows starting from the beginning of the part 2025.12.24 01:30:19.441104 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 512 rows starting from the beginning of the part 2025.12.24 01:30:19.441158 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 448 rows starting from the beginning of the part 2025.12.24 01:30:19.441208 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 512 rows starting from the beginning of the part 2025.12.24 01:30:19.441254 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 448 rows starting from the beginning of the part 2025.12.24 01:30:19.441299 [ 187 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 512 rows starting from the beginning of the part 2025.12.24 01:30:19.444167 [ 196 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 53244 rows, containing 4 columns (4 merged, 0 gathered) in 0.003357898 sec., 15856348.227373198 rows/sec., 226.83 MiB/sec. 2025.12.24 01:30:19.444522 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 01:30:19.445074 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:19.445161 [ 191 ] {3ec7fff2-a814-470b-9f5d-5619611fcc81::all_1_111_22} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 01:30:19.445241 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.12.24 01:30:22.447073 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 836 2025.12.24 01:30:22.465745 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:22.465807 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:22.472057 [ 243 ] {} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.12.24 01:30:22.472763 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:22.473110 [ 56 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.12.24 01:30:22.473207 [ 56 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:22.473245 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:22.473425 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.12.24 01:30:22.476298 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 836 2025.12.24 01:30:22.477447 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:22.478894 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 799 rows starting from the beginning of the part 2025.12.24 01:30:22.483534 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 7 rows starting from the beginning of the part 2025.12.24 01:30:22.488264 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part 2025.12.24 01:30:22.492992 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 7 rows starting from the beginning of the part 2025.12.24 01:30:22.498052 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part 2025.12.24 01:30:22.502832 [ 196 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 7 rows starting from the beginning of the part 2025.12.24 01:30:22.561527 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 836 rows, containing 679 columns (679 merged, 0 gathered) in 0.088167049 sec., 9482.000469359024 rows/sec., 49.03 MiB/sec. 2025.12.24 01:30:22.565287 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.12.24 01:30:22.567363 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:22.567477 [ 191 ] {acf82c4c-9a95-4a26-bc2b-e4914d2eca74::all_1_111_22} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.12.24 01:30:22.570681 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.12.24 01:30:23.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 395.28 MiB, peak 412.70 MiB, free memory in arenas 0.00 B, will set to 394.21 MiB (RSS), difference: -1.07 MiB 2025.12.24 01:30:23.150004 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:23.150166 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:30:23.150233 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:30:23.150983 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.151027 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.151413 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.12.24 01:30:23.151647 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.151776 [ 56 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.12.24 01:30:23.151801 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} executeQuery: Read 56 rows, 4.41 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.56 MiB/sec. 2025.12.24 01:30:23.151836 [ 56 ] {} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.151861 [ 255 ] {c9e0c130-67b1-432e-a1a8-14999cb0d99c} TCPHandler: Processed in 0.0019797 sec. 2025.12.24 01:30:23.151863 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.151993 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.12.24 01:30:23.152002 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:23.152118 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:23.152135 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:30:23.152157 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1499 rows starting from the beginning of the part 2025.12.24 01:30:23.152185 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:30:23.152228 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part 2025.12.24 01:30:23.152279 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 174 rows starting from the beginning of the part 2025.12.24 01:30:23.152324 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 56 rows starting from the beginning of the part 2025.12.24 01:30:23.152366 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 1435 rows starting from the beginning of the part 2025.12.24 01:30:23.152409 [ 195 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 56 rows starting from the beginning of the part 2025.12.24 01:30:23.152650 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.152696 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.153026 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.12.24 01:30:23.153277 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.153409 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} executeQuery: Read 64 rows, 5.12 KiB in 0.001298 sec., 49306.625577812025 rows/sec., 3.85 MiB/sec. 2025.12.24 01:30:23.153422 [ 54 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.12.24 01:30:23.153453 [ 255 ] {568c50aa-2186-45b8-ab63-15d59ac09803} TCPHandler: Processed in 0.001504311 sec. 2025.12.24 01:30:23.153461 [ 54 ] {} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.153482 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.153565 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.12.24 01:30:23.153568 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:23.153678 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:23.153694 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:23.153714 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 819 rows starting from the beginning of the part 2025.12.24 01:30:23.153744 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:30:23.153778 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part 2025.12.24 01:30:23.153824 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 123 rows starting from the beginning of the part 2025.12.24 01:30:23.153866 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 64 rows starting from the beginning of the part 2025.12.24 01:30:23.153893 [ 194 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 3276 rows, containing 5 columns (5 merged, 0 gathered) in 0.00195044 sec., 1679621.008592933 rows/sec., 147.22 MiB/sec. 2025.12.24 01:30:23.153904 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 617 rows starting from the beginning of the part 2025.12.24 01:30:23.153959 [ 193 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 64 rows starting from the beginning of the part 2025.12.24 01:30:23.154133 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.12.24 01:30:23.154179 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.154217 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.154419 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.154491 [ 202 ] {6d46f98d-eae5-465d-a294-7c7c9d1393c4::all_1_166_33} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.12.24 01:30:23.154571 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.12.24 01:30:23.154574 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.12.24 01:30:23.154797 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.154928 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2025.12.24 01:30:23.154967 [ 255 ] {a6f321c6-2529-43da-975f-9317ae032a23} TCPHandler: Processed in 0.00144704 sec. 2025.12.24 01:30:23.155039 [ 197 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 1751 rows, containing 5 columns (5 merged, 0 gathered) in 0.00150445 sec., 1163880.4878859383 rows/sec., 92.56 MiB/sec. 2025.12.24 01:30:23.155080 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:23.155181 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:30:23.155224 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:30:23.155233 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.12.24 01:30:23.155477 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.155540 [ 194 ] {43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c::all_1_166_33} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.12.24 01:30:23.155568 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.155603 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.155625 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 01:30:23.155908 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.12.24 01:30:23.156120 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.156228 [ 54 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.12.24 01:30:23.156247 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.12.24 01:30:23.156257 [ 54 ] {} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:23.156279 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:23.156287 [ 255 ] {1a37c2be-dcad-4319-a6e5-5cf775693c71} TCPHandler: Processed in 0.001258795 sec. 2025.12.24 01:30:23.156345 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.12.24 01:30:23.156440 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:23.156467 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9528 rows starting from the beginning of the part 2025.12.24 01:30:23.156510 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 60 rows starting from the beginning of the part 2025.12.24 01:30:23.156544 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part 2025.12.24 01:30:23.156576 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part 2025.12.24 01:30:23.156609 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part 2025.12.24 01:30:23.156641 [ 193 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 60 rows starting from the beginning of the part 2025.12.24 01:30:23.158991 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 9828 rows, containing 4 columns (4 merged, 0 gathered) in 0.002673064 sec., 3676679.6455303724 rows/sec., 247.78 MiB/sec. 2025.12.24 01:30:23.159213 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.12.24 01:30:23.159511 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:23.159584 [ 189 ] {53be0b4d-8b77-48b5-9188-45f915704a6b::all_1_166_33} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.12.24 01:30:23.159666 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. 2025.12.24 01:30:26.685812 [ 52 ] {} DNSResolver: Updating DNS cache 2025.12.24 01:30:26.685883 [ 52 ] {} DNSResolver: Updated DNS cache 2025.12.24 01:30:26.940845 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 53692 2025.12.24 01:30:26.941431 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:26.941493 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:26.942007 [ 244 ] {} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 01:30:26.942257 [ 244 ] {} system.asynchronous_metric_log (3ec7fff2-a814-470b-9f5d-5619611fcc81): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:26.942423 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 53692 2025.12.24 01:30:27.005108 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004557763 sec. 2025.12.24 01:30:27.122294 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2212 2025.12.24 01:30:27.124861 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:27.124912 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:27.126329 [ 242 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:30:27.126867 [ 242 ] {} system.query_log (bf18b245-949a-4894-808e-d886169cf43e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:27.127269 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 2212 2025.12.24 01:30:28.152358 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:28.152564 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 01:30:28.152643 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 01:30:28.153418 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.153468 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.154072 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.12.24 01:30:28.154601 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} oximeter.fields_string (6d46f98d-eae5-465d-a294-7c7c9d1393c4): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.154778 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} executeQuery: Read 174 rows, 15.67 KiB in 0.002268 sec., 76719.57671957671 rows/sec., 6.75 MiB/sec. 2025.12.24 01:30:28.154835 [ 255 ] {6e7505ed-490f-4888-b748-38894b9e7acd} TCPHandler: Processed in 0.002618473 sec. 2025.12.24 01:30:28.154957 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:28.155062 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 01:30:28.155113 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 01:30:28.155575 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.155614 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.156037 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:30:28.156483 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} oximeter.fields_u16 (bc389bdd-78d5-4017-870e-27500e7a0374): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.156621 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} executeQuery: Read 59 rows, 4.44 KiB in 0.001584 sec., 37247.47474747475 rows/sec., 2.74 MiB/sec. 2025.12.24 01:30:28.156663 [ 255 ] {fab0bb0a-4b54-41dd-a9f3-42a44e238655} TCPHandler: Processed in 0.001757066 sec. 2025.12.24 01:30:28.156775 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:28.156874 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 01:30:28.156915 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 01:30:28.157366 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.157403 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.157842 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.12.24 01:30:28.158293 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} oximeter.fields_uuid (43a4f4f5-c763-4af0-a90a-2bbdcd2f4f1c): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.158424 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} executeQuery: Read 123 rows, 9.84 KiB in 0.001571 sec., 78294.08020369192 rows/sec., 6.12 MiB/sec. 2025.12.24 01:30:28.158464 [ 255 ] {e98000bf-c827-4b9f-a436-e6a1b63a413f} TCPHandler: Processed in 0.001738126 sec. 2025.12.24 01:30:28.158577 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:28.158673 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:28.158718 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 01:30:28.159137 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.159173 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.159627 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.12.24 01:30:28.160081 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} oximeter.measurements_cumulativeu64 (980bc696-9f6a-4579-9fb8-1bfc6fafcd50): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.160216 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. 2025.12.24 01:30:28.160254 [ 255 ] {4fa929a5-308d-4b94-b35c-623ebcaba46a} TCPHandler: Processed in 0.001725935 sec. 2025.12.24 01:30:28.160356 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:28.160450 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 01:30:28.160506 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.24 01:30:28.161463 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.161501 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.162244 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.12.24 01:30:28.162687 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} oximeter.measurements_histogramu64 (b94d7ee2-f591-4a96-8c3c-715ba8790c76): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.162828 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} executeQuery: Read 59 rows, 108.26 KiB in 0.002395 sec., 24634.65553235908 rows/sec., 44.14 MiB/sec. 2025.12.24 01:30:28.162887 [ 255 ] {7800df07-1fc1-4aa4-a3e1-7ba3fee6fcb4} TCPHandler: Processed in 0.002580292 sec. 2025.12.24 01:30:28.162999 [ 255 ] {} TCP-Session: 1e09109c-5606-400e-b915-f0fe682f24d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 01:30:28.163094 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} executeQuery: (from [fd00:1122:3344:101::d]:55735) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 01:30:28.163137 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 01:30:28.163484 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.163521 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.163940 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.12.24 01:30:28.164440 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} oximeter.measurements_u64 (53be0b4d-8b77-48b5-9188-45f915704a6b): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.164574 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. 2025.12.24 01:30:28.164612 [ 255 ] {20d2a555-3327-4f52-9ec8-0410b4940113} TCPHandler: Processed in 0.001661413 sec. 2025.12.24 01:30:28.320595 [ 48 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.12.24 01:30:28.320700 [ 48 ] {} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:28.320745 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:28.320947 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2025.12.24 01:30:28.321175 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 01:30:28.321233 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 254 rows starting from the beginning of the part 2025.12.24 01:30:28.321341 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 290 rows starting from the beginning of the part 2025.12.24 01:30:28.321423 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.12.24 01:30:28.321495 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 253 rows starting from the beginning of the part 2025.12.24 01:30:28.321566 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 252 rows starting from the beginning of the part 2025.12.24 01:30:28.322779 [ 189 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001922069 sec., 546286.3195858214 rows/sec., 39.73 MiB/sec. 2025.12.24 01:30:28.323017 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.12.24 01:30:28.323525 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:28.323600 [ 186 ] {2aa9f862-01c0-4ae0-8338-66f33fee20bf::all_1_29_7} oximeter.fields_u32 (2aa9f862-01c0-4ae0-8338-66f33fee20bf) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.12.24 01:30:28.323673 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.12.24 01:30:29.976435 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 844 2025.12.24 01:30:29.995239 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 01:30:29.995301 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.91 GiB. 2025.12.24 01:30:30.000171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 398.74 MiB, peak 412.70 MiB, free memory in arenas 0.00 B, will set to 394.21 MiB (RSS), difference: -4.52 MiB 2025.12.24 01:30:30.001810 [ 243 ] {} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.12.24 01:30:30.002919 [ 243 ] {} system.metric_log (acf82c4c-9a95-4a26-bc2b-e4914d2eca74): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 01:30:30.006420 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 844 2025.12.24 01:30:31.000172 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 390.21 MiB, peak 412.70 MiB, free memory in arenas 0.00 B, will set to 394.21 MiB (RSS), difference: 4.00 MiB