[ May 4 23:55:09 Enabled. ] [ May 4 23:55:09 Rereading configuration. ] [ May 4 23:55:10 Rereading configuration. ] [ May 4 23:55:12 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 [ May 4 23:55:12 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.05.04 23:55:13.194545 [ 1 ] {} Application: Will watch for the process with pid 23990 2026.05.04 23:55:13.194970 [ 1 ] {} Application: Forked a child process to watch 2026.05.04 23:55:13.395437 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23990 2026.05.04 23:55:13.396229 [ 1 ] {} Application: starting up 2026.05.04 23:55:13.396375 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.05.04 23:55:13.491117 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.05.04 23:55:13.529787 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.05.04 23:55:13.529841 [ 1 ] {} Application: Initializing DateLUT. 2026.05.04 23:55:13.529859 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.05.04 23:55:13.529919 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.05.04 23:55:13.530308 [ 1 ] {} Application: Initializing interserver credentials. 2026.05.04 23:55:13.532485 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.04 23:55:13.533262 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.04 23:55:13.534145 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.05.04 23:55:13.534166 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.05.04 23:55:13.534180 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.05.04 23:55:13.534886 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 23:55:13.535792 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.05.04 23:55:13.541139 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 23:55:13.541927 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.05.04 23:55:13.543298 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.04 23:55:13.543377 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.04 23:55:13.544387 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.05.04 23:55:13.544780 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.05.04 23:55:13.548498 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.05.04 23:55:13.548822 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.05.04 23:55:13.553305 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.05.04 23:55:13.553716 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.05.04 23:55:13.554067 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.05.04 23:55:13.554408 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.05.04 23:55:13.555821 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.05.04 23:55:13.555848 [ 1 ] {} Application: Loading metadata from /data/ 2026.05.04 23:55:13.555933 [ 77 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:55:13.556017 [ 77 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:55:13.563512 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.05.04 23:55:13.563539 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154404 sec 2026.05.04 23:55:13.563556 [ 1 ] {} ReferentialDeps: No tables 2026.05.04 23:55:13.563569 [ 1 ] {} LoadingDeps: No tables 2026.05.04 23:55:13.564200 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.05.04 23:55:13.564741 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.05.04 23:55:13.572438 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.05.04 23:55:13.572478 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.05.04 23:55:13.572497 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.05.04 23:55:13.572509 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.05.04 23:55:13.572539 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.05.04 23:55:13.572560 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.05.04 23:55:13.574524 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.05.04 23:55:13.574564 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.05.04 23:55:13.574583 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.05.04 23:55:13.574716 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.05.04 23:55:13.574754 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.05.04 23:55:13.574766 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.05.04 23:55:13.574784 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.05.04 23:55:13.574795 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.05.04 23:55:13.574825 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.05.04 23:55:13.574841 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.05.04 23:55:13.596229 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.05.04 23:55:13.597965 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.05.04 23:55:13.597994 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.5972e-05 sec 2026.05.04 23:55:13.598007 [ 1 ] {} ReferentialDeps: No tables 2026.05.04 23:55:13.598018 [ 1 ] {} LoadingDeps: No tables 2026.05.04 23:55:13.598042 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.05.04 23:55:13.598240 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.05.04 23:55:13.598290 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.05.04 23:55:13.598306 [ 1 ] {} Application: Loaded metadata. 2026.05.04 23:55:13.598319 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.05.04 23:55:13.598332 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.05.04 23:55:13.618060 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.05.04 23:55:13.618313 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.67 MiB (RSS), difference: 91.89 MiB 2026.05.04 23:55:13.619570 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.281e-05 sec. 2026.05.04 23:55:13.619846 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.05.04 23:55:13.619920 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.05.04 23:55:13.619946 [ 1 ] {} Application: Ready for connections. 2026.05.04 23:55:13.849564 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40348 2026.05.04 23:55:13.850384 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.850441 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Authenticating user 'default' from [fd00:1122:3344:101::d]:40348 2026.05.04 23:55:13.850470 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.850490 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.850583 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:55:13.850610 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:13.850633 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:13.851090 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44922 2026.05.04 23:55:13.852383 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64395 2026.05.04 23:55:13.852428 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.852471 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Authenticating user 'default' from [fd00:1122:3344:101::d]:44922 2026.05.04 23:55:13.852507 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.852520 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.851938 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63246 2026.05.04 23:55:13.851958 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52967 2026.05.04 23:55:13.852949 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47480 2026.05.04 23:55:13.852997 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.853044 [ 255 ] {} TCP-Session: b393e6c0-088c-415d-b909-e629425178c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64395 2026.05.04 23:55:13.853081 [ 255 ] {} TCP-Session: b393e6c0-088c-415d-b909-e629425178c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853095 [ 255 ] {} TCP-Session: b393e6c0-088c-415d-b909-e629425178c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853595 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.853643 [ 253 ] {} TCP-Session: 75434f6a-d8c4-4b45-8d0d-a46be8b1acfd Authenticating user 'default' from [fd00:1122:3344:101::d]:63246 2026.05.04 23:55:13.853653 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64859 2026.05.04 23:55:13.853661 [ 253 ] {} TCP-Session: 75434f6a-d8c4-4b45-8d0d-a46be8b1acfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853691 [ 253 ] {} TCP-Session: 75434f6a-d8c4-4b45-8d0d-a46be8b1acfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853700 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.853719 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.853754 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.853819 [ 5 ] {} TCP-Session: f2f423a2-a75e-4447-af31-21cacf372da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:52967 2026.05.04 23:55:13.853831 [ 256 ] {} TCP-Session: f6da2f0d-d5eb-428c-bf67-65ff58b77367 Authenticating user 'default' from [fd00:1122:3344:101::d]:47480 2026.05.04 23:55:13.853831 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56168 2026.05.04 23:55:13.853848 [ 5 ] {} TCP-Session: f2f423a2-a75e-4447-af31-21cacf372da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853859 [ 256 ] {} TCP-Session: f6da2f0d-d5eb-428c-bf67-65ff58b77367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853893 [ 5 ] {} TCP-Session: f2f423a2-a75e-4447-af31-21cacf372da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853903 [ 256 ] {} TCP-Session: f6da2f0d-d5eb-428c-bf67-65ff58b77367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.853938 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43959 2026.05.04 23:55:13.853955 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.854010 [ 257 ] {} TCP-Session: 9f29c5bf-c6e3-4d19-9c43-eccd1172a7b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64859 2026.05.04 23:55:13.854036 [ 257 ] {} TCP-Session: 9f29c5bf-c6e3-4d19-9c43-eccd1172a7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.854054 [ 257 ] {} TCP-Session: 9f29c5bf-c6e3-4d19-9c43-eccd1172a7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.854115 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.854644 [ 258 ] {} TCP-Session: a436ccb3-61a5-48b1-a835-a16a1d2d6af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:56168 2026.05.04 23:55:13.854662 [ 258 ] {} TCP-Session: a436ccb3-61a5-48b1-a835-a16a1d2d6af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.854673 [ 258 ] {} TCP-Session: a436ccb3-61a5-48b1-a835-a16a1d2d6af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.855281 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:13.855332 [ 259 ] {} TCP-Session: 8f7980a6-9dfa-49bd-a357-3a30f5806a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:43959 2026.05.04 23:55:13.855350 [ 259 ] {} TCP-Session: 8f7980a6-9dfa-49bd-a357-3a30f5806a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.855377 [ 259 ] {} TCP-Session: 8f7980a6-9dfa-49bd-a357-3a30f5806a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:13.856637 [ 3 ] {ab27b53b-633e-4fad-928d-80c0a9b2b978} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:55:13.957056 [ 3 ] {ab27b53b-633e-4fad-928d-80c0a9b2b978} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40348) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:55:13.957879 [ 3 ] {ab27b53b-633e-4fad-928d-80c0a9b2b978} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:55:13.957961 [ 3 ] {ab27b53b-633e-4fad-928d-80c0a9b2b978} TCPHandler: Processed in 0.106502264 sec. 2026.05.04 23:55:13.958590 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.958862 [ 4 ] {986d3a71-5a98-4206-86bf-489031c78f21} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:55:13.959284 [ 4 ] {986d3a71-5a98-4206-86bf-489031c78f21} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44922) (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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:55:13.959428 [ 4 ] {986d3a71-5a98-4206-86bf-489031c78f21} 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 @ 0x00000000001171c7 in /system/lib/amd64/libc.so.1 2026.05.04 23:55:13.959507 [ 4 ] {986d3a71-5a98-4206-86bf-489031c78f21} TCPHandler: Processed in 0.001352075 sec. 2026.05.04 23:55:13.959785 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.960526 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.05.04 23:55:13.961132 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.05.04 23:55:13.962972 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.05.04 23:55:13.962999 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3232e-05 sec 2026.05.04 23:55:13.963014 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} ReferentialDeps: No tables 2026.05.04 23:55:13.963035 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} LoadingDeps: No tables 2026.05.04 23:55:13.963067 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} DatabaseAtomic (oximeter): Starting up tables. 2026.05.04 23:55:13.963742 [ 3 ] {3c803e20-91f8-46d6-88e7-1f35d2ca54c5} TCPHandler: Processed in 0.004078647 sec. 2026.05.04 23:55:13.963883 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.964058 [ 3 ] {27530b56-18bc-45c6-aa49-a11c187590d9} executeQuery: (from [fd00:1122:3344:101::d]:40348) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.05.04 23:55:13.964114 [ 3 ] {27530b56-18bc-45c6-aa49-a11c187590d9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.05.04 23:55:13.968994 [ 3 ] {27530b56-18bc-45c6-aa49-a11c187590d9} StoragePolicy (default): Storage policy default created, total volumes 1 2026.05.04 23:55:13.970701 [ 3 ] {27530b56-18bc-45c6-aa49-a11c187590d9} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c): Loading data parts 2026.05.04 23:55:13.971717 [ 3 ] {27530b56-18bc-45c6-aa49-a11c187590d9} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c): There are no data parts 2026.05.04 23:55:13.974304 [ 3 ] {27530b56-18bc-45c6-aa49-a11c187590d9} TCPHandler: Processed in 0.010473784 sec. 2026.05.04 23:55:13.974469 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.974649 [ 3 ] {e89f636c-ad12-447d-8c29-a5b820a07a87} executeQuery: (from [fd00:1122:3344:101::d]:40348) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:13.974714 [ 3 ] {e89f636c-ad12-447d-8c29-a5b820a07a87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.05.04 23:55:13.982811 [ 3 ] {e89f636c-ad12-447d-8c29-a5b820a07a87} oximeter.measurements_bool (3d973b23-b1c8-43f8-abce-764538c75dc8): Loading data parts 2026.05.04 23:55:13.983041 [ 3 ] {e89f636c-ad12-447d-8c29-a5b820a07a87} oximeter.measurements_bool (3d973b23-b1c8-43f8-abce-764538c75dc8): There are no data parts 2026.05.04 23:55:13.984382 [ 3 ] {e89f636c-ad12-447d-8c29-a5b820a07a87} TCPHandler: Processed in 0.009970042 sec. 2026.05.04 23:55:13.984533 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.984703 [ 3 ] {6647c1e9-defa-4696-abb2-de75a9954e33} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:13.984754 [ 3 ] {6647c1e9-defa-4696-abb2-de75a9954e33} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.05.04 23:55:13.986785 [ 3 ] {6647c1e9-defa-4696-abb2-de75a9954e33} oximeter.measurements_i8 (44049ac1-d83b-48ac-b002-564e63307f12): Loading data parts 2026.05.04 23:55:13.986926 [ 3 ] {6647c1e9-defa-4696-abb2-de75a9954e33} oximeter.measurements_i8 (44049ac1-d83b-48ac-b002-564e63307f12): There are no data parts 2026.05.04 23:55:13.988450 [ 3 ] {6647c1e9-defa-4696-abb2-de75a9954e33} TCPHandler: Processed in 0.003967133 sec. 2026.05.04 23:55:13.988591 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.988745 [ 3 ] {0c96e5f3-c7eb-4f1f-868d-1a39342bb47a} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:13.988794 [ 3 ] {0c96e5f3-c7eb-4f1f-868d-1a39342bb47a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.05.04 23:55:13.990438 [ 3 ] {0c96e5f3-c7eb-4f1f-868d-1a39342bb47a} oximeter.measurements_u8 (402ec0af-816f-4f8c-add6-efb6dc0e2337): Loading data parts 2026.05.04 23:55:13.990583 [ 3 ] {0c96e5f3-c7eb-4f1f-868d-1a39342bb47a} oximeter.measurements_u8 (402ec0af-816f-4f8c-add6-efb6dc0e2337): There are no data parts 2026.05.04 23:55:13.991731 [ 3 ] {0c96e5f3-c7eb-4f1f-868d-1a39342bb47a} TCPHandler: Processed in 0.003189854 sec. 2026.05.04 23:55:13.991860 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.992044 [ 3 ] {67464524-27b1-4a61-9510-7e9fb174700e} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:13.992086 [ 3 ] {67464524-27b1-4a61-9510-7e9fb174700e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.05.04 23:55:13.993810 [ 3 ] {67464524-27b1-4a61-9510-7e9fb174700e} oximeter.measurements_i16 (9526bffc-1010-4105-8a52-1cf2af7a4167): Loading data parts 2026.05.04 23:55:13.993937 [ 3 ] {67464524-27b1-4a61-9510-7e9fb174700e} oximeter.measurements_i16 (9526bffc-1010-4105-8a52-1cf2af7a4167): There are no data parts 2026.05.04 23:55:13.995048 [ 3 ] {67464524-27b1-4a61-9510-7e9fb174700e} TCPHandler: Processed in 0.003236835 sec. 2026.05.04 23:55:13.995193 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.995348 [ 3 ] {bc917943-dc83-4dd3-b116-5a77d893da00} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:13.995406 [ 3 ] {bc917943-dc83-4dd3-b116-5a77d893da00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.05.04 23:55:13.996976 [ 3 ] {bc917943-dc83-4dd3-b116-5a77d893da00} oximeter.measurements_u16 (351c7a63-e833-4472-852b-625e19e587e4): Loading data parts 2026.05.04 23:55:13.997122 [ 3 ] {bc917943-dc83-4dd3-b116-5a77d893da00} oximeter.measurements_u16 (351c7a63-e833-4472-852b-625e19e587e4): There are no data parts 2026.05.04 23:55:13.998779 [ 3 ] {bc917943-dc83-4dd3-b116-5a77d893da00} TCPHandler: Processed in 0.003632665 sec. 2026.05.04 23:55:13.999006 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:13.999404 [ 3 ] {fc4f580f-988f-4aa8-b381-4f9bc4bd8547} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:13.999478 [ 3 ] {fc4f580f-988f-4aa8-b381-4f9bc4bd8547} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.05.04 23:55:14.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 121.27 MiB, peak 121.27 MiB, free memory in arenas 0.00 B, will set to 131.15 MiB (RSS), difference: 9.87 MiB 2026.05.04 23:55:14.001650 [ 3 ] {fc4f580f-988f-4aa8-b381-4f9bc4bd8547} oximeter.measurements_i32 (cc779168-e017-4d7d-a539-7cb1c8e88b3c): Loading data parts 2026.05.04 23:55:14.001800 [ 3 ] {fc4f580f-988f-4aa8-b381-4f9bc4bd8547} oximeter.measurements_i32 (cc779168-e017-4d7d-a539-7cb1c8e88b3c): There are no data parts 2026.05.04 23:55:14.002974 [ 3 ] {fc4f580f-988f-4aa8-b381-4f9bc4bd8547} TCPHandler: Processed in 0.004040277 sec. 2026.05.04 23:55:14.003129 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.003291 [ 3 ] {34d74c78-29a6-45fb-9fda-121baa90d0c3} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.003353 [ 3 ] {34d74c78-29a6-45fb-9fda-121baa90d0c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.05.04 23:55:14.005161 [ 3 ] {34d74c78-29a6-45fb-9fda-121baa90d0c3} oximeter.measurements_u32 (804892b5-7bab-4c26-b225-f5125994e897): Loading data parts 2026.05.04 23:55:14.005301 [ 3 ] {34d74c78-29a6-45fb-9fda-121baa90d0c3} oximeter.measurements_u32 (804892b5-7bab-4c26-b225-f5125994e897): There are no data parts 2026.05.04 23:55:14.006778 [ 3 ] {34d74c78-29a6-45fb-9fda-121baa90d0c3} TCPHandler: Processed in 0.003699997 sec. 2026.05.04 23:55:14.006918 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.007099 [ 3 ] {c29a422a-a851-472b-add2-f41593fd1ac6} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.007158 [ 3 ] {c29a422a-a851-472b-add2-f41593fd1ac6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.05.04 23:55:14.008662 [ 3 ] {c29a422a-a851-472b-add2-f41593fd1ac6} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Loading data parts 2026.05.04 23:55:14.008806 [ 3 ] {c29a422a-a851-472b-add2-f41593fd1ac6} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): There are no data parts 2026.05.04 23:55:14.009835 [ 3 ] {c29a422a-a851-472b-add2-f41593fd1ac6} TCPHandler: Processed in 0.003005419 sec. 2026.05.04 23:55:14.009963 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.010110 [ 3 ] {450e1418-26f2-4bcd-bb00-12bd297beba5} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.010167 [ 3 ] {450e1418-26f2-4bcd-bb00-12bd297beba5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.05.04 23:55:14.011789 [ 3 ] {450e1418-26f2-4bcd-bb00-12bd297beba5} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Loading data parts 2026.05.04 23:55:14.011953 [ 3 ] {450e1418-26f2-4bcd-bb00-12bd297beba5} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): There are no data parts 2026.05.04 23:55:14.013086 [ 3 ] {450e1418-26f2-4bcd-bb00-12bd297beba5} TCPHandler: Processed in 0.003123072 sec. 2026.05.04 23:55:14.013223 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.013400 [ 3 ] {e5ba497f-498a-42a5-8128-8f8ef3cd50d3} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.013458 [ 3 ] {e5ba497f-498a-42a5-8128-8f8ef3cd50d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.05.04 23:55:14.015191 [ 3 ] {e5ba497f-498a-42a5-8128-8f8ef3cd50d3} oximeter.measurements_f32 (9fa01419-2ecc-47fc-8616-48b4fa3da1ad): Loading data parts 2026.05.04 23:55:14.015345 [ 3 ] {e5ba497f-498a-42a5-8128-8f8ef3cd50d3} oximeter.measurements_f32 (9fa01419-2ecc-47fc-8616-48b4fa3da1ad): There are no data parts 2026.05.04 23:55:14.016696 [ 3 ] {e5ba497f-498a-42a5-8128-8f8ef3cd50d3} TCPHandler: Processed in 0.003523003 sec. 2026.05.04 23:55:14.016831 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.016985 [ 3 ] {612fadc4-3e3f-4791-ae72-34067c0e6e5e} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.017045 [ 3 ] {612fadc4-3e3f-4791-ae72-34067c0e6e5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.05.04 23:55:14.018631 [ 3 ] {612fadc4-3e3f-4791-ae72-34067c0e6e5e} oximeter.measurements_f64 (8547a3a2-81ca-4513-ba1e-6371b92effb2): Loading data parts 2026.05.04 23:55:14.018812 [ 3 ] {612fadc4-3e3f-4791-ae72-34067c0e6e5e} oximeter.measurements_f64 (8547a3a2-81ca-4513-ba1e-6371b92effb2): There are no data parts 2026.05.04 23:55:14.020142 [ 3 ] {612fadc4-3e3f-4791-ae72-34067c0e6e5e} TCPHandler: Processed in 0.003360918 sec. 2026.05.04 23:55:14.020273 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.020446 [ 3 ] {ed5676d2-fe3f-4872-9d87-51d03fc7202e} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.020502 [ 3 ] {ed5676d2-fe3f-4872-9d87-51d03fc7202e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.05.04 23:55:14.022610 [ 3 ] {ed5676d2-fe3f-4872-9d87-51d03fc7202e} oximeter.measurements_string (65f3a6ba-f440-451b-96bd-0ae3b56367ea): Loading data parts 2026.05.04 23:55:14.022755 [ 3 ] {ed5676d2-fe3f-4872-9d87-51d03fc7202e} oximeter.measurements_string (65f3a6ba-f440-451b-96bd-0ae3b56367ea): There are no data parts 2026.05.04 23:55:14.024104 [ 3 ] {ed5676d2-fe3f-4872-9d87-51d03fc7202e} TCPHandler: Processed in 0.003880602 sec. 2026.05.04 23:55:14.024257 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.024414 [ 3 ] {62602bf4-a1cb-4f42-9aef-e968566ceeb2} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.024489 [ 3 ] {62602bf4-a1cb-4f42-9aef-e968566ceeb2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.05.04 23:55:14.026285 [ 3 ] {62602bf4-a1cb-4f42-9aef-e968566ceeb2} oximeter.measurements_bytes (95c65367-3dd0-4ca6-8f7d-21977cd872ea): Loading data parts 2026.05.04 23:55:14.026428 [ 3 ] {62602bf4-a1cb-4f42-9aef-e968566ceeb2} oximeter.measurements_bytes (95c65367-3dd0-4ca6-8f7d-21977cd872ea): There are no data parts 2026.05.04 23:55:14.027944 [ 3 ] {62602bf4-a1cb-4f42-9aef-e968566ceeb2} TCPHandler: Processed in 0.003737538 sec. 2026.05.04 23:55:14.028084 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.028244 [ 3 ] {bcfa3e72-0677-411c-b86b-2cf555801a52} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.028324 [ 3 ] {bcfa3e72-0677-411c-b86b-2cf555801a52} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.05.04 23:55:14.029883 [ 3 ] {bcfa3e72-0677-411c-b86b-2cf555801a52} oximeter.measurements_cumulativei64 (b273fa5a-6423-48a6-a9ad-2b3a788d5a50): Loading data parts 2026.05.04 23:55:14.030089 [ 3 ] {bcfa3e72-0677-411c-b86b-2cf555801a52} oximeter.measurements_cumulativei64 (b273fa5a-6423-48a6-a9ad-2b3a788d5a50): There are no data parts 2026.05.04 23:55:14.031345 [ 3 ] {bcfa3e72-0677-411c-b86b-2cf555801a52} TCPHandler: Processed in 0.003311097 sec. 2026.05.04 23:55:14.031495 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.031668 [ 3 ] {b384ca6e-8f3e-40eb-a462-fe16cef14025} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.031727 [ 3 ] {b384ca6e-8f3e-40eb-a462-fe16cef14025} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:14.033244 [ 3 ] {b384ca6e-8f3e-40eb-a462-fe16cef14025} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Loading data parts 2026.05.04 23:55:14.033395 [ 3 ] {b384ca6e-8f3e-40eb-a462-fe16cef14025} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): There are no data parts 2026.05.04 23:55:14.034483 [ 3 ] {b384ca6e-8f3e-40eb-a462-fe16cef14025} TCPHandler: Processed in 0.003037209 sec. 2026.05.04 23:55:14.034623 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.034827 [ 3 ] {6ac7fc6d-47c3-4dca-87a5-c8e2e6fbd590} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.034883 [ 3 ] {6ac7fc6d-47c3-4dca-87a5-c8e2e6fbd590} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.05.04 23:55:14.036632 [ 3 ] {6ac7fc6d-47c3-4dca-87a5-c8e2e6fbd590} oximeter.measurements_cumulativef32 (e1bcd51a-a2df-4c9c-b2a5-1dc06ac4ae0c): Loading data parts 2026.05.04 23:55:14.036792 [ 3 ] {6ac7fc6d-47c3-4dca-87a5-c8e2e6fbd590} oximeter.measurements_cumulativef32 (e1bcd51a-a2df-4c9c-b2a5-1dc06ac4ae0c): There are no data parts 2026.05.04 23:55:14.038318 [ 3 ] {6ac7fc6d-47c3-4dca-87a5-c8e2e6fbd590} TCPHandler: Processed in 0.003744889 sec. 2026.05.04 23:55:14.038478 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.038641 [ 3 ] {59fc466f-e9ea-422a-8051-b7034400be14} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.038704 [ 3 ] {59fc466f-e9ea-422a-8051-b7034400be14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.05.04 23:55:14.040712 [ 3 ] {59fc466f-e9ea-422a-8051-b7034400be14} oximeter.measurements_cumulativef64 (0e876afb-29ab-4a70-b6c3-debca7c89ea9): Loading data parts 2026.05.04 23:55:14.040857 [ 3 ] {59fc466f-e9ea-422a-8051-b7034400be14} oximeter.measurements_cumulativef64 (0e876afb-29ab-4a70-b6c3-debca7c89ea9): There are no data parts 2026.05.04 23:55:14.042234 [ 3 ] {59fc466f-e9ea-422a-8051-b7034400be14} TCPHandler: Processed in 0.00381314 sec. 2026.05.04 23:55:14.042376 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.042621 [ 3 ] {82101e48-fcf3-4cec-b2f7-b834582c18b1} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.042698 [ 3 ] {82101e48-fcf3-4cec-b2f7-b834582c18b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.05.04 23:55:14.044583 [ 3 ] {82101e48-fcf3-4cec-b2f7-b834582c18b1} oximeter.measurements_histogrami8 (c8b8c40c-9add-4889-bbd6-d4e5b0668abd): Loading data parts 2026.05.04 23:55:14.044718 [ 3 ] {82101e48-fcf3-4cec-b2f7-b834582c18b1} oximeter.measurements_histogrami8 (c8b8c40c-9add-4889-bbd6-d4e5b0668abd): There are no data parts 2026.05.04 23:55:14.046229 [ 3 ] {82101e48-fcf3-4cec-b2f7-b834582c18b1} TCPHandler: Processed in 0.003903412 sec. 2026.05.04 23:55:14.046363 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.046576 [ 3 ] {08b56581-3382-471d-9c5d-214c8531c780} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.046648 [ 3 ] {08b56581-3382-471d-9c5d-214c8531c780} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.05.04 23:55:14.048397 [ 3 ] {08b56581-3382-471d-9c5d-214c8531c780} oximeter.measurements_histogramu8 (b662e4d1-a5f7-4563-821b-d9ad87215ffe): Loading data parts 2026.05.04 23:55:14.048563 [ 3 ] {08b56581-3382-471d-9c5d-214c8531c780} oximeter.measurements_histogramu8 (b662e4d1-a5f7-4563-821b-d9ad87215ffe): There are no data parts 2026.05.04 23:55:14.049733 [ 3 ] {08b56581-3382-471d-9c5d-214c8531c780} TCPHandler: Processed in 0.0034202 sec. 2026.05.04 23:55:14.049865 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.050096 [ 3 ] {5f7af859-5fe3-4367-8deb-b968a02a4b6f} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.050167 [ 3 ] {5f7af859-5fe3-4367-8deb-b968a02a4b6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.05.04 23:55:14.051767 [ 3 ] {5f7af859-5fe3-4367-8deb-b968a02a4b6f} oximeter.measurements_histogrami16 (3530c643-e384-4b10-ae8e-550c7bfed06f): Loading data parts 2026.05.04 23:55:14.051881 [ 3 ] {5f7af859-5fe3-4367-8deb-b968a02a4b6f} oximeter.measurements_histogrami16 (3530c643-e384-4b10-ae8e-550c7bfed06f): There are no data parts 2026.05.04 23:55:14.052997 [ 3 ] {5f7af859-5fe3-4367-8deb-b968a02a4b6f} TCPHandler: Processed in 0.003181054 sec. 2026.05.04 23:55:14.053162 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.053371 [ 3 ] {67b90c8a-4255-44a0-a5da-04a38e80516d} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.053437 [ 3 ] {67b90c8a-4255-44a0-a5da-04a38e80516d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.05.04 23:55:14.055324 [ 3 ] {67b90c8a-4255-44a0-a5da-04a38e80516d} oximeter.measurements_histogramu16 (e1d4a2b1-179a-44db-892d-93e837db6d56): Loading data parts 2026.05.04 23:55:14.055472 [ 3 ] {67b90c8a-4255-44a0-a5da-04a38e80516d} oximeter.measurements_histogramu16 (e1d4a2b1-179a-44db-892d-93e837db6d56): There are no data parts 2026.05.04 23:55:14.056934 [ 3 ] {67b90c8a-4255-44a0-a5da-04a38e80516d} TCPHandler: Processed in 0.00382282 sec. 2026.05.04 23:55:14.057071 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.057297 [ 3 ] {d4b399c6-9345-4eae-ae88-384e79ff45fd} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.057357 [ 3 ] {d4b399c6-9345-4eae-ae88-384e79ff45fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.05.04 23:55:14.059344 [ 3 ] {d4b399c6-9345-4eae-ae88-384e79ff45fd} oximeter.measurements_histogrami32 (cb7db02c-818a-45c9-b15f-b187cc2c6286): Loading data parts 2026.05.04 23:55:14.059499 [ 3 ] {d4b399c6-9345-4eae-ae88-384e79ff45fd} oximeter.measurements_histogrami32 (cb7db02c-818a-45c9-b15f-b187cc2c6286): There are no data parts 2026.05.04 23:55:14.060981 [ 3 ] {d4b399c6-9345-4eae-ae88-384e79ff45fd} TCPHandler: Processed in 0.003960214 sec. 2026.05.04 23:55:14.061135 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.061349 [ 3 ] {7c9befbc-6b14-41a1-8462-7a5a7fcef43a} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.061413 [ 3 ] {7c9befbc-6b14-41a1-8462-7a5a7fcef43a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.05.04 23:55:14.063415 [ 3 ] {7c9befbc-6b14-41a1-8462-7a5a7fcef43a} oximeter.measurements_histogramu32 (f01866e0-7422-4c5f-ad42-ebc423834292): Loading data parts 2026.05.04 23:55:14.063558 [ 3 ] {7c9befbc-6b14-41a1-8462-7a5a7fcef43a} oximeter.measurements_histogramu32 (f01866e0-7422-4c5f-ad42-ebc423834292): There are no data parts 2026.05.04 23:55:14.065211 [ 3 ] {7c9befbc-6b14-41a1-8462-7a5a7fcef43a} TCPHandler: Processed in 0.004126178 sec. 2026.05.04 23:55:14.065358 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.065577 [ 3 ] {76970fa1-f458-4340-bfb9-3ec08ff6efd1} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.065639 [ 3 ] {76970fa1-f458-4340-bfb9-3ec08ff6efd1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.05.04 23:55:14.067935 [ 3 ] {76970fa1-f458-4340-bfb9-3ec08ff6efd1} oximeter.measurements_histogrami64 (b79ea1fa-eb79-4116-89d6-08595cac788e): Loading data parts 2026.05.04 23:55:14.068065 [ 3 ] {76970fa1-f458-4340-bfb9-3ec08ff6efd1} oximeter.measurements_histogrami64 (b79ea1fa-eb79-4116-89d6-08595cac788e): There are no data parts 2026.05.04 23:55:14.069641 [ 3 ] {76970fa1-f458-4340-bfb9-3ec08ff6efd1} TCPHandler: Processed in 0.004332284 sec. 2026.05.04 23:55:14.069796 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.070007 [ 3 ] {801b090b-0fef-471f-ae5c-698e94608a82} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.070071 [ 3 ] {801b090b-0fef-471f-ae5c-698e94608a82} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.05.04 23:55:14.071754 [ 3 ] {801b090b-0fef-471f-ae5c-698e94608a82} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Loading data parts 2026.05.04 23:55:14.071885 [ 3 ] {801b090b-0fef-471f-ae5c-698e94608a82} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): There are no data parts 2026.05.04 23:55:14.073228 [ 3 ] {801b090b-0fef-471f-ae5c-698e94608a82} TCPHandler: Processed in 0.003483281 sec. 2026.05.04 23:55:14.073371 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.073581 [ 3 ] {971fdcc0-1be9-4885-bc32-b4d2b1363abf} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.073646 [ 3 ] {971fdcc0-1be9-4885-bc32-b4d2b1363abf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.05.04 23:55:14.075545 [ 3 ] {971fdcc0-1be9-4885-bc32-b4d2b1363abf} oximeter.measurements_histogramf32 (c2fbe2b8-af6a-4cc4-bf7e-6f5973275184): Loading data parts 2026.05.04 23:55:14.075676 [ 3 ] {971fdcc0-1be9-4885-bc32-b4d2b1363abf} oximeter.measurements_histogramf32 (c2fbe2b8-af6a-4cc4-bf7e-6f5973275184): There are no data parts 2026.05.04 23:55:14.077036 [ 3 ] {971fdcc0-1be9-4885-bc32-b4d2b1363abf} TCPHandler: Processed in 0.003715788 sec. 2026.05.04 23:55:14.077180 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.077400 [ 3 ] {3dc0570f-04be-4b17-bf43-5a94e592c2c6} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.077469 [ 3 ] {3dc0570f-04be-4b17-bf43-5a94e592c2c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.05.04 23:55:14.079413 [ 3 ] {3dc0570f-04be-4b17-bf43-5a94e592c2c6} oximeter.measurements_histogramf64 (d91a4c85-77a7-4cd8-93b1-031e1ec47c49): Loading data parts 2026.05.04 23:55:14.079554 [ 3 ] {3dc0570f-04be-4b17-bf43-5a94e592c2c6} oximeter.measurements_histogramf64 (d91a4c85-77a7-4cd8-93b1-031e1ec47c49): There are no data parts 2026.05.04 23:55:14.081183 [ 3 ] {3dc0570f-04be-4b17-bf43-5a94e592c2c6} TCPHandler: Processed in 0.004053806 sec. 2026.05.04 23:55:14.081345 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.081558 [ 3 ] {57a9d452-cc0d-4f8c-b0c0-2cdf1c60672c} executeQuery: (from [fd00:1122:3344:101::d]:40348) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.081637 [ 3 ] {57a9d452-cc0d-4f8c-b0c0-2cdf1c60672c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.05.04 23:55:14.083876 [ 3 ] {57a9d452-cc0d-4f8c-b0c0-2cdf1c60672c} oximeter.fields_bool (4de005f5-8343-4bbf-92ff-c35d9e336537): Loading data parts 2026.05.04 23:55:14.084086 [ 3 ] {57a9d452-cc0d-4f8c-b0c0-2cdf1c60672c} oximeter.fields_bool (4de005f5-8343-4bbf-92ff-c35d9e336537): There are no data parts 2026.05.04 23:55:14.085440 [ 3 ] {57a9d452-cc0d-4f8c-b0c0-2cdf1c60672c} TCPHandler: Processed in 0.004157789 sec. 2026.05.04 23:55:14.085576 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.085748 [ 3 ] {fc97e2d5-302b-48da-9dc1-9911316fcc8f} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.085802 [ 3 ] {fc97e2d5-302b-48da-9dc1-9911316fcc8f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.05.04 23:55:14.087346 [ 3 ] {fc97e2d5-302b-48da-9dc1-9911316fcc8f} oximeter.fields_i8 (d62e7f5f-e31f-4651-80a3-519902ac64c4): Loading data parts 2026.05.04 23:55:14.087501 [ 3 ] {fc97e2d5-302b-48da-9dc1-9911316fcc8f} oximeter.fields_i8 (d62e7f5f-e31f-4651-80a3-519902ac64c4): There are no data parts 2026.05.04 23:55:14.088786 [ 3 ] {fc97e2d5-302b-48da-9dc1-9911316fcc8f} TCPHandler: Processed in 0.003259516 sec. 2026.05.04 23:55:14.088933 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.089087 [ 3 ] {18a83fe4-3d34-4f76-99b1-bf54833c4f4b} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.089142 [ 3 ] {18a83fe4-3d34-4f76-99b1-bf54833c4f4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.05.04 23:55:14.092395 [ 3 ] {18a83fe4-3d34-4f76-99b1-bf54833c4f4b} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Loading data parts 2026.05.04 23:55:14.092540 [ 3 ] {18a83fe4-3d34-4f76-99b1-bf54833c4f4b} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): There are no data parts 2026.05.04 23:55:14.093991 [ 3 ] {18a83fe4-3d34-4f76-99b1-bf54833c4f4b} TCPHandler: Processed in 0.005109434 sec. 2026.05.04 23:55:14.094125 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.094292 [ 3 ] {ba83b70e-db72-4721-81cc-8283b8bde5a9} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.094342 [ 3 ] {ba83b70e-db72-4721-81cc-8283b8bde5a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.05.04 23:55:14.096618 [ 3 ] {ba83b70e-db72-4721-81cc-8283b8bde5a9} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Loading data parts 2026.05.04 23:55:14.096743 [ 3 ] {ba83b70e-db72-4721-81cc-8283b8bde5a9} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): There are no data parts 2026.05.04 23:55:14.098153 [ 3 ] {ba83b70e-db72-4721-81cc-8283b8bde5a9} TCPHandler: Processed in 0.004078107 sec. 2026.05.04 23:55:14.098287 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.098439 [ 3 ] {b5518736-05dd-4610-8648-cb850645e455} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.098493 [ 3 ] {b5518736-05dd-4610-8648-cb850645e455} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.05.04 23:55:14.100588 [ 3 ] {b5518736-05dd-4610-8648-cb850645e455} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Loading data parts 2026.05.04 23:55:14.100757 [ 3 ] {b5518736-05dd-4610-8648-cb850645e455} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): There are no data parts 2026.05.04 23:55:14.102594 [ 3 ] {b5518736-05dd-4610-8648-cb850645e455} TCPHandler: Processed in 0.004356364 sec. 2026.05.04 23:55:14.102724 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.102893 [ 3 ] {6c1ddf61-385f-4c8b-8562-5f353381b40d} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.102946 [ 3 ] {6c1ddf61-385f-4c8b-8562-5f353381b40d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.05.04 23:55:14.104747 [ 3 ] {6c1ddf61-385f-4c8b-8562-5f353381b40d} oximeter.fields_i32 (51b0724d-80e0-485f-a4b6-041c1da349f7): Loading data parts 2026.05.04 23:55:14.104889 [ 3 ] {6c1ddf61-385f-4c8b-8562-5f353381b40d} oximeter.fields_i32 (51b0724d-80e0-485f-a4b6-041c1da349f7): There are no data parts 2026.05.04 23:55:14.106216 [ 3 ] {6c1ddf61-385f-4c8b-8562-5f353381b40d} TCPHandler: Processed in 0.003541723 sec. 2026.05.04 23:55:14.106348 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.106502 [ 3 ] {d222bbbd-9164-4c69-8a78-7bb68169f299} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.106560 [ 3 ] {d222bbbd-9164-4c69-8a78-7bb68169f299} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.05.04 23:55:14.108196 [ 3 ] {d222bbbd-9164-4c69-8a78-7bb68169f299} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Loading data parts 2026.05.04 23:55:14.108349 [ 3 ] {d222bbbd-9164-4c69-8a78-7bb68169f299} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): There are no data parts 2026.05.04 23:55:14.109474 [ 3 ] {d222bbbd-9164-4c69-8a78-7bb68169f299} TCPHandler: Processed in 0.003175993 sec. 2026.05.04 23:55:14.109606 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.109776 [ 3 ] {fbdb71fa-e098-4fb6-86c7-361b92afb9d0} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.109828 [ 3 ] {fbdb71fa-e098-4fb6-86c7-361b92afb9d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.05.04 23:55:14.111521 [ 3 ] {fbdb71fa-e098-4fb6-86c7-361b92afb9d0} oximeter.fields_i64 (0f5fe5ca-5d8f-489a-8a52-25847349d823): Loading data parts 2026.05.04 23:55:14.111691 [ 3 ] {fbdb71fa-e098-4fb6-86c7-361b92afb9d0} oximeter.fields_i64 (0f5fe5ca-5d8f-489a-8a52-25847349d823): There are no data parts 2026.05.04 23:55:14.113256 [ 3 ] {fbdb71fa-e098-4fb6-86c7-361b92afb9d0} TCPHandler: Processed in 0.003699788 sec. 2026.05.04 23:55:14.113401 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.113560 [ 3 ] {a700842b-0030-46a1-b226-62313a9b523b} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.113632 [ 3 ] {a700842b-0030-46a1-b226-62313a9b523b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.05.04 23:55:14.115286 [ 3 ] {a700842b-0030-46a1-b226-62313a9b523b} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Loading data parts 2026.05.04 23:55:14.115447 [ 3 ] {a700842b-0030-46a1-b226-62313a9b523b} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): There are no data parts 2026.05.04 23:55:14.116563 [ 3 ] {a700842b-0030-46a1-b226-62313a9b523b} TCPHandler: Processed in 0.003210734 sec. 2026.05.04 23:55:14.116720 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.116909 [ 3 ] {64bbfb55-bc95-4337-b748-de3d68e5cb80} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.116976 [ 3 ] {64bbfb55-bc95-4337-b748-de3d68e5cb80} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.05.04 23:55:14.119439 [ 3 ] {64bbfb55-bc95-4337-b748-de3d68e5cb80} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Loading data parts 2026.05.04 23:55:14.119574 [ 3 ] {64bbfb55-bc95-4337-b748-de3d68e5cb80} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): There are no data parts 2026.05.04 23:55:14.122384 [ 3 ] {64bbfb55-bc95-4337-b748-de3d68e5cb80} TCPHandler: Processed in 0.00571475 sec. 2026.05.04 23:55:14.122527 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.122681 [ 3 ] {a3622367-1d9a-49fe-b3a2-936347741b98} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.122788 [ 3 ] {a3622367-1d9a-49fe-b3a2-936347741b98} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.05.04 23:55:14.124779 [ 3 ] {a3622367-1d9a-49fe-b3a2-936347741b98} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Loading data parts 2026.05.04 23:55:14.125026 [ 3 ] {a3622367-1d9a-49fe-b3a2-936347741b98} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): There are no data parts 2026.05.04 23:55:14.126724 [ 3 ] {a3622367-1d9a-49fe-b3a2-936347741b98} TCPHandler: Processed in 0.004246202 sec. 2026.05.04 23:55:14.126872 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.127055 [ 3 ] {3ca58ba1-7a21-4c80-b3c8-b17125fab47d} executeQuery: (from [fd00:1122:3344:101::d]:40348) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.05.04 23:55:14.127123 [ 3 ] {3ca58ba1-7a21-4c80-b3c8-b17125fab47d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.05.04 23:55:14.128959 [ 3 ] {3ca58ba1-7a21-4c80-b3c8-b17125fab47d} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Loading data parts 2026.05.04 23:55:14.129122 [ 3 ] {3ca58ba1-7a21-4c80-b3c8-b17125fab47d} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): There are no data parts 2026.05.04 23:55:14.130565 [ 3 ] {3ca58ba1-7a21-4c80-b3c8-b17125fab47d} TCPHandler: Processed in 0.003741229 sec. 2026.05.04 23:55:14.130716 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.130962 [ 3 ] {5302a11b-ceda-4f38-a43d-ec18031b612c} executeQuery: (from [fd00:1122:3344:101::d]:40348) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.05.04 23:55:14.131046 [ 3 ] {5302a11b-ceda-4f38-a43d-ec18031b612c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.05.04 23:55:14.133155 [ 3 ] {5302a11b-ceda-4f38-a43d-ec18031b612c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Loading data parts 2026.05.04 23:55:14.133291 [ 3 ] {5302a11b-ceda-4f38-a43d-ec18031b612c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): There are no data parts 2026.05.04 23:55:14.134874 [ 3 ] {5302a11b-ceda-4f38-a43d-ec18031b612c} TCPHandler: Processed in 0.004206481 sec. 2026.05.04 23:55:14.135213 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.135514 [ 4 ] {18557b9a-00e4-4074-93a0-70697aa322dd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.05.04 23:55:14.136778 [ 4 ] {18557b9a-00e4-4074-93a0-70697aa322dd} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.05.04 23:55:14.152014 [ 260 ] {18557b9a-00e4-4074-93a0-70697aa322dd} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:14.152068 [ 260 ] {18557b9a-00e4-4074-93a0-70697aa322dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.05.04 23:55:14.155763 [ 260 ] {18557b9a-00e4-4074-93a0-70697aa322dd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:14.156134 [ 260 ] {18557b9a-00e4-4074-93a0-70697aa322dd} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:14.156410 [ 4 ] {18557b9a-00e4-4074-93a0-70697aa322dd} executeQuery: Read 1 rows, 16.00 B in 0.021033 sec., 47.54433509247373 rows/sec., 760.71 B/sec. 2026.05.04 23:55:14.156721 [ 4 ] {18557b9a-00e4-4074-93a0-70697aa322dd} TCPHandler: Processed in 0.021641338 sec. 2026.05.04 23:55:14.606393 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47598 2026.05.04 23:55:14.606553 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.606589 [ 262 ] {} TCP-Session: 9b2e964a-2c26-4aa7-bac7-5c143b8be3f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47598 2026.05.04 23:55:14.606768 [ 262 ] {} TCP-Session: 9b2e964a-2c26-4aa7-bac7-5c143b8be3f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.606785 [ 262 ] {} TCP-Session: 9b2e964a-2c26-4aa7-bac7-5c143b8be3f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.606862 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:55:14.606977 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:14.606998 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:14.607566 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51574 2026.05.04 23:55:14.607629 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54149 2026.05.04 23:55:14.607754 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.607777 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54885 2026.05.04 23:55:14.607791 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36990 2026.05.04 23:55:14.607858 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51051 2026.05.04 23:55:14.607923 [ 262 ] {} TCP-Session: 9b2e964a-2c26-4aa7-bac7-5c143b8be3f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:14.607926 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45438 2026.05.04 23:55:14.608136 [ 263 ] {} TCP-Session: 025fa0e6-48bf-43ec-bce7-4024b5ab3474 Authenticating user 'default' from [fd00:1122:3344:101::e]:51574 2026.05.04 23:55:14.608187 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51559 2026.05.04 23:55:14.608186 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52325 2026.05.04 23:55:14.608272 [ 263 ] {} TCP-Session: 025fa0e6-48bf-43ec-bce7-4024b5ab3474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608308 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608316 [ 263 ] {} TCP-Session: 025fa0e6-48bf-43ec-bce7-4024b5ab3474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608366 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608404 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608429 [ 262 ] {64cbd0c5-d4a0-4a94-9846-8a33724e435f} executeQuery: (from [fd00:1122:3344:101::e]:47598) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE has_own_data (stage: Complete) 2026.05.04 23:55:14.608487 [ 266 ] {} TCP-Session: 96bcd370-f462-4127-bec6-13c648599a46 Authenticating user 'default' from [fd00:1122:3344:101::e]:54885 2026.05.04 23:55:14.608556 [ 268 ] {} TCP-Session: 08baf4c3-0e60-425d-83f9-00170fc38a0c Authenticating user 'default' from [fd00:1122:3344:101::e]:45438 2026.05.04 23:55:14.608576 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608579 [ 266 ] {} TCP-Session: 96bcd370-f462-4127-bec6-13c648599a46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608554 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608656 [ 266 ] {} TCP-Session: 96bcd370-f462-4127-bec6-13c648599a46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608677 [ 269 ] {} TCP-Session: 15d1dd6d-1ea4-4a45-88f7-abce80df9f9a Authenticating user 'default' from [fd00:1122:3344:101::e]:51559 2026.05.04 23:55:14.608696 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608736 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.608757 [ 270 ] {} TCP-Session: ef0d68ee-6550-42f2-a2ac-66871da4bce6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52325 2026.05.04 23:55:14.608759 [ 269 ] {} TCP-Session: 15d1dd6d-1ea4-4a45-88f7-abce80df9f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608851 [ 265 ] {} TCP-Session: 8446f7d5-2f61-4eed-8ea3-3bb2583d06bc Authenticating user 'default' from [fd00:1122:3344:101::e]:36990 2026.05.04 23:55:14.608868 [ 269 ] {} TCP-Session: 15d1dd6d-1ea4-4a45-88f7-abce80df9f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608868 [ 270 ] {} TCP-Session: ef0d68ee-6550-42f2-a2ac-66871da4bce6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608946 [ 265 ] {} TCP-Session: 8446f7d5-2f61-4eed-8ea3-3bb2583d06bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608938 [ 264 ] {} TCP-Session: 20101383-33e1-407f-84b2-4e5deb7e8b58 Authenticating user 'default' from [fd00:1122:3344:101::e]:54149 2026.05.04 23:55:14.608652 [ 268 ] {} TCP-Session: 08baf4c3-0e60-425d-83f9-00170fc38a0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609043 [ 265 ] {} TCP-Session: 8446f7d5-2f61-4eed-8ea3-3bb2583d06bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609035 [ 264 ] {} TCP-Session: 20101383-33e1-407f-84b2-4e5deb7e8b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609017 [ 270 ] {} TCP-Session: ef0d68ee-6550-42f2-a2ac-66871da4bce6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609117 [ 264 ] {} TCP-Session: 20101383-33e1-407f-84b2-4e5deb7e8b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609108 [ 268 ] {} TCP-Session: 08baf4c3-0e60-425d-83f9-00170fc38a0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.608490 [ 267 ] {} TCP-Session: adf53ded-32a3-4eb5-934a-660cb67eb7a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51051 2026.05.04 23:55:14.609280 [ 267 ] {} TCP-Session: adf53ded-32a3-4eb5-934a-660cb67eb7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609295 [ 267 ] {} TCP-Session: adf53ded-32a3-4eb5-934a-660cb67eb7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.609935 [ 262 ] {64cbd0c5-d4a0-4a94-9846-8a33724e435f} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.04 23:55:14.611013 [ 262 ] {64cbd0c5-d4a0-4a94-9846-8a33724e435f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:14.612979 [ 260 ] {64cbd0c5-d4a0-4a94-9846-8a33724e435f} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.04 23:55:14.614172 [ 262 ] {64cbd0c5-d4a0-4a94-9846-8a33724e435f} executeQuery: Read 137 rows, 7.79 KiB in 0.005925 sec., 23122.362869198314 rows/sec., 1.28 MiB/sec. 2026.05.04 23:55:14.614429 [ 262 ] {64cbd0c5-d4a0-4a94-9846-8a33724e435f} TCPHandler: Processed in 0.006677485 sec. 2026.05.04 23:55:14.910118 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58838 2026.05.04 23:55:14.910325 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.910358 [ 271 ] {} TCP-Session: d2f2d4f4-63c0-4155-9904-e31cd3fe3a54 Authenticating user 'default' from [fd00:1122:3344:101::e]:58838 2026.05.04 23:55:14.910479 [ 271 ] {} TCP-Session: d2f2d4f4-63c0-4155-9904-e31cd3fe3a54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.910494 [ 271 ] {} TCP-Session: d2f2d4f4-63c0-4155-9904-e31cd3fe3a54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.910827 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52730 2026.05.04 23:55:14.910920 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49411 2026.05.04 23:55:14.911122 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911140 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56323 2026.05.04 23:55:14.911168 [ 272 ] {} TCP-Session: 95fa08aa-1abf-4a6d-ac44-e216e84e41ca Authenticating user 'default' from [fd00:1122:3344:101::e]:52730 2026.05.04 23:55:14.911225 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911156 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50350 2026.05.04 23:55:14.911235 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46703 2026.05.04 23:55:14.911304 [ 272 ] {} TCP-Session: 95fa08aa-1abf-4a6d-ac44-e216e84e41ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911356 [ 273 ] {} TCP-Session: a138e0f3-8e0e-4d37-a9c0-c31d19695c1d Authenticating user 'default' from [fd00:1122:3344:101::e]:49411 2026.05.04 23:55:14.911359 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45175 2026.05.04 23:55:14.911407 [ 272 ] {} TCP-Session: 95fa08aa-1abf-4a6d-ac44-e216e84e41ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911443 [ 273 ] {} TCP-Session: a138e0f3-8e0e-4d37-a9c0-c31d19695c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911417 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41454 2026.05.04 23:55:14.911408 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911535 [ 273 ] {} TCP-Session: a138e0f3-8e0e-4d37-a9c0-c31d19695c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911572 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911564 [ 275 ] {} TCP-Session: 5dbab15f-5674-47c8-a04a-9820879d4285 Authenticating user 'default' from [fd00:1122:3344:101::e]:56323 2026.05.04 23:55:14.911674 [ 275 ] {} TCP-Session: 5dbab15f-5674-47c8-a04a-9820879d4285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911695 [ 276 ] {} TCP-Session: 58fb2dd8-b614-4a77-85f3-5792b2be406f Authenticating user 'default' from [fd00:1122:3344:101::e]:46703 2026.05.04 23:55:14.911729 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911759 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911804 [ 276 ] {} TCP-Session: 58fb2dd8-b614-4a77-85f3-5792b2be406f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911796 [ 277 ] {} TCP-Session: e8a259e2-192b-4446-b2e4-73b58a0490f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:45175 2026.05.04 23:55:14.911791 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:14.911777 [ 275 ] {} TCP-Session: 5dbab15f-5674-47c8-a04a-9820879d4285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911922 [ 276 ] {} TCP-Session: 58fb2dd8-b614-4a77-85f3-5792b2be406f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911919 [ 278 ] {} TCP-Session: 6f6596b3-084f-484b-b7bb-fbfed8f140b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41454 2026.05.04 23:55:14.911904 [ 274 ] {} TCP-Session: 6b5a16f0-f70d-4c92-9056-f4242d1e6c8c Authenticating user 'default' from [fd00:1122:3344:101::e]:50350 2026.05.04 23:55:14.912054 [ 278 ] {} TCP-Session: 6f6596b3-084f-484b-b7bb-fbfed8f140b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.911914 [ 277 ] {} TCP-Session: e8a259e2-192b-4446-b2e4-73b58a0490f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.912159 [ 274 ] {} TCP-Session: 6b5a16f0-f70d-4c92-9056-f4242d1e6c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.912184 [ 278 ] {} TCP-Session: 6f6596b3-084f-484b-b7bb-fbfed8f140b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.912167 [ 277 ] {} TCP-Session: e8a259e2-192b-4446-b2e4-73b58a0490f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:14.912275 [ 274 ] {} TCP-Session: 6b5a16f0-f70d-4c92-9056-f4242d1e6c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:15.000184 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 136.08 MiB, peak 136.08 MiB, free memory in arenas 0.00 B, will set to 140.34 MiB (RSS), difference: 4.26 MiB 2026.05.04 23:55:18.341098 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64802 2026.05.04 23:55:18.341313 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.341549 [ 279 ] {} TCP-Session: dd0e282a-bb91-449d-aa33-b523fd50c1a7 Authenticating user 'default' from [fd00:1122:3344:101::c]:64802 2026.05.04 23:55:18.341577 [ 279 ] {} TCP-Session: dd0e282a-bb91-449d-aa33-b523fd50c1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.341593 [ 279 ] {} TCP-Session: dd0e282a-bb91-449d-aa33-b523fd50c1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.341742 [ 279 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:55:18.341774 [ 279 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:18.341891 [ 279 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:18.342314 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53253 2026.05.04 23:55:18.342426 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52118 2026.05.04 23:55:18.342524 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37678 2026.05.04 23:55:18.342630 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56987 2026.05.04 23:55:18.342768 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57397 2026.05.04 23:55:18.342790 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.342852 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.342932 [ 281 ] {} TCP-Session: 6666e867-74d5-451d-8c8d-b2f3ccf1e4fa Authenticating user 'default' from [fd00:1122:3344:101::c]:52118 2026.05.04 23:55:18.342954 [ 280 ] {} TCP-Session: 6d393b2b-252c-4391-8c81-67a8e9848502 Authenticating user 'default' from [fd00:1122:3344:101::c]:53253 2026.05.04 23:55:18.342994 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.343010 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.343033 [ 281 ] {} TCP-Session: 6666e867-74d5-451d-8c8d-b2f3ccf1e4fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343126 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63967 2026.05.04 23:55:18.343152 [ 283 ] {} TCP-Session: 43ece469-aba6-434b-a9ff-21df32625a6b Authenticating user 'default' from [fd00:1122:3344:101::c]:56987 2026.05.04 23:55:18.343156 [ 282 ] {} TCP-Session: 548b9052-075b-4dc9-96f3-3af4c784abb7 Authenticating user 'default' from [fd00:1122:3344:101::c]:37678 2026.05.04 23:55:18.343236 [ 283 ] {} TCP-Session: 43ece469-aba6-434b-a9ff-21df32625a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343219 [ 281 ] {} TCP-Session: 6666e867-74d5-451d-8c8d-b2f3ccf1e4fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343159 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.343352 [ 283 ] {} TCP-Session: 43ece469-aba6-434b-a9ff-21df32625a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343343 [ 282 ] {} TCP-Session: 548b9052-075b-4dc9-96f3-3af4c784abb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343397 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.343404 [ 284 ] {} TCP-Session: 8c042c6d-d07f-4056-859a-143812f27a21 Authenticating user 'default' from [fd00:1122:3344:101::c]:57397 2026.05.04 23:55:18.343469 [ 282 ] {} TCP-Session: 548b9052-075b-4dc9-96f3-3af4c784abb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343487 [ 286 ] {} TCP-Session: 56bdac85-c064-4e0e-bf18-487ec54883c2 Authenticating user 'default' from [fd00:1122:3344:101::c]:63967 2026.05.04 23:55:18.343085 [ 280 ] {} TCP-Session: 6d393b2b-252c-4391-8c81-67a8e9848502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343553 [ 286 ] {} TCP-Session: 56bdac85-c064-4e0e-bf18-487ec54883c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343538 [ 284 ] {} TCP-Session: 8c042c6d-d07f-4056-859a-143812f27a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.342921 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37257 2026.05.04 23:55:18.343635 [ 284 ] {} TCP-Session: 8c042c6d-d07f-4056-859a-143812f27a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343625 [ 280 ] {} TCP-Session: 6d393b2b-252c-4391-8c81-67a8e9848502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343646 [ 286 ] {} TCP-Session: 56bdac85-c064-4e0e-bf18-487ec54883c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.343919 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.343974 [ 285 ] {} TCP-Session: 01816f71-524f-4871-8be4-dd1e94cb3dfc Authenticating user 'default' from [fd00:1122:3344:101::c]:37257 2026.05.04 23:55:18.343994 [ 285 ] {} TCP-Session: 01816f71-524f-4871-8be4-dd1e94cb3dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.344128 [ 285 ] {} TCP-Session: 01816f71-524f-4871-8be4-dd1e94cb3dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.461511 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59219 2026.05.04 23:55:18.461699 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.461789 [ 287 ] {} TCP-Session: eeef91b8-a5e7-43f2-b14f-c3642f40e768 Authenticating user 'default' from [fd00:1122:3344:101::a]:59219 2026.05.04 23:55:18.461868 [ 287 ] {} TCP-Session: eeef91b8-a5e7-43f2-b14f-c3642f40e768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.461883 [ 287 ] {} TCP-Session: eeef91b8-a5e7-43f2-b14f-c3642f40e768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.461965 [ 287 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:55:18.462097 [ 287 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:18.462195 [ 287 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:18.462702 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58715 2026.05.04 23:55:18.462828 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54806 2026.05.04 23:55:18.462930 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.462976 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62737 2026.05.04 23:55:18.463055 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54508 2026.05.04 23:55:18.463064 [ 288 ] {} TCP-Session: f520845e-102a-4f42-8e77-ff9c7c97d099 Authenticating user 'default' from [fd00:1122:3344:101::a]:58715 2026.05.04 23:55:18.463227 [ 288 ] {} TCP-Session: f520845e-102a-4f42-8e77-ff9c7c97d099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.463241 [ 288 ] {} TCP-Session: f520845e-102a-4f42-8e77-ff9c7c97d099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.463251 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51705 2026.05.04 23:55:18.463425 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41887 2026.05.04 23:55:18.463445 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.463495 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.463581 [ 290 ] {} TCP-Session: bc5c5be4-5908-4f4c-b2df-ac87e08dcce1 Authenticating user 'default' from [fd00:1122:3344:101::a]:62737 2026.05.04 23:55:18.463639 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52898 2026.05.04 23:55:18.463608 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.463709 [ 291 ] {} TCP-Session: 0d59c89d-39f1-4855-85c8-f126f48bad8d Authenticating user 'default' from [fd00:1122:3344:101::a]:54508 2026.05.04 23:55:18.463767 [ 289 ] {} TCP-Session: 57b51d57-7672-400c-be7c-a76eef806215 Authenticating user 'default' from [fd00:1122:3344:101::a]:54806 2026.05.04 23:55:18.463737 [ 290 ] {} TCP-Session: bc5c5be4-5908-4f4c-b2df-ac87e08dcce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.463847 [ 291 ] {} TCP-Session: 0d59c89d-39f1-4855-85c8-f126f48bad8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.463884 [ 289 ] {} TCP-Session: 57b51d57-7672-400c-be7c-a76eef806215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.463869 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.463856 [ 290 ] {} TCP-Session: bc5c5be4-5908-4f4c-b2df-ac87e08dcce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464001 [ 289 ] {} TCP-Session: 57b51d57-7672-400c-be7c-a76eef806215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464056 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.463995 [ 292 ] {} TCP-Session: aa399164-0701-4997-89a8-f6b653603606 Authenticating user 'default' from [fd00:1122:3344:101::a]:51705 2026.05.04 23:55:18.463977 [ 291 ] {} TCP-Session: 0d59c89d-39f1-4855-85c8-f126f48bad8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464171 [ 294 ] {} TCP-Session: 551a34fa-141a-4723-8e4a-f92a24e06105 Authenticating user 'default' from [fd00:1122:3344:101::a]:52898 2026.05.04 23:55:18.464151 [ 292 ] {} TCP-Session: aa399164-0701-4997-89a8-f6b653603606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464116 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:18.464254 [ 292 ] {} TCP-Session: aa399164-0701-4997-89a8-f6b653603606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464277 [ 293 ] {} TCP-Session: 55908028-160d-4450-b729-b943793edd17 Authenticating user 'default' from [fd00:1122:3344:101::a]:41887 2026.05.04 23:55:18.464356 [ 293 ] {} TCP-Session: 55908028-160d-4450-b729-b943793edd17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464372 [ 294 ] {} TCP-Session: 551a34fa-141a-4723-8e4a-f92a24e06105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464453 [ 293 ] {} TCP-Session: 55908028-160d-4450-b729-b943793edd17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:18.464465 [ 294 ] {} TCP-Session: 551a34fa-141a-4723-8e4a-f92a24e06105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.001084 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 140.66 MiB, peak 140.66 MiB, free memory in arenas 0.00 B, will set to 141.68 MiB (RSS), difference: 1.01 MiB 2026.05.04 23:55:19.004379 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53885 2026.05.04 23:55:19.004598 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.004638 [ 295 ] {} TCP-Session: df3e6e8a-c43d-495b-b444-8652e3e3c22c Authenticating user 'default' from [fd00:1122:3344:101::b]:53885 2026.05.04 23:55:19.004661 [ 295 ] {} TCP-Session: df3e6e8a-c43d-495b-b444-8652e3e3c22c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.004673 [ 295 ] {} TCP-Session: df3e6e8a-c43d-495b-b444-8652e3e3c22c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.004746 [ 295 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.05.04 23:55:19.004786 [ 295 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:19.004812 [ 295 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.05.04 23:55:19.005640 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33838 2026.05.04 23:55:19.005862 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42219 2026.05.04 23:55:19.006107 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.006168 [ 296 ] {} TCP-Session: 8f82cd27-0fa9-4c8d-adb1-9c2b541e43fe Authenticating user 'default' from [fd00:1122:3344:101::b]:33838 2026.05.04 23:55:19.006199 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.006204 [ 296 ] {} TCP-Session: 8f82cd27-0fa9-4c8d-adb1-9c2b541e43fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.006280 [ 296 ] {} TCP-Session: 8f82cd27-0fa9-4c8d-adb1-9c2b541e43fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.006316 [ 297 ] {} TCP-Session: 112f79c5-d204-4997-8ec2-c41f48971fbd Authenticating user 'default' from [fd00:1122:3344:101::b]:42219 2026.05.04 23:55:19.006363 [ 297 ] {} TCP-Session: 112f79c5-d204-4997-8ec2-c41f48971fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.006377 [ 297 ] {} TCP-Session: 112f79c5-d204-4997-8ec2-c41f48971fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.006373 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37814 2026.05.04 23:55:19.006413 [ 299 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43692 2026.05.04 23:55:19.006537 [ 300 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40350 2026.05.04 23:55:19.006813 [ 301 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38306 2026.05.04 23:55:19.006837 [ 299 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.006877 [ 299 ] {} TCP-Session: 2d04087e-ae6d-4894-a24f-82ff018e1553 Authenticating user 'default' from [fd00:1122:3344:101::b]:43692 2026.05.04 23:55:19.006897 [ 299 ] {} TCP-Session: 2d04087e-ae6d-4894-a24f-82ff018e1553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.006902 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.006911 [ 299 ] {} TCP-Session: 2d04087e-ae6d-4894-a24f-82ff018e1553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.006993 [ 298 ] {} TCP-Session: 1aa47c74-8b92-46b0-99e3-ad6c659dae58 Authenticating user 'default' from [fd00:1122:3344:101::b]:37814 2026.05.04 23:55:19.006995 [ 300 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.007021 [ 302 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47054 2026.05.04 23:55:19.007105 [ 298 ] {} TCP-Session: 1aa47c74-8b92-46b0-99e3-ad6c659dae58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007109 [ 300 ] {} TCP-Session: ba8aa593-ef8e-482f-9bc4-b4755519c655 Authenticating user 'default' from [fd00:1122:3344:101::b]:40350 2026.05.04 23:55:19.007132 [ 298 ] {} TCP-Session: 1aa47c74-8b92-46b0-99e3-ad6c659dae58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007160 [ 300 ] {} TCP-Session: ba8aa593-ef8e-482f-9bc4-b4755519c655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007133 [ 301 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.007216 [ 300 ] {} TCP-Session: ba8aa593-ef8e-482f-9bc4-b4755519c655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007255 [ 301 ] {} TCP-Session: c676621c-fb27-4cc0-8adb-e4b136b0ac9f Authenticating user 'default' from [fd00:1122:3344:101::b]:38306 2026.05.04 23:55:19.007280 [ 301 ] {} TCP-Session: c676621c-fb27-4cc0-8adb-e4b136b0ac9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007298 [ 301 ] {} TCP-Session: c676621c-fb27-4cc0-8adb-e4b136b0ac9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007344 [ 302 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:55:19.007381 [ 302 ] {} TCP-Session: 4c0c1825-6952-420c-bed8-257de1cb9eab Authenticating user 'default' from [fd00:1122:3344:101::b]:47054 2026.05.04 23:55:19.007399 [ 302 ] {} TCP-Session: 4c0c1825-6952-420c-bed8-257de1cb9eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:19.007413 [ 302 ] {} TCP-Session: 4c0c1825-6952-420c-bed8-257de1cb9eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:55:21.075916 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.05.04 23:55:21.075971 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.05.04 23:55:21.076004 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.05.04 23:55:21.076094 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.05.04 23:55:21.082043 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Loading data parts 2026.05.04 23:55:21.082249 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): There are no data parts 2026.05.04 23:55:21.087957 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:21.087999 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.05.04 23:55:21.095242 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:21.095817 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:21.095975 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.05.04 23:55:21.099640 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Loading data parts 2026.05.04 23:55:21.099830 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): There are no data parts 2026.05.04 23:55:21.125767 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:21.125819 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.05.04 23:55:21.132101 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:21.133350 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:21.136772 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.05.04 23:55:22.001131 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 147.16 MiB, peak 151.16 MiB, free memory in arenas 0.00 B, will set to 156.17 MiB (RSS), difference: 9.01 MiB 2026.05.04 23:55:23.575707 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.05.04 23:55:23.575873 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.05.04 23:55:23.581610 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Loading data parts 2026.05.04 23:55:23.581799 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): There are no data parts 2026.05.04 23:55:23.591497 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:23.591544 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB. 2026.05.04 23:55:23.593451 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:23.594053 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:23.594507 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.05.04 23:55:24.001153 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 160.38 MiB, peak 160.38 MiB, free memory in arenas 0.00 B, will set to 157.27 MiB (RSS), difference: -3.11 MiB 2026.05.04 23:55:28.556259 [ 144 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:55:28.556321 [ 144 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:55:28.596842 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.05.04 23:55:28.603771 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:28.603827 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:28.604685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:28.605123 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:28.605290 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.05.04 23:55:28.637635 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.05.04 23:55:28.655510 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:28.655570 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:28.662361 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:28.663509 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:28.666542 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.05.04 23:55:29.000162 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.01 MiB, peak 162.01 MiB, free memory in arenas 0.00 B, will set to 159.91 MiB (RSS), difference: 1.90 MiB 2026.05.04 23:55:34.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.96 MiB, peak 162.01 MiB, free memory in arenas 0.00 B, will set to 159.98 MiB (RSS), difference: 4.02 MiB 2026.05.04 23:55:36.105488 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.05.04 23:55:36.105994 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:36.106037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:36.106730 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:36.107200 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:36.107342 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.05.04 23:55:36.166681 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.05.04 23:55:36.183297 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:36.183363 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:36.189933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:36.191174 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:36.194377 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.05.04 23:55:39.180174 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.180446 [ 3 ] {9f257643-2f2e-4bdf-8c1b-4923706c1c12} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:55:39.203730 [ 3 ] {9f257643-2f2e-4bdf-8c1b-4923706c1c12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:39.207647 [ 3 ] {9f257643-2f2e-4bdf-8c1b-4923706c1c12} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:39.208157 [ 3 ] {9f257643-2f2e-4bdf-8c1b-4923706c1c12} TCPHandler: Processed in 0.028120968 sec. 2026.05.04 23:55:39.219874 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.220003 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:55:39.220052 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:39.225315 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.225364 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.227915 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.228348 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.228499 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} executeQuery: Read 26 rows, 5.74 KiB in 0.008532 sec., 3047.3511486169714 rows/sec., 672.22 KiB/sec. 2026.05.04 23:55:39.228542 [ 3 ] {48ebde7b-3d43-4c48-9e5b-a7da99e824e0} TCPHandler: Processed in 0.008732609 sec. 2026.05.04 23:55:39.228690 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.228792 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.228837 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:55:39.237414 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.237452 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.239880 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.240444 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.240617 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} executeQuery: Read 24 rows, 2.04 KiB in 0.011847 sec., 2025.8293238794631 rows/sec., 172.12 KiB/sec. 2026.05.04 23:55:39.240665 [ 3 ] {bdc26f2b-f756-4305-8e11-be674de6e5cc} TCPHandler: Processed in 0.012027466 sec. 2026.05.04 23:55:39.240810 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.240909 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:55:39.240952 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:55:39.241377 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.241415 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.241879 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.242299 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.242432 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} executeQuery: Read 10 rows, 835.00 B in 0.001544 sec., 6476.683937823834 rows/sec., 528.13 KiB/sec. 2026.05.04 23:55:39.242470 [ 3 ] {2e362fe3-ad89-4f40-9783-933b81db29d9} TCPHandler: Processed in 0.001716675 sec. 2026.05.04 23:55:39.242590 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.242686 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:55:39.242727 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:55:39.243221 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.243262 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.243808 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.244313 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.244441 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} executeQuery: Read 203 rows, 18.44 KiB in 0.001773 sec., 114495.20586576423 rows/sec., 10.16 MiB/sec. 2026.05.04 23:55:39.244479 [ 3 ] {1584b516-b3c4-4a9f-a09f-d3829cb4a810} TCPHandler: Processed in 0.001940151 sec. 2026.05.04 23:55:39.244602 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.244696 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.244737 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:55:39.245158 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.245196 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.245612 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.246083 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.246214 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} executeQuery: Read 33 rows, 2.49 KiB in 0.001536 sec., 21484.375 rows/sec., 1.58 MiB/sec. 2026.05.04 23:55:39.246252 [ 3 ] {8a092f54-30c9-4171-ab67-7015dea4d5b6} TCPHandler: Processed in 0.001700294 sec. 2026.05.04 23:55:39.246376 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.246471 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.246512 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:55:39.246954 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.246988 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.247489 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.247932 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.248064 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} executeQuery: Read 24 rows, 2.04 KiB in 0.00161 sec., 14906.832298136645 rows/sec., 1.24 MiB/sec. 2026.05.04 23:55:39.248100 [ 3 ] {3a2d7544-a3af-4643-9fbb-805e1d4e31c4} TCPHandler: Processed in 0.001772477 sec. 2026.05.04 23:55:39.248216 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.248309 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.248349 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:55:39.248750 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.248787 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.251863 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.252322 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.252451 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} executeQuery: Read 12 rows, 960.00 B in 0.004158 sec., 2886.002886002886 rows/sec., 225.47 KiB/sec. 2026.05.04 23:55:39.252487 [ 3 ] {884ca68e-dd4f-47ef-9fad-e4b1d6c01fd7} TCPHandler: Processed in 0.004319773 sec. 2026.05.04 23:55:39.252605 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.252700 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:55:39.252740 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:55:39.253179 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.253215 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.253629 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.254046 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.254174 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} executeQuery: Read 121 rows, 10.07 KiB in 0.001493 sec., 81044.8760884126 rows/sec., 6.59 MiB/sec. 2026.05.04 23:55:39.254212 [ 3 ] {8483d4ff-c31b-4ab5-a48b-030e13fc8f21} TCPHandler: Processed in 0.001656203 sec. 2026.05.04 23:55:39.254329 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.254425 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.254468 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:39.257033 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.257101 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.259867 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.260296 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.260428 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} executeQuery: Read 271 rows, 20.94 KiB in 0.006022 sec., 45001.660577881106 rows/sec., 3.40 MiB/sec. 2026.05.04 23:55:39.260465 [ 3 ] {449c9d04-0286-4d7f-b0fc-cf16d19de693} TCPHandler: Processed in 0.006185752 sec. 2026.05.04 23:55:39.260584 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.260677 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.260731 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:55:39.261502 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.261538 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.265203 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.265648 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.265787 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} executeQuery: Read 11 rows, 20.18 KiB in 0.005126 sec., 2145.9227467811156 rows/sec., 3.85 MiB/sec. 2026.05.04 23:55:39.265840 [ 3 ] {75542568-a1be-4e9c-80c3-0235579229ac} TCPHandler: Processed in 0.005304729 sec. 2026.05.04 23:55:39.265996 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:39.266093 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:39.266136 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:55:39.266484 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:39.266521 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:39.267132 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:39.267555 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:39.267685 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} executeQuery: Read 48 rows, 3.31 KiB in 0.001611 sec., 29795.158286778398 rows/sec., 2.01 MiB/sec. 2026.05.04 23:55:39.267722 [ 3 ] {f63e29b2-7f10-4cd1-b668-8c3d17c492ed} TCPHandler: Processed in 0.001777577 sec. 2026.05.04 23:55:43.556602 [ 116 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:55:43.556691 [ 116 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:55:43.597081 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 114 2026.05.04 23:55:43.599956 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:43.599994 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:43.601185 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:43.601642 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:43.601872 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 114 2026.05.04 23:55:43.607468 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2026.05.04 23:55:43.607943 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:43.607984 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:43.608624 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:43.609099 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:43.609227 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.05.04 23:55:43.694495 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.05.04 23:55:43.710955 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:43.710999 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:43.717083 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:43.718225 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:43.721000 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.05.04 23:55:44.171792 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:44.172099 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:55:44.176301 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:55:44.180329 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:55:44.180613 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:44.186459 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:44.188755 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:55:44.193043 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:55:44.195068 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:55:44.195112 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:55:44.199455 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:55:44.199507 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.05.04 23:55:44.227322 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} executeQuery: Read 26 rows, 5.74 KiB in 0.055341 sec., 469.8144233027954 rows/sec., 103.64 KiB/sec. 2026.05.04 23:55:44.227399 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} MemoryTracker: Peak memory usage (for query): 136.44 KiB. 2026.05.04 23:55:44.227414 [ 3 ] {e38b038e-cf4b-411e-a6dd-15da802ee2b4} TCPHandler: Processed in 0.055773243 sec. 2026.05.04 23:55:44.230959 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:44.231074 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:55:44.231118 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:55:44.231585 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:44.231621 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:44.232074 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:44.232586 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:44.232724 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} executeQuery: Read 56 rows, 4.41 KiB in 0.001682 sec., 33293.69797859691 rows/sec., 2.56 MiB/sec. 2026.05.04 23:55:44.232760 [ 3 ] {b7acc4fb-cf27-49ac-84cb-f8c240c13736} TCPHandler: Processed in 0.001862599 sec. 2026.05.04 23:55:44.232886 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:44.232981 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:55:44.233021 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:55:44.233461 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:44.233496 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:44.233944 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:44.234360 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:44.234484 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} executeQuery: Read 64 rows, 5.12 KiB in 0.001523 sec., 42022.32435981615 rows/sec., 3.28 MiB/sec. 2026.05.04 23:55:44.234518 [ 3 ] {be7e8105-3f4d-4bda-a408-019a478b97d0} TCPHandler: Processed in 0.001682115 sec. 2026.05.04 23:55:44.234632 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:44.234725 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:44.234766 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:44.235161 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:44.235195 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:44.235612 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:44.236024 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:44.236151 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} executeQuery: Read 160 rows, 11.41 KiB in 0.001444 sec., 110803.32409972299 rows/sec., 7.72 MiB/sec. 2026.05.04 23:55:44.236185 [ 3 ] {8a235544-e18f-4ec4-adbe-65d62e07ebb0} TCPHandler: Processed in 0.001600122 sec. 2026.05.04 23:55:44.236298 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:44.236390 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:44.236431 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:55:44.236823 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:44.236864 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:44.237284 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:44.237684 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:44.237811 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. 2026.05.04 23:55:44.237846 [ 3 ] {41648a12-276d-43fc-8b77-136fa1265a5c} TCPHandler: Processed in 0.001595232 sec. 2026.05.04 23:55:49.172239 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.172487 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:55:49.172838 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:55:49.172879 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:55:49.173134 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:49.173209 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:49.173345 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:55:49.173380 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:55:49.173401 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:55:49.173417 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:55:49.173455 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:55:49.173475 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.05.04 23:55:49.174401 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} executeQuery: Read 26 rows, 5.74 KiB in 0.002013 sec., 12916.04570293095 rows/sec., 2.78 MiB/sec. 2026.05.04 23:55:49.174470 [ 3 ] {7fb5e6c1-a820-4dcf-b908-30e3d0d7c246} TCPHandler: Processed in 0.002368312 sec. 2026.05.04 23:55:49.176192 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.176335 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:55:49.176384 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:55:49.176958 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:49.177003 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:49.177493 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:49.177943 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:49.178085 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} executeQuery: Read 78 rows, 6.61 KiB in 0.001788 sec., 43624.161073825504 rows/sec., 3.61 MiB/sec. 2026.05.04 23:55:49.178128 [ 3 ] {47523772-ae91-494f-99fc-60d060470499} TCPHandler: Processed in 0.001997123 sec. 2026.05.04 23:55:49.178271 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.178366 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:55:49.178405 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:55:49.178796 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:49.178832 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:49.179237 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:49.179673 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:49.179800 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} executeQuery: Read 11 rows, 847.00 B in 0.001455 sec., 7560.137457044674 rows/sec., 568.49 KiB/sec. 2026.05.04 23:55:49.179845 [ 3 ] {e4dafad7-5b74-4ac3-b2e6-a1a1b37737f5} TCPHandler: Processed in 0.001631563 sec. 2026.05.04 23:55:49.179962 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.180052 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:55:49.180090 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:55:49.180536 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:49.180572 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:49.180974 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:49.181435 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:49.181561 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} executeQuery: Read 75 rows, 6.00 KiB in 0.001526 sec., 49148.0996068152 rows/sec., 3.84 MiB/sec. 2026.05.04 23:55:49.181595 [ 3 ] {eead995a-570c-471c-bd5e-ceaa01789469} TCPHandler: Processed in 0.001679854 sec. 2026.05.04 23:55:49.181710 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.181802 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:49.181843 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:49.182229 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:49.182264 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:49.182685 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:49.183089 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:49.183216 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} executeQuery: Read 160 rows, 11.41 KiB in 0.001433 sec., 111653.87299371947 rows/sec., 7.78 MiB/sec. 2026.05.04 23:55:49.183251 [ 3 ] {3a4816e0-bd6c-49c6-be50-b2d6a675d280} TCPHandler: Processed in 0.001587381 sec. 2026.05.04 23:55:49.183371 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.183461 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:49.183514 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:55:49.184206 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:49.184241 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:49.184856 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:49.185268 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:49.185402 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} executeQuery: Read 11 rows, 20.18 KiB in 0.001958 sec., 5617.9775280898875 rows/sec., 10.07 MiB/sec. 2026.05.04 23:55:49.185457 [ 3 ] {d68fd56d-28fd-4739-8524-c467e326d90a} TCPHandler: Processed in 0.002131326 sec. 2026.05.04 23:55:49.185566 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:49.185656 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:49.185696 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:55:49.186029 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:49.186065 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:49.186486 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:49.186896 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:49.187022 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. 2026.05.04 23:55:49.187056 [ 3 ] {ad3f6e2f-7dc4-4843-a14b-f3f8b569727b} TCPHandler: Processed in 0.00153737 sec. 2026.05.04 23:55:50.995404 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:50.995744 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:55:50.996235 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:55:50.996283 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:55:50.996513 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:50.996580 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:50.996719 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.04 23:55:50.996754 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:55:50.996775 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.05.04 23:55:50.996790 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:55:50.996827 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:55:50.996847 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.05.04 23:55:50.997974 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} executeQuery: Read 26 rows, 5.74 KiB in 0.002378 sec., 10933.557611438184 rows/sec., 2.36 MiB/sec. 2026.05.04 23:55:50.998041 [ 3 ] {95ea5b21-33da-42bb-a516-40e3bad4bd8b} TCPHandler: Processed in 0.002804943 sec. 2026.05.04 23:55:51.014045 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.014181 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:55:51.014232 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:51.014860 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.014907 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.015465 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:51.015829 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.015970 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} executeQuery: Read 9 rows, 1.88 KiB in 0.00183 sec., 4918.0327868852455 rows/sec., 1.00 MiB/sec. 2026.05.04 23:55:51.016006 [ 3 ] {5b919ad0-477f-4662-818e-8e7eb346c618} TCPHandler: Processed in 0.002035414 sec. 2026.05.04 23:55:51.016118 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.016205 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:55:51.016242 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:55:51.016620 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.016654 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.017111 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:51.017527 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.017651 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} executeQuery: Read 2 rows, 167.00 B in 0.001445 sec., 1384.0830449826988 rows/sec., 112.86 KiB/sec. 2026.05.04 23:55:51.017687 [ 3 ] {dcf06070-0e7b-4b72-aabc-161ab27cd17a} TCPHandler: Processed in 0.001603702 sec. 2026.05.04 23:55:51.017799 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.017890 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:55:51.017928 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:55:51.019384 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.019419 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.020100 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:51.020549 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.020676 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} executeQuery: Read 2390 rows, 180.28 KiB in 0.002803 sec., 852657.8665715305 rows/sec., 62.81 MiB/sec. 2026.05.04 23:55:51.020712 [ 3 ] {bc465bbd-aa02-4b44-815f-dbe9c2e39186} TCPHandler: Processed in 0.002960148 sec. 2026.05.04 23:55:51.020831 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.020924 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:55:51.020968 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:55:51.021502 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.021538 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.021941 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:51.022364 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.022487 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} executeQuery: Read 4 rows, 297.00 B in 0.001581 sec., 2530.044275774826 rows/sec., 183.45 KiB/sec. 2026.05.04 23:55:51.022522 [ 3 ] {c40adc3c-53d0-4b75-be90-a1e3b00a6e06} TCPHandler: Processed in 0.001738855 sec. 2026.05.04 23:55:51.022645 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.022737 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:55:51.022775 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:55:51.023393 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.023428 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.023864 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:55:51.024310 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.024440 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} executeQuery: Read 801 rows, 47.38 KiB in 0.00172 sec., 465697.67441860464 rows/sec., 26.90 MiB/sec. 2026.05.04 23:55:51.024476 [ 3 ] {272647a8-7b51-4e00-abef-2016aecf7cbe} TCPHandler: Processed in 0.001876969 sec. 2026.05.04 23:55:51.024597 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.024688 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:51.024726 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:55:51.025104 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.025138 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.025551 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:55:51.026020 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.026145 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} executeQuery: Read 2 rows, 144.00 B in 0.001474 sec., 1356.8521031207597 rows/sec., 95.40 KiB/sec. 2026.05.04 23:55:51.026180 [ 3 ] {d1f809c5-b913-411a-b981-6039f2cb1ff1} TCPHandler: Processed in 0.001631492 sec. 2026.05.04 23:55:51.026294 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.026385 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:55:51.026423 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:55:51.027226 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.027261 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.027733 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:51.028168 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.028292 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} executeQuery: Read 1283 rows, 87.56 KiB in 0.001923 sec., 667186.6874674987 rows/sec., 44.46 MiB/sec. 2026.05.04 23:55:51.028333 [ 3 ] {99138836-e310-4c6b-9492-7e8ec1b738a9} TCPHandler: Processed in 0.002085255 sec. 2026.05.04 23:55:51.028450 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.028542 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:51.028583 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:51.029509 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.029544 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.030172 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:51.030668 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.030793 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} executeQuery: Read 2578 rows, 163.74 KiB in 0.002269 sec., 1136183.340678713 rows/sec., 70.47 MiB/sec. 2026.05.04 23:55:51.030834 [ 3 ] {82c9e7ba-fa20-4f52-9778-03bcb9d4cc96} TCPHandler: Processed in 0.002430464 sec. 2026.05.04 23:55:51.030946 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.031037 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:51.031090 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:55:51.031776 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.031812 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.034044 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:51.035118 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.035251 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} executeQuery: Read 2 rows, 3.67 KiB in 0.004232 sec., 472.5897920604915 rows/sec., 867.18 KiB/sec. 2026.05.04 23:55:51.035305 [ 3 ] {e0e4084e-984f-450d-8add-98ea79e628e7} TCPHandler: Processed in 0.004406576 sec. 2026.05.04 23:55:51.035427 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:51.035519 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:51.035559 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:55:51.035889 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.035924 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.036312 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:51.036741 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.036867 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} executeQuery: Read 24 rows, 1.66 KiB in 0.001366 sec., 17569.546120058563 rows/sec., 1.18 MiB/sec. 2026.05.04 23:55:51.036907 [ 3 ] {48e5a3c4-b8fa-412b-9df2-27b49a3a5f1a} TCPHandler: Processed in 0.00152668 sec. 2026.05.04 23:55:51.109299 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2026.05.04 23:55:51.110106 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.110178 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.111205 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:55:51.112007 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.112210 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2026.05.04 23:55:51.221048 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.05.04 23:55:51.238391 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:51.238429 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:51.244268 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:55:51.245431 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:51.248132 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.05.04 23:55:53.602026 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 160 2026.05.04 23:55:53.604898 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:53.604972 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:53.606485 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:55:53.606955 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:53.607292 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 160 2026.05.04 23:55:54.169425 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:54.169648 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:55:54.169960 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:55:54.169994 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:55:54.170213 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:54.170280 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:54.170415 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:55:54.170551 [ 261 ] {4b15e6c7-950a-466a-8383-b07e00793822} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:55:54.170635 [ 303 ] {4b15e6c7-950a-466a-8383-b07e00793822} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:55:54.170762 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:55:54.170791 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:55:54.174934 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:55:54.174965 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:55:54.175018 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:55:54.175058 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:55:54.176320 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} executeQuery: Read 35 rows, 6.04 KiB in 0.006768 sec., 5171.394799054374 rows/sec., 891.86 KiB/sec. 2026.05.04 23:55:54.176442 [ 3 ] {4b15e6c7-950a-466a-8383-b07e00793822} TCPHandler: Processed in 0.007141378 sec. 2026.05.04 23:55:54.177830 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:54.177936 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:55:54.177978 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:55:54.178450 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:54.178492 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:54.178968 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:55:54.179430 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:54.179592 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} executeQuery: Read 56 rows, 4.41 KiB in 0.001686 sec., 33214.709371293 rows/sec., 2.55 MiB/sec. 2026.05.04 23:55:54.179630 [ 3 ] {bfe7ae90-60f0-411a-ae74-ef255ad3a8dc} TCPHandler: Processed in 0.001849328 sec. 2026.05.04 23:55:54.179754 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:54.179845 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:55:54.179883 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:55:54.180287 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:54.180322 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:54.180744 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:55:54.181216 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:54.181362 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec. 2026.05.04 23:55:54.181400 [ 3 ] {e931c3ef-d13f-47f8-a93e-c25ee28f6520} TCPHandler: Processed in 0.001692295 sec. 2026.05.04 23:55:54.181523 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:54.181615 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:54.181656 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:54.182020 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:54.182056 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:54.182490 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:55:54.182986 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:54.183133 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} executeQuery: Read 96 rows, 6.85 KiB in 0.001536 sec., 62500 rows/sec., 4.35 MiB/sec. 2026.05.04 23:55:54.183171 [ 3 ] {7d736a11-2696-4094-b3e5-e1584944fcc2} TCPHandler: Processed in 0.001693774 sec. 2026.05.04 23:55:54.183286 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:54.183376 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:54.183415 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:55:54.183736 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:54.183776 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:54.184176 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:55:54.184653 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:54.184800 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} executeQuery: Read 36 rows, 2.48 KiB in 0.001441 sec., 24982.65093684941 rows/sec., 1.68 MiB/sec. 2026.05.04 23:55:54.184836 [ 3 ] {c3f9acb8-4eaa-4865-ab42-0fa5d196cf7f} TCPHandler: Processed in 0.001595612 sec. 2026.05.04 23:55:58.556970 [ 88 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:55:58.557060 [ 88 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:55:58.612312 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2026.05.04 23:55:58.612911 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:58.612952 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:58.613629 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:55:58.614097 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:58.614224 [ 88 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:55:58.614231 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2026.05.04 23:55:58.614278 [ 88 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:58.614302 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:58.616489 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:55:58.618581 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:55:58.618694 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.05.04 23:55:58.618824 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.05.04 23:55:58.618908 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.05.04 23:55:58.618968 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2026.05.04 23:55:58.619071 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2026.05.04 23:55:58.619129 [ 189 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2026.05.04 23:55:58.654292 [ 194 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.039873926 sec., 70371.80136212321 rows/sec., 1.01 MiB/sec. 2026.05.04 23:55:58.655366 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:55:58.656011 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:58.656095 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_6_1} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:55:58.656211 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2026.05.04 23:55:58.748199 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.05.04 23:55:58.764599 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:58.764643 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:58.770916 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:55:58.772087 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:58.772364 [ 88 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:55:58.772403 [ 88 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:58.772420 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:58.772507 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:55:58.774959 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.05.04 23:55:58.775437 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:55:58.776166 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.05.04 23:55:58.779577 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.05.04 23:55:58.782996 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.05.04 23:55:58.786960 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.05.04 23:55:58.794044 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.05.04 23:55:58.798475 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.05.04 23:55:58.858032 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.085564554 sec., 537.6057941002065 rows/sec., 2.78 MiB/sec. 2026.05.04 23:55:58.859715 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:55:58.861787 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:58.861877 [ 192 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_6_1} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:55:58.863304 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.05.04 23:55:59.001156 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 167.86 MiB, peak 177.40 MiB, free memory in arenas 0.00 B, will set to 178.25 MiB (RSS), difference: 10.39 MiB 2026.05.04 23:55:59.172180 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.172427 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:55:59.172767 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:55:59.172806 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:55:59.173029 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:55:59.173101 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:55:59.173244 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:55:59.173462 [ 307 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:55:59.173504 [ 308 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:55:59.173640 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:55:59.173671 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:55:59.173744 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:55:59.173764 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:55:59.173798 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:55:59.173841 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:55:59.175061 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} executeQuery: Read 35 rows, 6.04 KiB in 0.00274 sec., 12773.722627737227 rows/sec., 2.15 MiB/sec. 2026.05.04 23:55:59.175168 [ 3 ] {dfda3e4a-49b0-4063-ab57-06bf78710f61} TCPHandler: Processed in 0.003124982 sec. 2026.05.04 23:55:59.176886 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.176998 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:55:59.177045 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:55:59.177517 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.177557 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:59.178082 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:55:59.178505 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.178648 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} executeQuery: Read 78 rows, 6.61 KiB in 0.001683 sec., 46345.8110516934 rows/sec., 3.84 MiB/sec. 2026.05.04 23:55:59.178679 [ 87 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:55:59.178686 [ 3 ] {539849ee-b26e-4249-af77-6ce3719614c1} TCPHandler: Processed in 0.001853079 sec. 2026.05.04 23:55:59.178759 [ 87 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.178788 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:59.178853 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.178904 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:55:59.178951 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:55:59.178993 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:55:59.179013 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:55:59.179054 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 203 rows starting from the beginning of the part 2026.05.04 23:55:59.179137 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.05.04 23:55:59.179193 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.05.04 23:55:59.179242 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2390 rows starting from the beginning of the part 2026.05.04 23:55:59.179321 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.05.04 23:55:59.179371 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part 2026.05.04 23:55:59.179414 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.179451 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:55:59.180060 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:59.180500 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.180639 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} executeQuery: Read 11 rows, 847.00 B in 0.001706 sec., 6447.831184056272 rows/sec., 484.85 KiB/sec. 2026.05.04 23:55:59.180678 [ 3 ] {e55ab330-dee2-41a7-a28c-7b30899b35ab} TCPHandler: Processed in 0.001874479 sec. 2026.05.04 23:55:59.180795 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.180890 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:55:59.180931 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:55:59.180968 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2861 rows, containing 5 columns (5 merged, 0 gathered) in 0.002112116 sec., 1354565.7530173534 rows/sec., 107.24 MiB/sec. 2026.05.04 23:55:59.181340 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.181373 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:55:59.181378 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:59.181823 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:55:59.181845 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.181907 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_6_1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:55:59.181973 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.05.04 23:55:59.182251 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.182349 [ 87 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:55:59.182377 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} executeQuery: Read 75 rows, 6.00 KiB in 0.001505 sec., 49833.88704318937 rows/sec., 3.89 MiB/sec. 2026.05.04 23:55:59.182384 [ 87 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.182416 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:59.182420 [ 3 ] {8a2f484e-be66-43ab-a50b-923c3c75eb8e} TCPHandler: Processed in 0.001675004 sec. 2026.05.04 23:55:59.182488 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:55:59.182546 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.182642 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:55:59.182665 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 121 rows starting from the beginning of the part 2026.05.04 23:55:59.182680 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:59.182708 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.05.04 23:55:59.182725 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:55:59.182742 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 75 rows starting from the beginning of the part 2026.05.04 23:55:59.182859 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1283 rows starting from the beginning of the part 2026.05.04 23:55:59.182898 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.05.04 23:55:59.182930 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 75 rows starting from the beginning of the part 2026.05.04 23:55:59.183166 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.183202 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:55:59.183690 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:55:59.184027 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1682 rows, containing 5 columns (5 merged, 0 gathered) in 0.001565121 sec., 1074677.2933210914 rows/sec., 78.88 MiB/sec. 2026.05.04 23:55:59.184115 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.184223 [ 87 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:55:59.184258 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. 2026.05.04 23:55:59.184261 [ 87 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.184301 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:55:59.184302 [ 3 ] {3523799b-7043-4356-b6d4-fe13a009f6ed} TCPHandler: Processed in 0.001806757 sec. 2026.05.04 23:55:59.184379 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:55:59.184383 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:55:59.184436 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.184488 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:55:59.184526 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 271 rows starting from the beginning of the part 2026.05.04 23:55:59.184534 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:55:59.184591 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:55:59.184610 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.05.04 23:55:59.184660 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2026.05.04 23:55:59.184716 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2578 rows starting from the beginning of the part 2026.05.04 23:55:59.184767 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part 2026.05.04 23:55:59.184811 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.05.04 23:55:59.184964 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.185055 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_6_1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:55:59.185162 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.05.04 23:55:59.185370 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.185409 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:55:59.186101 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:55:59.186548 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3425 rows, containing 5 columns (5 merged, 0 gathered) in 0.002197308 sec., 1558725.495014809 rows/sec., 100.33 MiB/sec. 2026.05.04 23:55:59.186551 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.186737 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} executeQuery: Read 11 rows, 20.18 KiB in 0.002221 sec., 4952.72399819901 rows/sec., 8.88 MiB/sec. 2026.05.04 23:55:59.186788 [ 3 ] {08427ab4-34d3-42d0-8432-9798483b4ae4} TCPHandler: Processed in 0.002400883 sec. 2026.05.04 23:55:59.186903 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:55:59.186975 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:55:59.186998 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:55:59.187040 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:55:59.187390 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.187425 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:59.187442 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.187506 [ 194 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_6_1} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:55:59.187561 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.05.04 23:55:59.187834 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:55:59.188304 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.188401 [ 87 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:55:59.188431 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. 2026.05.04 23:55:59.188435 [ 87 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:55:59.188471 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB. 2026.05.04 23:55:59.188474 [ 3 ] {1dddc5b5-7bc0-4efb-bba4-32d9d5904293} TCPHandler: Processed in 0.001619903 sec. 2026.05.04 23:55:59.188549 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:55:59.188649 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:55:59.188679 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2026.05.04 23:55:59.188755 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.05.04 23:55:59.188807 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.05.04 23:55:59.188853 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.05.04 23:55:59.188895 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.05.04 23:55:59.188953 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.05.04 23:55:59.189823 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 4 columns (4 merged, 0 gathered) in 0.001308714 sec., 220063.35990904048 rows/sec., 14.83 MiB/sec. 2026.05.04 23:55:59.190105 [ 188 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:55:59.190670 [ 188 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:55:59.190738 [ 188 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_6_1} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:55:59.190794 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.04 23:56:03.275806 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41039 2026.05.04 23:56:03.275952 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.275985 [ 310 ] {} TCP-Session: a926cf4a-dcda-4862-83e4-aa8bf8999941 Authenticating user 'default' from [fd00:1122:3344:101::e]:41039 2026.05.04 23:56:03.276008 [ 310 ] {} TCP-Session: a926cf4a-dcda-4862-83e4-aa8bf8999941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276021 [ 310 ] {} TCP-Session: a926cf4a-dcda-4862-83e4-aa8bf8999941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276346 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51643 2026.05.04 23:56:03.276479 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34288 2026.05.04 23:56:03.276525 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.276532 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39770 2026.05.04 23:56:03.276484 [ 310 ] {} TCP-Session: a926cf4a-dcda-4862-83e4-aa8bf8999941 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:03.276576 [ 311 ] {} TCP-Session: c5564f97-3144-4661-96fa-1507e2c297af Authenticating user 'default' from [fd00:1122:3344:101::e]:51643 2026.05.04 23:56:03.276633 [ 311 ] {} TCP-Session: c5564f97-3144-4661-96fa-1507e2c297af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276647 [ 311 ] {} TCP-Session: c5564f97-3144-4661-96fa-1507e2c297af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276653 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42155 2026.05.04 23:56:03.276677 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.276748 [ 312 ] {} TCP-Session: f621e21a-7eb2-44d6-8345-ca260a21306a Authenticating user 'default' from [fd00:1122:3344:101::e]:34288 2026.05.04 23:56:03.276765 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54419 2026.05.04 23:56:03.276783 [ 312 ] {} TCP-Session: f621e21a-7eb2-44d6-8345-ca260a21306a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276803 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.276821 [ 312 ] {} TCP-Session: f621e21a-7eb2-44d6-8345-ca260a21306a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276880 [ 313 ] {} TCP-Session: 546dedbf-b9ff-4954-a729-853cb1fc7a67 Authenticating user 'default' from [fd00:1122:3344:101::e]:39770 2026.05.04 23:56:03.276905 [ 313 ] {} TCP-Session: 546dedbf-b9ff-4954-a729-853cb1fc7a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276919 [ 313 ] {} TCP-Session: 546dedbf-b9ff-4954-a729-853cb1fc7a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.276930 [ 310 ] {c96c265c-8f31-42ef-819a-f751d6289359} executeQuery: (from [fd00:1122:3344:101::e]:41039) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:56:03.276974 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60473 2026.05.04 23:56:03.276985 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.277068 [ 314 ] {} TCP-Session: 1e6b640f-e2a7-4b55-9e4a-260c399df651 Authenticating user 'default' from [fd00:1122:3344:101::e]:42155 2026.05.04 23:56:03.277098 [ 314 ] {} TCP-Session: 1e6b640f-e2a7-4b55-9e4a-260c399df651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277119 [ 314 ] {} TCP-Session: 1e6b640f-e2a7-4b55-9e4a-260c399df651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277149 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.277264 [ 315 ] {} TCP-Session: 95d2f63e-0a55-4781-832a-496ed42cefbb Authenticating user 'default' from [fd00:1122:3344:101::e]:54419 2026.05.04 23:56:03.277283 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59789 2026.05.04 23:56:03.277289 [ 315 ] {} TCP-Session: 95d2f63e-0a55-4781-832a-496ed42cefbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277314 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.277329 [ 315 ] {} TCP-Session: 95d2f63e-0a55-4781-832a-496ed42cefbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277376 [ 316 ] {} TCP-Session: ab01afcd-8774-49f2-82cb-88deb0ef9571 Authenticating user 'default' from [fd00:1122:3344:101::e]:60473 2026.05.04 23:56:03.277405 [ 316 ] {} TCP-Session: ab01afcd-8774-49f2-82cb-88deb0ef9571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277421 [ 316 ] {} TCP-Session: ab01afcd-8774-49f2-82cb-88deb0ef9571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277516 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.277537 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39296 2026.05.04 23:56:03.277563 [ 317 ] {} TCP-Session: 31e9bd3a-72a6-4c71-a609-c03013c37579 Authenticating user 'default' from [fd00:1122:3344:101::e]:59789 2026.05.04 23:56:03.277589 [ 317 ] {} TCP-Session: 31e9bd3a-72a6-4c71-a609-c03013c37579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277602 [ 317 ] {} TCP-Session: 31e9bd3a-72a6-4c71-a609-c03013c37579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277753 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.277796 [ 318 ] {} TCP-Session: 26f70a36-add4-451c-b1ff-390c69ea3d7a Authenticating user 'default' from [fd00:1122:3344:101::e]:39296 2026.05.04 23:56:03.277822 [ 318 ] {} TCP-Session: 26f70a36-add4-451c-b1ff-390c69ea3d7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277836 [ 318 ] {} TCP-Session: 26f70a36-add4-451c-b1ff-390c69ea3d7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.277839 [ 310 ] {c96c265c-8f31-42ef-819a-f751d6289359} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:56:03.277942 [ 310 ] {c96c265c-8f31-42ef-819a-f751d6289359} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:03.282349 [ 310 ] {c96c265c-8f31-42ef-819a-f751d6289359} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:56:03.298227 [ 319 ] {c96c265c-8f31-42ef-819a-f751d6289359} AggregatingTransform: Aggregating 2026.05.04 23:56:03.300498 [ 319 ] {c96c265c-8f31-42ef-819a-f751d6289359} Aggregator: Aggregation method: without_key 2026.05.04 23:56:03.301222 [ 319 ] {c96c265c-8f31-42ef-819a-f751d6289359} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00726514 sec. (137.644 rows/sec., 5.38 KiB/sec.) 2026.05.04 23:56:03.301248 [ 319 ] {c96c265c-8f31-42ef-819a-f751d6289359} Aggregator: Merging aggregated data 2026.05.04 23:56:03.301286 [ 319 ] {c96c265c-8f31-42ef-819a-f751d6289359} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.05.04 23:56:03.306666 [ 310 ] {c96c265c-8f31-42ef-819a-f751d6289359} executeQuery: Read 1 rows, 40.00 B in 0.029813 sec., 33.54241438298729 rows/sec., 1.31 KiB/sec. 2026.05.04 23:56:03.306846 [ 310 ] {c96c265c-8f31-42ef-819a-f751d6289359} TCPHandler: Processed in 0.030570373 sec. 2026.05.04 23:56:03.313287 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313328 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313360 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313367 [ 310 ] {} TCP-Session: a926cf4a-dcda-4862-83e4-aa8bf8999941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313393 [ 311 ] {} TCP-Session: c5564f97-3144-4661-96fa-1507e2c297af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313408 [ 312 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313424 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313460 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313484 [ 312 ] {} TCP-Session: f621e21a-7eb2-44d6-8345-ca260a21306a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313502 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313517 [ 313 ] {} TCP-Session: 546dedbf-b9ff-4954-a729-853cb1fc7a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313499 [ 316 ] {} TCP-Session: ab01afcd-8774-49f2-82cb-88deb0ef9571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313583 [ 318 ] {} TCP-Session: 26f70a36-add4-451c-b1ff-390c69ea3d7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313434 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313407 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.313660 [ 315 ] {} TCP-Session: 95d2f63e-0a55-4781-832a-496ed42cefbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313414 [ 317 ] {} TCP-Session: 31e9bd3a-72a6-4c71-a609-c03013c37579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.313690 [ 314 ] {} TCP-Session: 1e6b640f-e2a7-4b55-9e4a-260c399df651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.608416 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 186 2026.05.04 23:56:03.611017 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:03.611077 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:03.612478 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:56:03.612930 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:03.613322 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2026.05.04 23:56:03.664912 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62772 2026.05.04 23:56:03.665019 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665047 [ 310 ] {} TCP-Session: bc405b20-c4d8-4e99-87b2-5fb9440f21b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62772 2026.05.04 23:56:03.665072 [ 310 ] {} TCP-Session: bc405b20-c4d8-4e99-87b2-5fb9440f21b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665085 [ 310 ] {} TCP-Session: bc405b20-c4d8-4e99-87b2-5fb9440f21b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665364 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47676 2026.05.04 23:56:03.665378 [ 313 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42980 2026.05.04 23:56:03.665417 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49955 2026.05.04 23:56:03.665436 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41504 2026.05.04 23:56:03.665471 [ 310 ] {} TCP-Session: bc405b20-c4d8-4e99-87b2-5fb9440f21b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:03.665498 [ 313 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665503 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665538 [ 313 ] {} TCP-Session: d27f18a7-5c85-4c13-8dd3-40890a55dfff Authenticating user 'default' from [fd00:1122:3344:101::e]:42980 2026.05.04 23:56:03.665538 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665564 [ 313 ] {} TCP-Session: d27f18a7-5c85-4c13-8dd3-40890a55dfff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665562 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665585 [ 316 ] {} TCP-Session: 2166270a-fcc0-42b9-8648-b3ba89b678a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49955 2026.05.04 23:56:03.665601 [ 313 ] {} TCP-Session: d27f18a7-5c85-4c13-8dd3-40890a55dfff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665619 [ 318 ] {} TCP-Session: 4c846a7f-9e8d-4d05-a49a-6730a1222854 Authenticating user 'default' from [fd00:1122:3344:101::e]:41504 2026.05.04 23:56:03.665634 [ 316 ] {} TCP-Session: 2166270a-fcc0-42b9-8648-b3ba89b678a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665664 [ 318 ] {} TCP-Session: 4c846a7f-9e8d-4d05-a49a-6730a1222854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665563 [ 311 ] {} TCP-Session: fb9ee835-ed29-4e2e-a8b2-05791465215a Authenticating user 'default' from [fd00:1122:3344:101::e]:47676 2026.05.04 23:56:03.665694 [ 316 ] {} TCP-Session: 2166270a-fcc0-42b9-8648-b3ba89b678a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665710 [ 310 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} executeQuery: (from [fd00:1122:3344:101::e]:62772) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:56:03.665737 [ 311 ] {} TCP-Session: fb9ee835-ed29-4e2e-a8b2-05791465215a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665697 [ 318 ] {} TCP-Session: 4c846a7f-9e8d-4d05-a49a-6730a1222854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665771 [ 311 ] {} TCP-Session: fb9ee835-ed29-4e2e-a8b2-05791465215a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.665410 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33118 2026.05.04 23:56:03.665404 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64992 2026.05.04 23:56:03.665370 [ 312 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61495 2026.05.04 23:56:03.665884 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665425 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38489 2026.05.04 23:56:03.665916 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665950 [ 312 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.665973 [ 315 ] {} TCP-Session: 389be396-48b2-4ad5-bba2-aee79f627cb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:64992 2026.05.04 23:56:03.665919 [ 314 ] {} TCP-Session: 53a87c77-40fc-44b7-afdc-467e946ce26c Authenticating user 'default' from [fd00:1122:3344:101::e]:33118 2026.05.04 23:56:03.665994 [ 312 ] {} TCP-Session: a60ffb20-13e2-4581-bd34-51b5c0693c41 Authenticating user 'default' from [fd00:1122:3344:101::e]:61495 2026.05.04 23:56:03.666019 [ 310 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:56:03.666040 [ 312 ] {} TCP-Session: a60ffb20-13e2-4581-bd34-51b5c0693c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666049 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:03.666067 [ 312 ] {} TCP-Session: a60ffb20-13e2-4581-bd34-51b5c0693c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666088 [ 317 ] {} TCP-Session: 54d357df-8df3-4299-acdc-a23fc55d2496 Authenticating user 'default' from [fd00:1122:3344:101::e]:38489 2026.05.04 23:56:03.666024 [ 314 ] {} TCP-Session: 53a87c77-40fc-44b7-afdc-467e946ce26c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666132 [ 317 ] {} TCP-Session: 54d357df-8df3-4299-acdc-a23fc55d2496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666159 [ 314 ] {} TCP-Session: 53a87c77-40fc-44b7-afdc-467e946ce26c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666178 [ 317 ] {} TCP-Session: 54d357df-8df3-4299-acdc-a23fc55d2496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666002 [ 315 ] {} TCP-Session: 389be396-48b2-4ad5-bba2-aee79f627cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666088 [ 310 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:03.666251 [ 315 ] {} TCP-Session: 389be396-48b2-4ad5-bba2-aee79f627cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.666525 [ 310 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:56:03.667447 [ 320 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} AggregatingTransform: Aggregating 2026.05.04 23:56:03.667498 [ 320 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} Aggregator: Aggregation method: without_key 2026.05.04 23:56:03.667537 [ 320 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000912784 sec. (1095.549 rows/sec., 42.79 KiB/sec.) 2026.05.04 23:56:03.667557 [ 320 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} Aggregator: Merging aggregated data 2026.05.04 23:56:03.668861 [ 310 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} executeQuery: Read 1 rows, 40.00 B in 0.003219 sec., 310.65548306927616 rows/sec., 12.13 KiB/sec. 2026.05.04 23:56:03.669003 [ 310 ] {e00b3586-5e92-4c63-98ab-c21631dbb703} TCPHandler: Processed in 0.003677487 sec. 2026.05.04 23:56:03.669133 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669162 [ 310 ] {} TCP-Session: bc405b20-c4d8-4e99-87b2-5fb9440f21b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669171 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669193 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669214 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669215 [ 318 ] {} TCP-Session: 4c846a7f-9e8d-4d05-a49a-6730a1222854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669241 [ 312 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669255 [ 313 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669293 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669297 [ 312 ] {} TCP-Session: a60ffb20-13e2-4581-bd34-51b5c0693c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669307 [ 313 ] {} TCP-Session: d27f18a7-5c85-4c13-8dd3-40890a55dfff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669338 [ 314 ] {} TCP-Session: 53a87c77-40fc-44b7-afdc-467e946ce26c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669355 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669302 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:03.669403 [ 317 ] {} TCP-Session: 54d357df-8df3-4299-acdc-a23fc55d2496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669235 [ 311 ] {} TCP-Session: fb9ee835-ed29-4e2e-a8b2-05791465215a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669428 [ 316 ] {} TCP-Session: 2166270a-fcc0-42b9-8648-b3ba89b678a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:03.669251 [ 315 ] {} TCP-Session: 389be396-48b2-4ad5-bba2-aee79f627cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:04.000388 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 180.37 MiB, peak 190.23 MiB, free memory in arenas 0.00 B, will set to 182.83 MiB (RSS), difference: 2.46 MiB 2026.05.04 23:56:04.172588 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:04.172844 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:04.173238 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:04.173283 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:04.173559 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:04.173644 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:04.173802 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:56:04.173954 [ 338 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:04.173954 [ 342 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:04.174079 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:04.174109 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:04.174185 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:04.174206 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:04.174243 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:04.174283 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:04.175762 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} executeQuery: Read 35 rows, 6.04 KiB in 0.003023 sec., 11577.902745616937 rows/sec., 1.95 MiB/sec. 2026.05.04 23:56:04.175932 [ 3 ] {5f671f74-fdf1-4b76-b51d-c60df7e99088} TCPHandler: Processed in 0.003485151 sec. 2026.05.04 23:56:04.177601 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:04.177722 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:04.177769 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:04.178360 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:04.178422 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:04.178979 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:04.179353 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:04.179563 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} executeQuery: Read 56 rows, 4.41 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.30 MiB/sec. 2026.05.04 23:56:04.179622 [ 3 ] {f1f10df7-9174-4fef-95f1-c9c2745e131b} TCPHandler: Processed in 0.002082075 sec. 2026.05.04 23:56:04.179774 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:04.179880 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:04.179924 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:04.180459 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:04.180504 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:04.180835 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:04.181061 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:04.181198 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} executeQuery: Read 64 rows, 5.12 KiB in 0.001344 sec., 47619.04761904762 rows/sec., 3.72 MiB/sec. 2026.05.04 23:56:04.181241 [ 3 ] {d76f92f0-f4c5-497b-a50a-78c01e16ae30} TCPHandler: Processed in 0.00151998 sec. 2026.05.04 23:56:04.181382 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:04.181494 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:04.181543 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:04.181994 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:04.182037 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:04.182487 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:04.182778 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:04.182944 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. 2026.05.04 23:56:04.182986 [ 3 ] {9dde26d2-184d-43bb-8afc-410cb7ea4271} TCPHandler: Processed in 0.001656834 sec. 2026.05.04 23:56:04.183126 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:04.183225 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:04.183272 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:04.183647 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:04.183687 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:04.184032 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:04.184261 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:04.184401 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2026.05.04 23:56:04.184438 [ 3 ] {48d29317-e17d-4ec6-ae5d-be9b6360886a} TCPHandler: Processed in 0.001364546 sec. 2026.05.04 23:56:06.115287 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 497 entries to flush up to offset 3303 2026.05.04 23:56:06.115798 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:06.115843 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:06.116329 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:06.116560 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:06.116702 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3303 2026.05.04 23:56:06.275002 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.05.04 23:56:06.293713 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:06.293775 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:06.299714 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:06.300441 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:06.304133 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.05.04 23:56:09.174735 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.174990 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} executeQuery: (from [fd00:1122:3344:101::d]:40348) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:56:09.175348 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:09.175387 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:56:09.175653 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:09.175727 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:09.175877 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.04 23:56:09.176009 [ 348 ] {a4b9f2db-305c-4991-84c1-3331589719fc} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:09.176011 [ 345 ] {a4b9f2db-305c-4991-84c1-3331589719fc} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:09.176168 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:09.176199 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:09.176275 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:09.176297 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:09.176334 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:56:09.176378 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:56:09.177615 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} executeQuery: Read 35 rows, 6.04 KiB in 0.002724 sec., 12848.751835535977 rows/sec., 2.16 MiB/sec. 2026.05.04 23:56:09.177753 [ 3 ] {a4b9f2db-305c-4991-84c1-3331589719fc} TCPHandler: Processed in 0.003162863 sec. 2026.05.04 23:56:09.180715 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.180836 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:56:09.180885 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:09.181490 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.181537 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.181982 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:09.182188 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.182346 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} executeQuery: Read 3 rows, 280.00 B in 0.001547 sec., 1939.2372333548803 rows/sec., 176.75 KiB/sec. 2026.05.04 23:56:09.182390 [ 3 ] {9380ea8d-f0b0-4b8f-8bc4-4e9ecf716a46} TCPHandler: Processed in 0.001738066 sec. 2026.05.04 23:56:09.182583 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.182686 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.182729 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:56:09.183177 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.183216 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.183534 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:56:09.183787 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.183922 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} executeQuery: Read 24 rows, 2.04 KiB in 0.00126 sec., 19047.619047619046 rows/sec., 1.58 MiB/sec. 2026.05.04 23:56:09.183961 [ 3 ] {cb85ce5f-1b99-44fd-becd-44900adad318} TCPHandler: Processed in 0.001429267 sec. 2026.05.04 23:56:09.184084 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.184179 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:56:09.184218 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:56:09.184603 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.184639 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.184914 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:09.185179 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.185307 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} executeQuery: Read 2 rows, 167.00 B in 0.001142 sec., 1751.3134851138354 rows/sec., 142.81 KiB/sec. 2026.05.04 23:56:09.185346 [ 3 ] {e121ad87-0d70-4f0d-96f6-ba5f062cdea2} TCPHandler: Processed in 0.001310084 sec. 2026.05.04 23:56:09.185467 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.185561 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:09.185600 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:09.186117 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.186154 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.186504 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:09.186721 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.186856 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} executeQuery: Read 211 rows, 19.29 KiB in 0.001313 sec., 160700.6854531607 rows/sec., 14.35 MiB/sec. 2026.05.04 23:56:09.186894 [ 3 ] {2f9c380a-2726-467d-a2d8-a137e0765838} TCPHandler: Processed in 0.001476269 sec. 2026.05.04 23:56:09.187014 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.187109 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.187149 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:09.187560 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.187597 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.187891 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:56:09.188136 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.188271 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} executeQuery: Read 31 rows, 2.38 KiB in 0.001181 sec., 26248.941574936496 rows/sec., 1.97 MiB/sec. 2026.05.04 23:56:09.188309 [ 3 ] {d79774b8-d453-4e48-9a27-7985045dcc02} TCPHandler: Processed in 0.001344485 sec. 2026.05.04 23:56:09.188426 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.188519 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.188560 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:56:09.188963 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.189000 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.189296 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:09.189510 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.189638 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} executeQuery: Read 24 rows, 2.04 KiB in 0.001138 sec., 21089.6309314587 rows/sec., 1.75 MiB/sec. 2026.05.04 23:56:09.189676 [ 3 ] {5f858f9c-6eb7-4c46-a1ba-ad4ba912c6c5} TCPHandler: Processed in 0.001301864 sec. 2026.05.04 23:56:09.189791 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.189886 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.189926 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:56:09.190331 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.190368 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.190661 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:56:09.190878 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.191004 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} executeQuery: Read 12 rows, 960.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 824.54 KiB/sec. 2026.05.04 23:56:09.191044 [ 3 ] {6669b4f8-bb31-4c14-ac7c-8d4a5a4ddbcf} TCPHandler: Processed in 0.001302614 sec. 2026.05.04 23:56:09.191165 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.191257 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:09.191296 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:09.191740 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.191777 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.192096 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:09.192316 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.192447 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} executeQuery: Read 122 rows, 10.14 KiB in 0.001207 sec., 101077.05053852528 rows/sec., 8.20 MiB/sec. 2026.05.04 23:56:09.192485 [ 3 ] {ef5e9ed5-d303-4736-ae21-b37b7bb1d4ca} TCPHandler: Processed in 0.001372026 sec. 2026.05.04 23:56:09.192604 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.192697 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.192741 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:09.193142 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.193180 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.193563 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:09.193792 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.193923 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} executeQuery: Read 197 rows, 14.47 KiB in 0.001244 sec., 158360.12861736334 rows/sec., 11.36 MiB/sec. 2026.05.04 23:56:09.193961 [ 3 ] {1b642913-96f8-4d28-aeb2-ad1097ee5dfa} TCPHandler: Processed in 0.001406887 sec. 2026.05.04 23:56:09.194081 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.194176 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.194233 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:09.195024 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.195063 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.195621 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:56:09.195872 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.196022 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} executeQuery: Read 17 rows, 31.19 KiB in 0.001863 sec., 9125.067096081588 rows/sec., 16.35 MiB/sec. 2026.05.04 23:56:09.196083 [ 3 ] {bc371cb8-91a8-48c9-9eb9-f6e669bcf851} TCPHandler: Processed in 0.002052194 sec. 2026.05.04 23:56:09.196218 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.196312 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.196355 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.04 23:56:09.196677 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.196713 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.197037 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:56:09.197256 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.197388 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} executeQuery: Read 3 rows, 217.00 B in 0.001094 sec., 2742.2303473491775 rows/sec., 193.71 KiB/sec. 2026.05.04 23:56:09.197424 [ 3 ] {3d1918c1-d0fa-4494-8048-d9546284bbb9} TCPHandler: Processed in 0.001258713 sec. 2026.05.04 23:56:09.197548 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:09.197643 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} executeQuery: (from [fd00:1122:3344:101::d]:40348) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:09.197685 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:09.198031 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:09.198067 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:09.198405 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:09.198621 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:09.198752 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.05.04 23:56:09.198790 [ 3 ] {9f7b8307-717c-490c-8908-5a1aeeb06e8d} TCPHandler: Processed in 0.001293544 sec. 2026.05.04 23:56:13.557328 [ 67 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:56:13.557397 [ 67 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:56:13.613896 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 224 2026.05.04 23:56:13.616345 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:13.616408 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:13.617211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3751 2026.05.04 23:56:13.617602 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:56:13.617714 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:13.617770 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:13.617896 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:13.618232 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 224 2026.05.04 23:56:13.618318 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:13.618569 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:13.618723 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3751 2026.05.04 23:56:13.804620 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.05.04 23:56:13.821456 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:13.821515 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:13.827259 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:13.828009 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:13.831493 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.05.04 23:56:13.854270 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:13.854346 [ 3 ] {} TCP-Session: 9d0fc68b-dfb1-4de8-ad84-311ce478ee89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:14.000219 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 181.96 MiB, peak 190.23 MiB, free memory in arenas 0.00 B, will set to 183.77 MiB (RSS), difference: 1.81 MiB 2026.05.04 23:56:14.172051 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:14.172276 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:14.172639 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:14.172676 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:14.172911 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:14.172989 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:14.173134 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:56:14.173228 [ 329 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:14.173275 [ 348 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:14.173279 [ 342 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:14.173427 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:14.173454 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:14.173525 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:14.173545 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:14.173584 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:14.173626 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:14.174833 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} executeQuery: Read 35 rows, 6.04 KiB in 0.002642 sec., 13247.539742619228 rows/sec., 2.23 MiB/sec. 2026.05.04 23:56:14.174941 [ 4 ] {0c5789f5-e174-401e-8e3c-7589afd73408} TCPHandler: Processed in 0.003019079 sec. 2026.05.04 23:56:14.176507 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:14.176619 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:14.176664 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:14.177181 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:14.177225 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:14.177609 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:14.177860 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:14.178013 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} executeQuery: Read 56 rows, 4.41 KiB in 0.001426 sec., 39270.68723702665 rows/sec., 3.02 MiB/sec. 2026.05.04 23:56:14.178053 [ 4 ] {9ec1b24e-18a5-4b31-92b3-aa37019fde40} TCPHandler: Processed in 0.001600512 sec. 2026.05.04 23:56:14.178185 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:14.178283 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:14.178325 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:14.178744 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:14.178782 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:14.179104 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:14.179317 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:14.179451 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2026.05.04 23:56:14.179489 [ 4 ] {842078ca-e000-498c-b90e-584f527d0fb0} TCPHandler: Processed in 0.001354615 sec. 2026.05.04 23:56:14.179625 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:14.179719 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:14.179763 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:14.180180 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:14.180218 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:14.180546 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:14.180761 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:14.180892 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.05.04 23:56:14.180930 [ 4 ] {344c7cd2-781f-43d2-84be-edb5f40e9cf7} TCPHandler: Processed in 0.001354545 sec. 2026.05.04 23:56:14.181047 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:14.181140 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:14.181181 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:14.181515 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:14.181552 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB. 2026.05.04 23:56:14.181860 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:14.182066 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:14.182195 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.05.04 23:56:14.182229 [ 4 ] {462b7155-7106-43e5-8cf8-d1301f30e42a} TCPHandler: Processed in 0.001231202 sec. 2026.05.04 23:56:14.610602 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:14.610667 [ 262 ] {} TCP-Session: 9b2e964a-2c26-4aa7-bac7-5c143b8be3f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:15.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 182.08 MiB, peak 190.23 MiB, free memory in arenas 0.00 B, will set to 183.83 MiB (RSS), difference: 1.75 MiB 2026.05.04 23:56:19.173759 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.174032 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:19.174399 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:19.174440 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:19.174702 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:19.174774 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:19.174907 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 22-element set) 2026.05.04 23:56:19.175010 [ 329 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:19.175025 [ 348 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:19.175025 [ 328 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:19.175162 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.04 23:56:19.175187 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:19.175268 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:19.175288 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.05.04 23:56:19.175319 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:19.175354 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:19.175388 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:19.177034 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} executeQuery: Read 38 rows, 6.31 KiB in 0.003101 sec., 12254.111576910675 rows/sec., 1.99 MiB/sec. 2026.05.04 23:56:19.177186 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} MemoryTracker: Peak memory usage (for query): 131.60 KiB. 2026.05.04 23:56:19.177201 [ 4 ] {de4e6c38-8926-4f6b-bbce-582d4ec9995d} TCPHandler: Processed in 0.003579324 sec. 2026.05.04 23:56:19.179490 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.179615 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:19.179665 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:19.180271 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.180324 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.180756 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:19.180980 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.181120 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} executeQuery: Read 126 rows, 11.12 KiB in 0.001542 sec., 81712.06225680934 rows/sec., 7.04 MiB/sec. 2026.05.04 23:56:19.181156 [ 4 ] {16a58a33-3fde-46f5-9b4f-fe7f6b9e52b7} TCPHandler: Processed in 0.001726355 sec. 2026.05.04 23:56:19.181291 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.181384 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:19.181424 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:19.181822 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.181854 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.182135 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:56:19.182337 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.182446 [ 52 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:56:19.182461 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} executeQuery: Read 35 rows, 2.63 KiB in 0.001095 sec., 31963.4703196347 rows/sec., 2.35 MiB/sec. 2026.05.04 23:56:19.182484 [ 52 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.182499 [ 4 ] {1b4c57d3-95dc-4fd0-9c50-ef0a2b3ce4d5} TCPHandler: Processed in 0.001267693 sec. 2026.05.04 23:56:19.182502 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.182618 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.182620 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:56:19.182720 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:19.182763 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:19.182784 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:19.182824 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 33 rows starting from the beginning of the part 2026.05.04 23:56:19.182896 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.04 23:56:19.182948 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.05.04 23:56:19.182995 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.04 23:56:19.183041 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part 2026.05.04 23:56:19.183090 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.05.04 23:56:19.183176 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.183216 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.183541 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:19.183766 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.183898 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} executeQuery: Read 107 rows, 8.58 KiB in 0.001196 sec., 89464.8829431438 rows/sec., 7.01 MiB/sec. 2026.05.04 23:56:19.183933 [ 4 ] {e655e69b-7b4e-42eb-851b-53046e317145} TCPHandler: Processed in 0.001364966 sec. 2026.05.04 23:56:19.184018 [ 200 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 125 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451308 sec., 86129.20207151068 rows/sec., 6.68 MiB/sec. 2026.05.04 23:56:19.184061 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.184155 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:19.184176 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:56:19.184199 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:19.184429 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.184499 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_6_1} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:56:19.184567 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.04 23:56:19.184607 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.184646 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.184972 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:19.185187 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.185318 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.05.04 23:56:19.185353 [ 4 ] {cd1fb6d4-6feb-48c6-aeae-98d7607700c7} TCPHandler: Processed in 0.001349605 sec. 2026.05.04 23:56:19.185470 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.185562 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:19.185615 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:19.186406 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.186440 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.186968 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:56:19.187182 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.187292 [ 52 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:56:19.187312 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} executeQuery: Read 35 rows, 64.22 KiB in 0.001767 sec., 19807.583474816074 rows/sec., 35.49 MiB/sec. 2026.05.04 23:56:19.187325 [ 52 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.187344 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.187362 [ 4 ] {ab9384fc-04f8-4ce0-b06d-d0cb899ea5b7} TCPHandler: Processed in 0.001946891 sec. 2026.05.04 23:56:19.187442 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:56:19.187504 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.187616 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.04 23:56:19.187657 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.04 23:56:19.187712 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:19.187776 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 11 rows starting from the beginning of the part 2026.05.04 23:56:19.187901 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 11 rows starting from the beginning of the part 2026.05.04 23:56:19.187983 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.188014 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.05.04 23:56:19.188023 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.188128 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part 2026.05.04 23:56:19.188241 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 17 rows starting from the beginning of the part 2026.05.04 23:56:19.188348 [ 194 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.05.04 23:56:19.188362 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:56:19.188582 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.188716 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} executeQuery: Read 15 rows, 1.14 KiB in 0.001118 sec., 13416.815742397137 rows/sec., 1023.73 KiB/sec. 2026.05.04 23:56:19.188750 [ 4 ] {3f1da80c-a3e8-488b-8066-4be2ece03ba2} TCPHandler: Processed in 0.001318735 sec. 2026.05.04 23:56:19.188880 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:19.188972 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:19.189012 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:19.189354 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:19.189390 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:19.189698 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:19.189909 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.190041 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.05.04 23:56:19.190057 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 87 rows, containing 19 columns (19 merged, 0 gathered) in 0.00266331 sec., 32666.118476632462 rows/sec., 58.54 MiB/sec. 2026.05.04 23:56:19.190076 [ 4 ] {74e2eabe-97ce-4ecd-9ce3-e763cb41311c} TCPHandler: Processed in 0.001253913 sec. 2026.05.04 23:56:19.190417 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:56:19.190745 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:19.190805 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_6_1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:56:19.190913 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.05.04 23:56:20.891335 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.891599 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:56:20.891958 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:20.891994 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:56:20.892230 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:20.892301 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:20.892440 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.05.04 23:56:20.892546 [ 329 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:20.892554 [ 348 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:20.892597 [ 322 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:20.892717 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:20.892744 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:20.892812 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:20.892832 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:20.892868 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:56:20.892909 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:56:20.894222 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} executeQuery: Read 35 rows, 7.62 KiB in 0.002727 sec., 12834.616795012835 rows/sec., 2.73 MiB/sec. 2026.05.04 23:56:20.894323 [ 4 ] {97b269bc-f810-4d4c-b1ed-78a31a7c5474} TCPHandler: Processed in 0.003123012 sec. 2026.05.04 23:56:20.907917 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.908104 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:20.908181 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:20.909924 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.909993 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.910514 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:20.910754 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.910890 [ 50 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:20.910911 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} executeQuery: Read 2395 rows, 180.79 KiB in 0.002859 sec., 837705.4914305701 rows/sec., 61.75 MiB/sec. 2026.05.04 23:56:20.910945 [ 50 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.910960 [ 4 ] {d231139c-940c-4917-9d50-eb879988dd8d} TCPHandler: Processed in 0.003135502 sec. 2026.05.04 23:56:20.910972 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.911088 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.911128 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:20.911193 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:20.911241 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:20.911261 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:20.911308 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2537 rows starting from the beginning of the part 2026.05.04 23:56:20.911405 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2026.05.04 23:56:20.911458 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2026.05.04 23:56:20.911503 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.05.04 23:56:20.911543 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part 2026.05.04 23:56:20.911586 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2395 rows starting from the beginning of the part 2026.05.04 23:56:20.911651 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.911695 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.912036 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:20.912279 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.912422 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} executeQuery: Read 6 rows, 462.00 B in 0.001252 sec., 4792.3322683706065 rows/sec., 360.36 KiB/sec. 2026.05.04 23:56:20.912460 [ 4 ] {d1bada39-02c7-4169-be2b-423feb90f14b} TCPHandler: Processed in 0.001422028 sec. 2026.05.04 23:56:20.912572 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.912664 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:56:20.912704 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:56:20.913392 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.913429 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.913791 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:56:20.914017 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.914146 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} executeQuery: Read 801 rows, 47.38 KiB in 0.0015 sec., 534000 rows/sec., 30.85 MiB/sec. 2026.05.04 23:56:20.914183 [ 4 ] {a0712213-9754-4228-9ed4-383de11c248a} TCPHandler: Processed in 0.001659584 sec. 2026.05.04 23:56:20.914294 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.914386 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:20.914426 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:56:20.914806 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.914843 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.915154 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.05.04 23:56:20.915368 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.915492 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} executeQuery: Read 1 rows, 72.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 62.56 KiB/sec. 2026.05.04 23:56:20.915528 [ 4 ] {d648a828-7d67-4d68-aa10-baa5cfd0286d} TCPHandler: Processed in 0.001282714 sec. 2026.05.04 23:56:20.915637 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.915730 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:20.915768 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:20.916721 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.916756 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.917186 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:20.917393 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.917492 [ 50 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:20.917526 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} executeQuery: Read 1285 rows, 87.71 KiB in 0.001814 sec., 708379.2723263506 rows/sec., 47.22 MiB/sec. 2026.05.04 23:56:20.917532 [ 50 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.917566 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.917570 [ 4 ] {ed226ed7-e2ac-462e-b034-e859918ff2b5} TCPHandler: Processed in 0.001980402 sec. 2026.05.04 23:56:20.917659 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:20.917695 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.917752 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:20.917778 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1340 rows starting from the beginning of the part 2026.05.04 23:56:20.917789 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:20.917832 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:20.917842 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2026.05.04 23:56:20.917889 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 122 rows starting from the beginning of the part 2026.05.04 23:56:20.917945 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.05.04 23:56:20.917987 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 107 rows starting from the beginning of the part 2026.05.04 23:56:20.918025 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1285 rows starting from the beginning of the part 2026.05.04 23:56:20.918560 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.918596 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.918709 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5381 rows, containing 5 columns (5 merged, 0 gathered) in 0.00763868 sec., 704441.0814433907 rows/sec., 55.66 MiB/sec. 2026.05.04 23:56:20.919001 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:20.919147 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:20.919285 [ 196 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2982 rows, containing 5 columns (5 merged, 0 gathered) in 0.001661314 sec., 1794964.7086583269 rows/sec., 129.81 MiB/sec. 2026.05.04 23:56:20.919289 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.919412 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.919416 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_11_2} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:20.919468 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:20.919519 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.05.04 23:56:20.919525 [ 50 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:20.919566 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} executeQuery: Read 1528 rows, 95.19 KiB in 0.001796 sec., 850779.5100222717 rows/sec., 51.76 MiB/sec. 2026.05.04 23:56:20.919571 [ 50 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.919609 [ 4 ] {1b8f9b2d-1888-4e55-be8a-25847329d5d5} TCPHandler: Processed in 0.001962751 sec. 2026.05.04 23:56:20.919609 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.919716 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.919716 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:20.919733 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.919787 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_11_2} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:20.919832 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:20.919842 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.05.04 23:56:20.919847 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:20.919867 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3425 rows starting from the beginning of the part 2026.05.04 23:56:20.919918 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:20.919924 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.05.04 23:56:20.919973 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 197 rows starting from the beginning of the part 2026.05.04 23:56:20.920008 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.05.04 23:56:20.920043 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.05.04 23:56:20.920082 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1528 rows starting from the beginning of the part 2026.05.04 23:56:20.920680 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.920721 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.921280 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:20.921504 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.921644 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} executeQuery: Read 6 rows, 11.01 KiB in 0.001816 sec., 3303.9647577092514 rows/sec., 5.92 MiB/sec. 2026.05.04 23:56:20.921697 [ 4 ] {e79d69c9-a986-4017-9c30-0f9e66e54f18} TCPHandler: Processed in 0.002012413 sec. 2026.05.04 23:56:20.921817 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:20.921910 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:20.921951 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:20.922276 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.922313 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.922378 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5630 rows, containing 5 columns (5 merged, 0 gathered) in 0.002703351 sec., 2082600.4466308665 rows/sec., 133.53 MiB/sec. 2026.05.04 23:56:20.922644 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:20.922793 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:20.922874 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.922987 [ 50 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:20.923017 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} executeQuery: Read 24 rows, 1.66 KiB in 0.001126 sec., 21314.387211367673 rows/sec., 1.44 MiB/sec. 2026.05.04 23:56:20.923022 [ 50 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:20.923060 [ 4 ] {5072a149-a1ed-434f-aa65-860aee971cf4} TCPHandler: Processed in 0.001292944 sec. 2026.05.04 23:56:20.923061 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:20.923077 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.923156 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:20.923159 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_11_2} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:20.923237 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:20.923237 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.05.04 23:56:20.923269 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 288 rows starting from the beginning of the part 2026.05.04 23:56:20.923347 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:20.923394 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:20.923445 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:20.923485 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:20.923535 [ 193 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.05.04 23:56:20.924287 [ 197 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.001158631 sec., 476424.33181919006 rows/sec., 32.11 MiB/sec. 2026.05.04 23:56:20.924498 [ 199 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:20.924804 [ 199 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:20.924882 [ 199 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_11_2} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:20.924974 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.05.04 23:56:21.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.72 MiB, peak 191.64 MiB, free memory in arenas 0.00 B, will set to 185.94 MiB (RSS), difference: 1.23 MiB 2026.05.04 23:56:21.118814 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4263 2026.05.04 23:56:21.119576 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:21.119647 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:21.120143 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:21.120354 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:21.120474 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4263 2026.05.04 23:56:21.331574 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.05.04 23:56:21.350491 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:21.350559 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:21.357167 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:21.357904 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:21.361248 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.05.04 23:56:22.000216 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 186.48 MiB, peak 191.64 MiB, free memory in arenas 0.00 B, will set to 188.70 MiB (RSS), difference: 2.22 MiB 2026.05.04 23:56:22.237368 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38423 2026.05.04 23:56:22.237482 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237511 [ 314 ] {} TCP-Session: 10cc235f-f0a7-4ddd-b168-3610d5212136 Authenticating user 'default' from [fd00:1122:3344:101::e]:38423 2026.05.04 23:56:22.237533 [ 314 ] {} TCP-Session: 10cc235f-f0a7-4ddd-b168-3610d5212136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237546 [ 314 ] {} TCP-Session: 10cc235f-f0a7-4ddd-b168-3610d5212136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237758 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60466 2026.05.04 23:56:22.237774 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36794 2026.05.04 23:56:22.237795 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47097 2026.05.04 23:56:22.237808 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54703 2026.05.04 23:56:22.237830 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61071 2026.05.04 23:56:22.237882 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237892 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237909 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237922 [ 316 ] {} TCP-Session: 1eccbf0b-f8f7-4ccb-b27b-bcef8a146b53 Authenticating user 'default' from [fd00:1122:3344:101::e]:60466 2026.05.04 23:56:22.237934 [ 3 ] {} TCP-Session: b91ea60a-fbab-4523-ac29-0b1e2b2794f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47097 2026.05.04 23:56:22.237946 [ 262 ] {} TCP-Session: c6f8ea44-8ef8-4df9-878a-a4a3f4ee6fe8 Authenticating user 'default' from [fd00:1122:3344:101::e]:54703 2026.05.04 23:56:22.237958 [ 316 ] {} TCP-Session: 1eccbf0b-f8f7-4ccb-b27b-bcef8a146b53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237967 [ 3 ] {} TCP-Session: b91ea60a-fbab-4523-ac29-0b1e2b2794f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237977 [ 262 ] {} TCP-Session: c6f8ea44-8ef8-4df9-878a-a4a3f4ee6fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237984 [ 316 ] {} TCP-Session: 1eccbf0b-f8f7-4ccb-b27b-bcef8a146b53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237998 [ 3 ] {} TCP-Session: b91ea60a-fbab-4523-ac29-0b1e2b2794f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238009 [ 262 ] {} TCP-Session: c6f8ea44-8ef8-4df9-878a-a4a3f4ee6fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237975 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237882 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.238087 [ 311 ] {} TCP-Session: c390acb1-88ce-4d65-a430-da39cb2b4b57 Authenticating user 'default' from [fd00:1122:3344:101::e]:61071 2026.05.04 23:56:22.238104 [ 318 ] {} TCP-Session: a63e589a-be3f-42f9-bfde-3abbe7791cec Authenticating user 'default' from [fd00:1122:3344:101::e]:36794 2026.05.04 23:56:22.237817 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64294 2026.05.04 23:56:22.238133 [ 318 ] {} TCP-Session: a63e589a-be3f-42f9-bfde-3abbe7791cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238126 [ 311 ] {} TCP-Session: c390acb1-88ce-4d65-a430-da39cb2b4b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238191 [ 318 ] {} TCP-Session: a63e589a-be3f-42f9-bfde-3abbe7791cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238214 [ 311 ] {} TCP-Session: c390acb1-88ce-4d65-a430-da39cb2b4b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.237762 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44738 2026.05.04 23:56:22.238246 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237757 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37358 2026.05.04 23:56:22.238290 [ 310 ] {} TCP-Session: c69e052f-7e43-4a21-8618-6a0f58708ead Authenticating user 'default' from [fd00:1122:3344:101::e]:64294 2026.05.04 23:56:22.238310 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.237872 [ 314 ] {} TCP-Session: 10cc235f-f0a7-4ddd-b168-3610d5212136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:22.238342 [ 317 ] {} TCP-Session: e82b3222-ff26-4bb0-9b84-b0f5f8f2c376 Authenticating user 'default' from [fd00:1122:3344:101::e]:44738 2026.05.04 23:56:22.238332 [ 310 ] {} TCP-Session: c69e052f-7e43-4a21-8618-6a0f58708ead Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238376 [ 317 ] {} TCP-Session: e82b3222-ff26-4bb0-9b84-b0f5f8f2c376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238388 [ 310 ] {} TCP-Session: c69e052f-7e43-4a21-8618-6a0f58708ead Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238392 [ 317 ] {} TCP-Session: e82b3222-ff26-4bb0-9b84-b0f5f8f2c376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238442 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:22.238473 [ 315 ] {} TCP-Session: 090423cd-4c32-4b66-99ad-cfccb6356d0d Authenticating user 'default' from [fd00:1122:3344:101::e]:37358 2026.05.04 23:56:22.238490 [ 315 ] {} TCP-Session: 090423cd-4c32-4b66-99ad-cfccb6356d0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238502 [ 315 ] {} TCP-Session: 090423cd-4c32-4b66-99ad-cfccb6356d0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.238546 [ 314 ] {6a994403-9e7e-473c-888a-8c127f9742c4} executeQuery: (from [fd00:1122:3344:101::e]:38423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:56:22.238868 [ 314 ] {6a994403-9e7e-473c-888a-8c127f9742c4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:56:22.238928 [ 314 ] {6a994403-9e7e-473c-888a-8c127f9742c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:22.239245 [ 314 ] {6a994403-9e7e-473c-888a-8c127f9742c4} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:56:22.240275 [ 324 ] {6a994403-9e7e-473c-888a-8c127f9742c4} AggregatingTransform: Aggregating 2026.05.04 23:56:22.240334 [ 324 ] {6a994403-9e7e-473c-888a-8c127f9742c4} Aggregator: Aggregation method: without_key 2026.05.04 23:56:22.240372 [ 324 ] {6a994403-9e7e-473c-888a-8c127f9742c4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001029507 sec. (971.339 rows/sec., 37.94 KiB/sec.) 2026.05.04 23:56:22.240392 [ 324 ] {6a994403-9e7e-473c-888a-8c127f9742c4} Aggregator: Merging aggregated data 2026.05.04 23:56:22.241799 [ 314 ] {6a994403-9e7e-473c-888a-8c127f9742c4} executeQuery: Read 1 rows, 40.00 B in 0.003317 sec., 301.4772384684956 rows/sec., 11.78 KiB/sec. 2026.05.04 23:56:22.241937 [ 314 ] {6a994403-9e7e-473c-888a-8c127f9742c4} TCPHandler: Processed in 0.004212461 sec. 2026.05.04 23:56:22.242091 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242120 [ 314 ] {} TCP-Session: 10cc235f-f0a7-4ddd-b168-3610d5212136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242120 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242142 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242170 [ 311 ] {} TCP-Session: c390acb1-88ce-4d65-a430-da39cb2b4b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242177 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242189 [ 317 ] {} TCP-Session: e82b3222-ff26-4bb0-9b84-b0f5f8f2c376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242214 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242226 [ 318 ] {} TCP-Session: a63e589a-be3f-42f9-bfde-3abbe7791cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242236 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242254 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242272 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242291 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:22.242310 [ 316 ] {} TCP-Session: 1eccbf0b-f8f7-4ccb-b27b-bcef8a146b53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242334 [ 310 ] {} TCP-Session: c69e052f-7e43-4a21-8618-6a0f58708ead Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242356 [ 262 ] {} TCP-Session: c6f8ea44-8ef8-4df9-878a-a4a3f4ee6fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242315 [ 3 ] {} TCP-Session: b91ea60a-fbab-4523-ac29-0b1e2b2794f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:22.242259 [ 315 ] {} TCP-Session: 090423cd-4c32-4b66-99ad-cfccb6356d0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.575617 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55423 2026.05.04 23:56:23.575730 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.575756 [ 314 ] {} TCP-Session: ff6052bb-fd56-4052-a5fe-dfda7651e7f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55423 2026.05.04 23:56:23.575780 [ 314 ] {} TCP-Session: ff6052bb-fd56-4052-a5fe-dfda7651e7f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.575793 [ 314 ] {} TCP-Session: ff6052bb-fd56-4052-a5fe-dfda7651e7f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576050 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50017 2026.05.04 23:56:23.576074 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47967 2026.05.04 23:56:23.576118 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49145 2026.05.04 23:56:23.576139 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47008 2026.05.04 23:56:23.576176 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576171 [ 314 ] {} TCP-Session: ff6052bb-fd56-4052-a5fe-dfda7651e7f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:23.576208 [ 315 ] {} TCP-Session: e771dab0-7704-4486-87d9-5346838462b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50017 2026.05.04 23:56:23.576209 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576239 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576238 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576267 [ 315 ] {} TCP-Session: e771dab0-7704-4486-87d9-5346838462b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576281 [ 262 ] {} TCP-Session: 3e1d8695-4bbe-410a-9a75-36fc912f991e Authenticating user 'default' from [fd00:1122:3344:101::e]:49145 2026.05.04 23:56:23.576272 [ 317 ] {} TCP-Session: fda74b11-b98a-4d6c-ac73-8edbea75d894 Authenticating user 'default' from [fd00:1122:3344:101::e]:47967 2026.05.04 23:56:23.576295 [ 315 ] {} TCP-Session: e771dab0-7704-4486-87d9-5346838462b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576316 [ 262 ] {} TCP-Session: 3e1d8695-4bbe-410a-9a75-36fc912f991e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576333 [ 317 ] {} TCP-Session: fda74b11-b98a-4d6c-ac73-8edbea75d894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576351 [ 262 ] {} TCP-Session: 3e1d8695-4bbe-410a-9a75-36fc912f991e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576364 [ 317 ] {} TCP-Session: fda74b11-b98a-4d6c-ac73-8edbea75d894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576365 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} executeQuery: (from [fd00:1122:3344:101::e]:55423) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:56:23.576286 [ 311 ] {} TCP-Session: b80e319d-6cbd-4ed9-92a8-ac6a6d1129e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47008 2026.05.04 23:56:23.576129 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34948 2026.05.04 23:56:23.576444 [ 311 ] {} TCP-Session: b80e319d-6cbd-4ed9-92a8-ac6a6d1129e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576092 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43992 2026.05.04 23:56:23.576485 [ 311 ] {} TCP-Session: b80e319d-6cbd-4ed9-92a8-ac6a6d1129e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576514 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576080 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51936 2026.05.04 23:56:23.576557 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576548 [ 310 ] {} TCP-Session: f0598699-9ca4-4bf8-b5da-364e31872d4c Authenticating user 'default' from [fd00:1122:3344:101::e]:34948 2026.05.04 23:56:23.576586 [ 3 ] {} TCP-Session: a8fe808c-e2c5-4a74-bdd4-89356c55351e Authenticating user 'default' from [fd00:1122:3344:101::e]:43992 2026.05.04 23:56:23.576606 [ 310 ] {} TCP-Session: f0598699-9ca4-4bf8-b5da-364e31872d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576610 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576620 [ 3 ] {} TCP-Session: a8fe808c-e2c5-4a74-bdd4-89356c55351e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576631 [ 310 ] {} TCP-Session: f0598699-9ca4-4bf8-b5da-364e31872d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576651 [ 3 ] {} TCP-Session: a8fe808c-e2c5-4a74-bdd4-89356c55351e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576655 [ 318 ] {} TCP-Session: 0ef9c4c7-4e5b-4fc7-8570-a33310ab2bd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:51936 2026.05.04 23:56:23.576055 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54127 2026.05.04 23:56:23.576687 [ 318 ] {} TCP-Session: 0ef9c4c7-4e5b-4fc7-8570-a33310ab2bd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576722 [ 318 ] {} TCP-Session: 0ef9c4c7-4e5b-4fc7-8570-a33310ab2bd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576694 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:56:23.576757 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:56:23.576784 [ 316 ] {} TCP-Session: eb31ec76-a901-47af-9c0b-1bb14d2ca924 Authenticating user 'default' from [fd00:1122:3344:101::e]:54127 2026.05.04 23:56:23.576787 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:23.576805 [ 316 ] {} TCP-Session: eb31ec76-a901-47af-9c0b-1bb14d2ca924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.576826 [ 316 ] {} TCP-Session: eb31ec76-a901-47af-9c0b-1bb14d2ca924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.577097 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:56:23.577188 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} Aggregator: Compile expression max()(UInt64) 0 2026.05.04 23:56:23.618607 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 270 2026.05.04 23:56:23.621076 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:23.621126 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:23.628925 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:56:23.629206 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:23.629360 [ 39 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:56:23.629407 [ 39 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:23.629433 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:23.629531 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 270 2026.05.04 23:56:23.629581 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:56:23.630232 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:23.630405 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.05.04 23:56:23.630802 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.05.04 23:56:23.631132 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2026.05.04 23:56:23.631462 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.05.04 23:56:23.631802 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2026.05.04 23:56:23.632136 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part 2026.05.04 23:56:23.637780 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 72 columns (72 merged, 0 gathered) in 0.008272557 sec., 32638.03440701587 rows/sec., 30.66 MiB/sec. 2026.05.04 23:56:23.638739 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:56:23.639241 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:23.639311 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_6_1} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:56:23.639464 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB. 2026.05.04 23:56:23.961481 [ 357 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} AggregatingTransform: Aggregating 2026.05.04 23:56:23.961557 [ 357 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} Aggregator: Aggregation method: without_key 2026.05.04 23:56:23.961597 [ 357 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001007126 sec. (992.924 rows/sec., 38.79 KiB/sec.) 2026.05.04 23:56:23.961619 [ 357 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} Aggregator: Merging aggregated data 2026.05.04 23:56:23.963058 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} executeQuery: Read 1 rows, 40.00 B in 0.386743 sec., 2.585696444408819 rows/sec., 103.43 B/sec. 2026.05.04 23:56:23.963228 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.05.04 23:56:23.963243 [ 314 ] {4a3a74c5-0a9a-40b9-94a3-77759e0e0ebf} TCPHandler: Processed in 0.38724869 sec. 2026.05.04 23:56:23.963382 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963415 [ 314 ] {} TCP-Session: ff6052bb-fd56-4052-a5fe-dfda7651e7f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963431 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963454 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963478 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963491 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963514 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963551 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963568 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963587 [ 318 ] {} TCP-Session: 0ef9c4c7-4e5b-4fc7-8570-a33310ab2bd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963627 [ 310 ] {} TCP-Session: f0598699-9ca4-4bf8-b5da-364e31872d4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963640 [ 262 ] {} TCP-Session: 3e1d8695-4bbe-410a-9a75-36fc912f991e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963565 [ 315 ] {} TCP-Session: e771dab0-7704-4486-87d9-5346838462b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963532 [ 317 ] {} TCP-Session: fda74b11-b98a-4d6c-ac73-8edbea75d894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963533 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:56:23.963569 [ 316 ] {} TCP-Session: eb31ec76-a901-47af-9c0b-1bb14d2ca924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963763 [ 3 ] {} TCP-Session: a8fe808c-e2c5-4a74-bdd4-89356c55351e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:23.963527 [ 311 ] {} TCP-Session: b80e319d-6cbd-4ed9-92a8-ac6a6d1129e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:56:24.000267 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 190.31 MiB, peak 200.40 MiB, free memory in arenas 0.00 B, will set to 209.01 MiB (RSS), difference: 18.70 MiB 2026.05.04 23:56:24.170844 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:24.171099 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:24.171474 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:24.171518 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:24.171792 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:24.171896 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:24.172043 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:56:24.172178 [ 349 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:24.172197 [ 343 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:24.172199 [ 334 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:24.172355 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:24.172387 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:24.172464 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:24.172486 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:24.172523 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:24.172562 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:24.173801 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} executeQuery: Read 35 rows, 6.04 KiB in 0.002802 sec., 12491.077801570307 rows/sec., 2.10 MiB/sec. 2026.05.04 23:56:24.173923 [ 4 ] {b67058eb-5361-447a-a8a4-bc60bb6ea134} TCPHandler: Processed in 0.003206424 sec. 2026.05.04 23:56:24.175344 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:24.175460 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:24.175507 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:24.176006 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:24.176050 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:24.176417 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:24.176647 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:24.176799 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} executeQuery: Read 56 rows, 4.41 KiB in 0.001373 sec., 40786.59868900218 rows/sec., 3.13 MiB/sec. 2026.05.04 23:56:24.176839 [ 4 ] {26a57cc3-e95c-4f2c-8e78-972bb11beda1} TCPHandler: Processed in 0.00154685 sec. 2026.05.04 23:56:24.176960 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:24.177058 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:24.177099 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:24.177523 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:24.177561 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:24.177892 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:24.178116 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:24.178251 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} executeQuery: Read 64 rows, 5.12 KiB in 0.001215 sec., 52674.897119341564 rows/sec., 4.11 MiB/sec. 2026.05.04 23:56:24.178289 [ 4 ] {4fae1b67-9b89-4243-a597-06d302168a07} TCPHandler: Processed in 0.001379786 sec. 2026.05.04 23:56:24.178406 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:24.178502 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:24.178544 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:24.178908 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:24.178944 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:24.179264 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:24.179481 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:24.179610 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} executeQuery: Read 96 rows, 6.85 KiB in 0.001129 sec., 85031.00088573959 rows/sec., 5.92 MiB/sec. 2026.05.04 23:56:24.179647 [ 4 ] {729869a9-1e2d-452d-ab1c-be38eee84466} TCPHandler: Processed in 0.001291404 sec. 2026.05.04 23:56:24.179761 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:24.179855 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:24.179896 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:24.180226 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:24.180264 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:24.180568 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:24.180780 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:24.180913 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} executeQuery: Read 36 rows, 2.48 KiB in 0.001078 sec., 33395.176252319114 rows/sec., 2.25 MiB/sec. 2026.05.04 23:56:24.180948 [ 4 ] {8c1dc83e-11c6-4b8b-9544-ea1356ba295b} TCPHandler: Processed in 0.001235702 sec. 2026.05.04 23:56:28.557649 [ 36 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:56:28.557730 [ 36 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:56:28.621452 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4711 2026.05.04 23:56:28.621958 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:28.622005 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:28.622507 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:28.622752 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:28.622898 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4711 2026.05.04 23:56:28.862209 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.05.04 23:56:28.879299 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:28.879343 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:28.885515 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:28.886183 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:28.889101 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.05.04 23:56:29.000185 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 209.57 MiB, peak 213.57 MiB, free memory in arenas 0.00 B, will set to 211.76 MiB (RSS), difference: 2.19 MiB 2026.05.04 23:56:29.173674 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.174018 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:29.174378 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:29.174413 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:29.174628 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:29.174697 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:29.174832 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:56:29.174961 [ 349 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:29.175005 [ 343 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:29.175012 [ 350 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:29.175197 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:29.175224 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:29.175299 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:29.175324 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:29.175360 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:29.175396 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:29.176649 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} executeQuery: Read 35 rows, 6.04 KiB in 0.002774 sec., 12617.159336697909 rows/sec., 2.12 MiB/sec. 2026.05.04 23:56:29.176752 [ 4 ] {bb149d9d-b201-4548-9d24-e09b06747f3d} TCPHandler: Processed in 0.003238165 sec. 2026.05.04 23:56:29.179012 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.179203 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:29.179279 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:29.180083 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:29.180122 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:29.180474 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:56:29.180689 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:29.180833 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} executeQuery: Read 130 rows, 11.51 KiB in 0.001681 sec., 77334.91969066032 rows/sec., 6.69 MiB/sec. 2026.05.04 23:56:29.180870 [ 4 ] {9d92cf19-196b-4fb2-ba7e-4dc3d40accd6} TCPHandler: Processed in 0.00192667 sec. 2026.05.04 23:56:29.181012 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.181104 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:29.181142 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:29.181570 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:29.181603 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:29.181905 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:29.182106 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:29.182236 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} executeQuery: Read 37 rows, 2.78 KiB in 0.00115 sec., 32173.91304347826 rows/sec., 2.36 MiB/sec. 2026.05.04 23:56:29.182271 [ 4 ] {544fbacd-6ada-41ed-85d5-67e30d5ded97} TCPHandler: Processed in 0.001314904 sec. 2026.05.04 23:56:29.182391 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.182483 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:29.182521 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:29.182941 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:29.182973 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:29.183261 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:56:29.183467 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:29.183596 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} executeQuery: Read 101 rows, 8.08 KiB in 0.001131 sec., 89301.50309460654 rows/sec., 6.98 MiB/sec. 2026.05.04 23:56:29.183631 [ 4 ] {52edd86b-52c0-4b9f-9aef-e05c27cd6d95} TCPHandler: Processed in 0.001296164 sec. 2026.05.04 23:56:29.183756 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.183848 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:29.183888 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:29.184292 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:29.184326 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:29.184634 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:56:29.184831 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:29.184960 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} executeQuery: Read 160 rows, 11.41 KiB in 0.00113 sec., 141592.9203539823 rows/sec., 9.86 MiB/sec. 2026.05.04 23:56:29.184995 [ 4 ] {fff574fb-c3ba-44e4-addc-3b85ae4fffaa} TCPHandler: Processed in 0.001287654 sec. 2026.05.04 23:56:29.185104 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.185195 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:29.185247 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:29.186017 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:29.186052 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:29.186592 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:29.186801 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:29.186936 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} executeQuery: Read 37 rows, 67.89 KiB in 0.001758 sec., 21046.64391353811 rows/sec., 37.71 MiB/sec. 2026.05.04 23:56:29.186985 [ 4 ] {7ace91c8-bca6-497d-ae5e-9525e06c26f6} TCPHandler: Processed in 0.001927121 sec. 2026.05.04 23:56:29.187106 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:29.187198 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:29.187239 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:29.187568 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:29.187604 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:29.187891 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:56:29.188114 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:29.188237 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.05.04 23:56:29.188273 [ 4 ] {e775fafd-c419-4a28-9448-171e539232d8} TCPHandler: Processed in 0.001213232 sec. 2026.05.04 23:56:33.630230 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 296 2026.05.04 23:56:33.632308 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:33.632359 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:33.633589 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:56:33.633850 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:33.634100 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2026.05.04 23:56:34.171984 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:34.172261 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:34.172610 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:34.172649 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:34.172882 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:34.172947 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:34.173079 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:56:34.173199 [ 329 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:34.173211 [ 350 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:34.173250 [ 343 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:34.173366 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:34.173393 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:34.173466 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:34.173486 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:34.173519 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:34.173553 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:34.174769 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} executeQuery: Read 35 rows, 6.04 KiB in 0.002605 sec., 13435.70057581574 rows/sec., 2.26 MiB/sec. 2026.05.04 23:56:34.174877 [ 4 ] {508db387-7c9c-4a24-9d00-52ee384d228d} TCPHandler: Processed in 0.003052829 sec. 2026.05.04 23:56:34.176579 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:34.176688 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:34.176730 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:34.177355 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:34.177404 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:34.177810 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:56:34.178027 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:34.178168 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} executeQuery: Read 56 rows, 4.41 KiB in 0.001509 sec., 37110.669317428765 rows/sec., 2.85 MiB/sec. 2026.05.04 23:56:34.178205 [ 4 ] {64aff86b-1340-4538-8a45-2a90b131c85d} TCPHandler: Processed in 0.001676164 sec. 2026.05.04 23:56:34.178321 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:34.178413 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:34.178461 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:34.178881 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:34.178915 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:34.179202 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:56:34.179400 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:34.179522 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} executeQuery: Read 64 rows, 5.12 KiB in 0.001127 sec., 56787.93256433008 rows/sec., 4.43 MiB/sec. 2026.05.04 23:56:34.179557 [ 4 ] {3e5ea534-caa1-486b-ab83-943869bab1b9} TCPHandler: Processed in 0.001282603 sec. 2026.05.04 23:56:34.179677 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:34.179769 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:34.179810 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:34.180249 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:34.180286 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:34.180602 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:56:34.180815 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:34.180941 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.05.04 23:56:34.180977 [ 4 ] {efb494d6-304d-497c-95a4-a4f5a208c6f9} TCPHandler: Processed in 0.001346816 sec. 2026.05.04 23:56:34.181093 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:34.181185 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:34.181225 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:34.181555 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:34.181590 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:34.181898 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:56:34.182100 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:34.182226 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2026.05.04 23:56:34.182260 [ 4 ] {bec8fa37-f4e0-4327-a216-2216226a7616} TCPHandler: Processed in 0.001214882 sec. 2026.05.04 23:56:36.123542 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5223 2026.05.04 23:56:36.124195 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:36.124231 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:36.124729 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:36.124959 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:36.125088 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5223 2026.05.04 23:56:36.125100 [ 105 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:36.125146 [ 105 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:36.125168 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:36.125329 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:36.125482 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:36.125528 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2026.05.04 23:56:36.125627 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 497 rows starting from the beginning of the part 2026.05.04 23:56:36.125682 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.05.04 23:56:36.125726 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.05.04 23:56:36.125771 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.05.04 23:56:36.125813 [ 191 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.05.04 23:56:36.127231 [ 197 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5223 rows, containing 4 columns (4 merged, 0 gathered) in 0.001975852 sec., 2643416.6121754055 rows/sec., 37.81 MiB/sec. 2026.05.04 23:56:36.128137 [ 198 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:36.128472 [ 198 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:36.128552 [ 198 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_11_2} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:36.128651 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.04 23:56:36.389717 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.05.04 23:56:36.406321 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:36.406374 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:36.412320 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:36.412994 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:36.413267 [ 105 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:36.413334 [ 105 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:36.413352 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:36.413476 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:36.416152 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.05.04 23:56:36.417552 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:36.418878 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.05.04 23:56:36.423174 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.05.04 23:56:36.427248 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.05.04 23:56:36.431503 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.05.04 23:56:36.436116 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.05.04 23:56:36.440249 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.05.04 23:56:36.489830 [ 197 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.076412334 sec., 1086.2120767047895 rows/sec., 5.62 MiB/sec. 2026.05.04 23:56:36.492128 [ 187 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:36.494207 [ 187 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:36.494289 [ 187 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_11_2} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:36.496030 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.05.04 23:56:37.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.07 MiB, peak 222.94 MiB, free memory in arenas 0.00 B, will set to 220.70 MiB (RSS), difference: 7.64 MiB 2026.05.04 23:56:39.174397 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.174650 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:39.175011 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:39.175049 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:39.175292 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:39.175360 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:39.175500 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 30-element set) 2026.05.04 23:56:39.175612 [ 343 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:39.175636 [ 350 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:39.175613 [ 327 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:39.175778 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.05.04 23:56:39.175807 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:39.175890 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:39.175911 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 38 rows with 3 streams 2026.05.04 23:56:39.175951 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.04 23:56:39.175994 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.04 23:56:39.176031 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.05.04 23:56:39.177451 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} executeQuery: Read 38 rows, 6.31 KiB in 0.002909 sec., 13062.908215881745 rows/sec., 2.12 MiB/sec. 2026.05.04 23:56:39.177609 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} MemoryTracker: Peak memory usage (for query): 133.37 KiB. 2026.05.04 23:56:39.177624 [ 4 ] {a8b98d72-5be6-4bfe-b858-37640603e9f4} TCPHandler: Processed in 0.003363438 sec. 2026.05.04 23:56:39.181057 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.181183 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.05.04 23:56:39.181234 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:39.181871 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.181919 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.182336 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:56:39.182538 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.182692 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} executeQuery: Read 1 rows, 106.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 67.04 KiB/sec. 2026.05.04 23:56:39.182731 [ 4 ] {6abb64fe-591b-476a-be79-d6423f990c71} TCPHandler: Processed in 0.001733855 sec. 2026.05.04 23:56:39.182849 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.182943 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.182983 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:56:39.183410 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.183445 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.183748 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:39.183968 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.184106 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} executeQuery: Read 24 rows, 2.04 KiB in 0.001182 sec., 20304.56852791878 rows/sec., 1.68 MiB/sec. 2026.05.04 23:56:39.184144 [ 4 ] {5009d1d4-4f26-4003-a621-93bea800a7eb} TCPHandler: Processed in 0.001345675 sec. 2026.05.04 23:56:39.184261 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.184354 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:56:39.184395 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:56:39.184785 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.184822 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.185113 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:56:39.185326 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.185456 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} executeQuery: Read 14 rows, 1.14 KiB in 0.00112 sec., 12500.000000000002 rows/sec., 1019.29 KiB/sec. 2026.05.04 23:56:39.185493 [ 4 ] {655609db-c491-460f-bd8a-f19a4556c1c4} TCPHandler: Processed in 0.001282044 sec. 2026.05.04 23:56:39.185608 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.185701 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:39.185740 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:39.186262 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.186297 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.186636 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:56:39.186848 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.186994 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} executeQuery: Read 268 rows, 24.56 KiB in 0.001311 sec., 204424.10373760486 rows/sec., 18.29 MiB/sec. 2026.05.04 23:56:39.187032 [ 4 ] {65f0936b-728f-4d18-a230-0c0a82ccab34} TCPHandler: Processed in 0.001471628 sec. 2026.05.04 23:56:39.187147 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.187240 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.187279 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:39.187683 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.187720 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.188049 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:39.188269 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.188403 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} executeQuery: Read 68 rows, 5.10 KiB in 0.001182 sec., 57529.61082910321 rows/sec., 4.21 MiB/sec. 2026.05.04 23:56:39.188442 [ 4 ] {be6a62ea-f0c1-4469-989a-166ef57c801b} TCPHandler: Processed in 0.001344315 sec. 2026.05.04 23:56:39.188559 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.188651 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.188690 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:56:39.189082 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.189119 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.189412 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:56:39.189620 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.189758 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} executeQuery: Read 25 rows, 2.11 KiB in 0.001125 sec., 22222.222222222223 rows/sec., 1.83 MiB/sec. 2026.05.04 23:56:39.189797 [ 4 ] {c02e3008-b807-48c9-bcec-5169f88755a0} TCPHandler: Processed in 0.001286404 sec. 2026.05.04 23:56:39.189928 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.190085 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.190136 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:56:39.190617 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.190662 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.191015 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:39.191222 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.191359 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} executeQuery: Read 12 rows, 960.00 B in 0.001298 sec., 9244.992295839755 rows/sec., 722.27 KiB/sec. 2026.05.04 23:56:39.191398 [ 4 ] {db4e3bf9-04dc-4b9c-8269-22cce648cdad} TCPHandler: Processed in 0.00153228 sec. 2026.05.04 23:56:39.191525 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.191649 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:39.191690 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:39.192154 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.192190 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.192508 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:56:39.192721 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.192858 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} executeQuery: Read 165 rows, 13.60 KiB in 0.001227 sec., 134474.32762836185 rows/sec., 10.83 MiB/sec. 2026.05.04 23:56:39.192896 [ 4 ] {881ec6c7-9e60-41d1-affa-6bd8c67e53c3} TCPHandler: Processed in 0.001419607 sec. 2026.05.04 23:56:39.193007 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.193100 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.193142 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:39.193532 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.193568 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.193913 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:56:39.194126 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.194266 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} executeQuery: Read 203 rows, 14.89 KiB in 0.001184 sec., 171452.70270270272 rows/sec., 12.28 MiB/sec. 2026.05.04 23:56:39.194303 [ 4 ] {66b0d5c5-d22a-442f-8bb5-e8d8b53d0293} TCPHandler: Processed in 0.001343605 sec. 2026.05.04 23:56:39.194419 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.194513 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.194555 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.05.04 23:56:39.194872 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} oximeter.measurements_f64 (8547a3a2-81ca-4513-ba1e-6371b92effb2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.194908 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.195214 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.05.04 23:56:39.195439 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} oximeter.measurements_f64 (8547a3a2-81ca-4513-ba1e-6371b92effb2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.195576 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} executeQuery: Read 1 rows, 65.00 B in 0.001081 sec., 925.0693802035154 rows/sec., 58.72 KiB/sec. 2026.05.04 23:56:39.195615 [ 4 ] {cdd38f81-cfe3-4085-8270-fccf3a4c9431} TCPHandler: Processed in 0.001245272 sec. 2026.05.04 23:56:39.195732 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.195824 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.195877 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:39.196705 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.196742 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.197330 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:39.197550 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.197692 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} executeQuery: Read 42 rows, 77.07 KiB in 0.001886 sec., 22269.35312831389 rows/sec., 39.91 MiB/sec. 2026.05.04 23:56:39.197743 [ 4 ] {cf56f398-74db-4ac0-8ac3-bd5fa41e4fe0} TCPHandler: Processed in 0.002060324 sec. 2026.05.04 23:56:39.197862 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.197955 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.197997 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.05.04 23:56:39.198319 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.198355 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.198661 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:39.198882 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} oximeter.measurements_i64 (f94db947-a56c-416d-88ef-5b8240a109e7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.199007 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} executeQuery: Read 9 rows, 651.00 B in 0.00107 sec., 8411.214953271028 rows/sec., 594.15 KiB/sec. 2026.05.04 23:56:39.199042 [ 4 ] {8a5d581b-00e5-4fd4-9c4f-176c44a114ff} TCPHandler: Processed in 0.001229012 sec. 2026.05.04 23:56:39.199154 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:39.199256 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:39.199299 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:39.199641 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:39.199677 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.70 GiB. 2026.05.04 23:56:39.200004 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:56:39.200225 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:39.200364 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2026.05.04 23:56:39.200401 [ 4 ] {db3b734e-741c-4fc4-8ced-633c5d04e178} TCPHandler: Processed in 0.001297144 sec. 2026.05.04 23:56:43.557799 [ 98 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:56:43.557868 [ 98 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:56:43.626142 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5671 2026.05.04 23:56:43.626651 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:43.626702 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:43.627270 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:43.627550 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:43.627699 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5671 2026.05.04 23:56:43.635121 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 334 2026.05.04 23:56:43.637972 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:43.638020 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:43.639609 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:56:43.639991 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:43.640429 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 334 2026.05.04 23:56:43.916247 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.05.04 23:56:43.931897 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:43.931943 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:43.937279 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:43.937947 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:43.940760 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.05.04 23:56:44.171810 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:44.172013 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:44.172311 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:44.172346 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:44.172555 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:44.172624 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:44.172762 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:56:44.172891 [ 325 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:44.172899 [ 343 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:44.172913 [ 350 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:44.172926 [ 326 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:56:44.173078 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:44.173107 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:44.173177 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:44.173197 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:44.173232 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:44.173270 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:44.174547 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} executeQuery: Read 35 rows, 6.04 KiB in 0.002658 sec., 13167.795334838223 rows/sec., 2.22 MiB/sec. 2026.05.04 23:56:44.174667 [ 4 ] {1d6a76bf-5905-4d05-aa43-105e03ddfd9d} TCPHandler: Processed in 0.00301863 sec. 2026.05.04 23:56:44.176386 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:44.176499 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:44.176545 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:44.177088 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.177131 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.177485 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:56:44.177713 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.177839 [ 98 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:56:44.177861 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} executeQuery: Read 56 rows, 4.41 KiB in 0.001396 sec., 40114.61318051576 rows/sec., 3.08 MiB/sec. 2026.05.04 23:56:44.177896 [ 98 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.177908 [ 4 ] {5b4852fc-f790-4b3f-9255-bb3550652c4b} TCPHandler: Processed in 0.001573041 sec. 2026.05.04 23:56:44.177927 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.178063 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:44.178087 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:56:44.178166 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:44.178212 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:44.178234 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:44.178284 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2594 rows starting from the beginning of the part 2026.05.04 23:56:44.178393 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part 2026.05.04 23:56:44.178453 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 130 rows starting from the beginning of the part 2026.05.04 23:56:44.178504 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.05.04 23:56:44.178553 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 268 rows starting from the beginning of the part 2026.05.04 23:56:44.178603 [ 195 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2026.05.04 23:56:44.178647 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.178689 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.179126 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:56:44.179357 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.179475 [ 10 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:56:44.179506 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} executeQuery: Read 64 rows, 5.12 KiB in 0.001359 sec., 47093.451066961 rows/sec., 3.68 MiB/sec. 2026.05.04 23:56:44.179516 [ 10 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.179546 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.179552 [ 4 ] {331e0552-f25d-49cd-8784-4f5042786b7e} TCPHandler: Processed in 0.00153771 sec. 2026.05.04 23:56:44.179639 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:56:44.179693 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:44.179742 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:44.179772 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1380 rows starting from the beginning of the part 2026.05.04 23:56:44.179790 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:44.179834 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:44.179842 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2026.05.04 23:56:44.179890 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 101 rows starting from the beginning of the part 2026.05.04 23:56:44.179931 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.05.04 23:56:44.179968 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 165 rows starting from the beginning of the part 2026.05.04 23:56:44.180004 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2026.05.04 23:56:44.180195 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002173617 sec., 1453797.9782086725 rows/sec., 117.38 MiB/sec. 2026.05.04 23:56:44.180269 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.180307 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.180575 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:56:44.180756 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:56:44.180993 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.001398037 sec., 1314700.540829749 rows/sec., 97.75 MiB/sec. 2026.05.04 23:56:44.181028 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.181064 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.181130 [ 10 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:56:44.181166 [ 10 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.181166 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} executeQuery: Read 160 rows, 11.41 KiB in 0.001395 sec., 114695.34050179212 rows/sec., 7.99 MiB/sec. 2026.05.04 23:56:44.181188 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.181179 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_16_3} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:56:44.181213 [ 4 ] {b995aec7-cb5e-436c-9e5e-0eb868cfb2f8} TCPHandler: Processed in 0.001570831 sec. 2026.05.04 23:56:44.181209 [ 195 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:56:44.181266 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:56:44.181326 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.05.04 23:56:44.181348 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:44.181362 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:44.181399 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5630 rows starting from the beginning of the part 2026.05.04 23:56:44.181451 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:44.181452 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 96 rows starting from the beginning of the part 2026.05.04 23:56:44.181501 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:44.181510 [ 195 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.181516 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.05.04 23:56:44.181568 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.05.04 23:56:44.181596 [ 195 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_16_3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:56:44.181609 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 203 rows starting from the beginning of the part 2026.05.04 23:56:44.181654 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.05.04 23:56:44.181684 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.05.04 23:56:44.181859 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.181901 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.182222 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:56:44.182425 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.182517 [ 10 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:56:44.182544 [ 10 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:44.182556 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2026.05.04 23:56:44.182561 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:44.182591 [ 4 ] {1ef51414-7474-482a-843d-64c6735fcb07} TCPHandler: Processed in 0.001292584 sec. 2026.05.04 23:56:44.182661 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:56:44.182783 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:44.182814 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 552 rows starting from the beginning of the part 2026.05.04 23:56:44.182872 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2026.05.04 23:56:44.182916 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:44.182955 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:44.182992 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:44.183028 [ 190 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.05.04 23:56:44.183858 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.001302284 sec., 635806.0146634682 rows/sec., 42.85 MiB/sec. 2026.05.04 23:56:44.184093 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:56:44.184117 [ 186 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6409 rows, containing 5 columns (5 merged, 0 gathered) in 0.002885016 sec., 2221478.147781503 rows/sec., 144.07 MiB/sec. 2026.05.04 23:56:44.184344 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.184412 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_16_3} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:56:44.184479 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.05.04 23:56:44.184795 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:56:44.185151 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:44.185232 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_16_3} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:56:44.185328 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2026.05.04 23:56:49.174134 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.174373 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:49.174709 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:49.174747 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:49.174972 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:49.175045 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:49.175182 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:56:49.175302 [ 343 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:49.175319 [ 325 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:49.175332 [ 336 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:49.175348 [ 342 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:56:49.175577 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:49.175604 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:49.175684 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:49.175703 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:49.175738 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:49.175776 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:49.176887 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} executeQuery: Read 35 rows, 6.04 KiB in 0.002599 sec., 13466.717968449402 rows/sec., 2.27 MiB/sec. 2026.05.04 23:56:49.177020 [ 4 ] {6f40d8a0-cd8a-4dcc-98ce-1bea87bccaac} TCPHandler: Processed in 0.003006989 sec. 2026.05.04 23:56:49.179338 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.179478 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:49.179533 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:49.180169 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:49.180211 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:49.180619 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:56:49.180876 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:49.181030 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} executeQuery: Read 140 rows, 12.49 KiB in 0.001597 sec., 87664.37069505324 rows/sec., 7.64 MiB/sec. 2026.05.04 23:56:49.181068 [ 4 ] {00957f0e-7ea4-4bfd-bb8f-2c02b22e620c} TCPHandler: Processed in 0.001794247 sec. 2026.05.04 23:56:49.181198 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.181296 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:49.181337 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:49.181747 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:49.181784 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:49.182080 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:49.182297 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:49.182432 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} executeQuery: Read 42 rows, 3.16 KiB in 0.001157 sec., 36300.77787381158 rows/sec., 2.67 MiB/sec. 2026.05.04 23:56:49.182469 [ 4 ] {9a986685-9061-4305-b14c-1c74c97ad376} TCPHandler: Processed in 0.001321985 sec. 2026.05.04 23:56:49.182591 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.182686 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:49.182725 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:49.183156 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:49.183190 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:49.183500 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:56:49.183730 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:49.183862 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} executeQuery: Read 106 rows, 8.48 KiB in 0.001195 sec., 88702.92887029288 rows/sec., 6.93 MiB/sec. 2026.05.04 23:56:49.183898 [ 4 ] {5e986777-5a13-432b-9ee2-bbf25fb5f2f1} TCPHandler: Processed in 0.001358585 sec. 2026.05.04 23:56:49.184031 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.184126 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:49.184170 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:49.184611 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:49.184646 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:49.185541 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:56:49.185758 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:49.185894 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} executeQuery: Read 160 rows, 11.41 KiB in 0.001787 sec., 89535.53441522105 rows/sec., 6.24 MiB/sec. 2026.05.04 23:56:49.185930 [ 4 ] {47b8c3d8-febb-4d2e-b7e7-7c29ea6d48fd} TCPHandler: Processed in 0.001949121 sec. 2026.05.04 23:56:49.186054 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.186148 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:49.186200 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:49.187076 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:49.187112 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:49.187657 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:56:49.187877 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:49.188014 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} executeQuery: Read 42 rows, 77.07 KiB in 0.001884 sec., 22292.993630573248 rows/sec., 39.95 MiB/sec. 2026.05.04 23:56:49.188073 [ 4 ] {ee747435-556b-4347-a27d-8c70240d2115} TCPHandler: Processed in 0.002070524 sec. 2026.05.04 23:56:49.188205 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:49.188300 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:49.188341 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:49.188681 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:49.188717 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:49.189046 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:56:49.189261 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:49.189390 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.05.04 23:56:49.189425 [ 4 ] {59bf041b-f42f-4f86-9095-d0adf847f663} TCPHandler: Processed in 0.001269803 sec. 2026.05.04 23:56:50.899575 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.899819 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:56:50.900162 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:50.900204 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:56:50.900451 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:50.900524 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:50.900676 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.04 23:56:50.900832 [ 325 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:50.900839 [ 342 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:50.900854 [ 343 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:50.900853 [ 336 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:56:50.901027 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:50.901053 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:50.901126 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:50.901147 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:50.901185 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:56:50.901224 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:56:50.902518 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} executeQuery: Read 35 rows, 7.62 KiB in 0.002796 sec., 12517.88268955651 rows/sec., 2.66 MiB/sec. 2026.05.04 23:56:50.902632 [ 4 ] {9add69b7-a48b-44ab-8b89-f102b3771e7d} TCPHandler: Processed in 0.003188634 sec. 2026.05.04 23:56:50.915741 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.915873 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:56:50.915927 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:56:50.916498 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.916547 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.916916 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:56:50.917149 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.917319 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} executeQuery: Read 2 rows, 167.00 B in 0.001482 sec., 1349.527665317139 rows/sec., 110.04 KiB/sec. 2026.05.04 23:56:50.917364 [ 4 ] {1347e6fe-8938-4703-9c0b-a2fd97c568f6} TCPHandler: Processed in 0.001699894 sec. 2026.05.04 23:56:50.917517 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.917623 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:50.917667 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:50.919398 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.919460 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.920042 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:56:50.920364 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.920554 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} executeQuery: Read 2402 rows, 181.40 KiB in 0.002955 sec., 812859.5600676818 rows/sec., 59.95 MiB/sec. 2026.05.04 23:56:50.920597 [ 4 ] {72254f87-6707-40cb-a75c-92bc543dc5a4} TCPHandler: Processed in 0.003133232 sec. 2026.05.04 23:56:50.920731 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.920832 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:50.920882 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:50.921320 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.921358 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.921672 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:50.921902 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.922012 [ 107 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:50.922041 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} executeQuery: Read 11 rows, 836.00 B in 0.001231 sec., 8935.82453290008 rows/sec., 663.21 KiB/sec. 2026.05.04 23:56:50.922080 [ 107 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.922088 [ 4 ] {461cf41e-fb4f-4309-a832-67d4d49db77c} TCPHandler: Processed in 0.001407457 sec. 2026.05.04 23:56:50.922111 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.922233 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:50.922236 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.922363 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:50.922374 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:56:50.922402 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 63 rows starting from the beginning of the part 2026.05.04 23:56:50.922423 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:56:50.922468 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.05.04 23:56:50.922516 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part 2026.05.04 23:56:50.922558 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 68 rows starting from the beginning of the part 2026.05.04 23:56:50.922610 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2026.05.04 23:56:50.922651 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part 2026.05.04 23:56:50.923148 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.923191 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.923478 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 227 rows, containing 5 columns (5 merged, 0 gathered) in 0.001286524 sec., 176444.43477152387 rows/sec., 13.60 MiB/sec. 2026.05.04 23:56:50.923552 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:56:50.923632 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:50.923816 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.923929 [ 107 ] {} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.05.04 23:56:50.923951 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.923964 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} executeQuery: Read 801 rows, 47.38 KiB in 0.00161 sec., 497515.52795031056 rows/sec., 28.74 MiB/sec. 2026.05.04 23:56:50.923961 [ 107 ] {} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.924009 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.924013 [ 4 ] {d1ec2415-dbc3-4416-8ba4-03942dcfd977} TCPHandler: Processed in 0.001827868 sec. 2026.05.04 23:56:50.924042 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_11_2} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:50.924105 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.05.04 23:56:50.924123 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.04 23:56:50.924151 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.924225 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:50.924254 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:50.924263 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.05.04 23:56:50.924302 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:56:50.924364 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 801 rows starting from the beginning of the part 2026.05.04 23:56:50.924416 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.05.04 23:56:50.924463 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 801 rows starting from the beginning of the part 2026.05.04 23:56:50.924510 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part 2026.05.04 23:56:50.924553 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 801 rows starting from the beginning of the part 2026.05.04 23:56:50.924721 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.924765 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.925093 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.05.04 23:56:50.925331 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.925473 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} executeQuery: Read 1 rows, 72.00 B in 0.001237 sec., 808.4074373484236 rows/sec., 56.84 KiB/sec. 2026.05.04 23:56:50.925513 [ 4 ] {48eba20b-d4a9-4aa2-a515-df5ae896d350} TCPHandler: Processed in 0.001412417 sec. 2026.05.04 23:56:50.925661 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.925761 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:50.925802 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:50.925939 [ 189 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001876849 sec., 1319232.394294906 rows/sec., 82.21 MiB/sec. 2026.05.04 23:56:50.926122 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.05.04 23:56:50.926391 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.926463 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_6_1} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.05.04 23:56:50.926543 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2026.05.04 23:56:50.926693 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.926735 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.927130 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:56:50.927351 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.927499 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} executeQuery: Read 1290 rows, 88.12 KiB in 0.00176 sec., 732954.5454545454 rows/sec., 48.89 MiB/sec. 2026.05.04 23:56:50.927537 [ 4 ] {5186ef19-dc3b-4430-9c07-e780916d4f23} TCPHandler: Processed in 0.00192702 sec. 2026.05.04 23:56:50.927665 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.927762 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:50.927805 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:50.928497 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.928533 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.928975 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:56:50.929193 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.929338 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} executeQuery: Read 1529 rows, 95.26 KiB in 0.001595 sec., 958620.6896551724 rows/sec., 58.32 MiB/sec. 2026.05.04 23:56:50.929376 [ 4 ] {46cb98c6-1c96-4768-b0b8-2b8c71acf633} TCPHandler: Processed in 0.001762627 sec. 2026.05.04 23:56:50.929507 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.929601 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:50.929657 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:50.930439 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.930479 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.930990 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:56:50.931223 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.931341 [ 107 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:56:50.931368 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} executeQuery: Read 9 rows, 16.51 KiB in 0.001786 sec., 5039.193729003359 rows/sec., 9.03 MiB/sec. 2026.05.04 23:56:50.931389 [ 107 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.931414 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.931438 [ 4 ] {86f238dc-04c0-45b2-9a34-a2e85d5887d1} TCPHandler: Processed in 0.001980682 sec. 2026.05.04 23:56:50.931506 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:56:50.931597 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:50.931698 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:50.931715 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:56:50.931741 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:50.931769 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 87 rows starting from the beginning of the part 2026.05.04 23:56:50.931884 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.05.04 23:56:50.931990 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part 2026.05.04 23:56:50.932090 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:50.932091 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part 2026.05.04 23:56:50.932134 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:50.932215 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2026.05.04 23:56:50.932319 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 9 rows starting from the beginning of the part 2026.05.04 23:56:50.932472 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:56:50.932722 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.932873 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} executeQuery: Read 24 rows, 1.66 KiB in 0.001194 sec., 20100.502512562816 rows/sec., 1.35 MiB/sec. 2026.05.04 23:56:50.932913 [ 4 ] {0490f20f-2111-4a6e-8af1-3042413522cf} TCPHandler: Processed in 0.001366565 sec. 2026.05.04 23:56:50.935068 [ 195 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 19 columns (19 merged, 0 gathered) in 0.003605735 sec., 61845.92045727154 rows/sec., 110.83 MiB/sec. 2026.05.04 23:56:50.935501 [ 192 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:56:50.935845 [ 192 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:50.935920 [ 192 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_11_2} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:56:50.936079 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2026.05.04 23:56:51.128333 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6183 2026.05.04 23:56:51.128845 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:51.128893 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:51.129397 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:56:51.129662 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:51.129819 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6183 2026.05.04 23:56:51.441382 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.05.04 23:56:51.457677 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:51.457745 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:51.463810 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:56:51.464546 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:51.467883 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.05.04 23:56:53.641026 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 378 2026.05.04 23:56:53.643762 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:53.643799 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:53.645008 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:56:53.645277 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:53.645525 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 378 2026.05.04 23:56:54.170303 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:54.170556 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:54.170914 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:54.170951 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:54.171175 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:54.171246 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:54.171388 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:56:54.171505 [ 325 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:54.171509 [ 336 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:54.171540 [ 363 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:56:54.171525 [ 340 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:54.171684 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:54.171713 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:54.171787 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:54.171810 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:54.171850 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:54.171891 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:54.173330 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} executeQuery: Read 35 rows, 6.04 KiB in 0.002878 sec., 12161.223071577484 rows/sec., 2.05 MiB/sec. 2026.05.04 23:56:54.173468 [ 4 ] {0856c98d-7441-4f8d-98e9-b5d2b719a7cb} TCPHandler: Processed in 0.003357578 sec. 2026.05.04 23:56:54.175176 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:54.175295 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:54.175343 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:54.175873 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:54.175921 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:54.176389 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:56:54.176639 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:54.176802 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} executeQuery: Read 56 rows, 4.41 KiB in 0.001542 sec., 36316.47211413748 rows/sec., 2.79 MiB/sec. 2026.05.04 23:56:54.176844 [ 4 ] {87968f5d-0742-420e-b067-bbb91b2f4da7} TCPHandler: Processed in 0.001725296 sec. 2026.05.04 23:56:54.176984 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:54.177087 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:54.177129 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:54.177569 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:54.177609 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:54.177936 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:56:54.178158 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:54.178304 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2026.05.04 23:56:54.178341 [ 4 ] {19c36ca2-6111-4f11-90e1-8a77b8169191} TCPHandler: Processed in 0.001412547 sec. 2026.05.04 23:56:54.178478 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:54.178580 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:54.178626 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:54.179023 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:54.179060 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:54.179390 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:56:54.179610 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:54.179748 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} executeQuery: Read 96 rows, 6.85 KiB in 0.00119 sec., 80672.26890756302 rows/sec., 5.62 MiB/sec. 2026.05.04 23:56:54.179785 [ 4 ] {333e32f6-3bf1-4f6a-91e6-76e828e534c7} TCPHandler: Processed in 0.001357556 sec. 2026.05.04 23:56:54.179915 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:54.180013 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:54.180055 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:54.180415 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:54.180452 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:54.180787 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:56:54.181002 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:54.181142 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} executeQuery: Read 36 rows, 2.48 KiB in 0.001148 sec., 31358.885017421606 rows/sec., 2.11 MiB/sec. 2026.05.04 23:56:54.181180 [ 4 ] {c4253737-a948-4931-9527-e5f910f927cf} TCPHandler: Processed in 0.001315674 sec. 2026.05.04 23:56:58.557943 [ 18 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:56:58.558046 [ 18 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:56:58.630615 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6631 2026.05.04 23:56:58.631106 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:58.631149 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:58.631643 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:56:58.631875 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:58.632009 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6631 2026.05.04 23:56:58.968692 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.05.04 23:56:58.985159 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:58.985224 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:58.990577 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:56:58.991264 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:58.994078 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.05.04 23:56:59.172982 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.173221 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:56:59.173559 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:56:59.173595 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:56:59.173807 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:56:59.173875 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:56:59.174013 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:56:59.174115 [ 325 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:56:59.174135 [ 336 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:56:59.174160 [ 351 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:56:59.174160 [ 339 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:56:59.174294 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:56:59.174321 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:56:59.174392 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:56:59.174412 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:56:59.174445 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:59.174500 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:56:59.175891 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} executeQuery: Read 35 rows, 6.04 KiB in 0.002765 sec., 12658.227848101265 rows/sec., 2.13 MiB/sec. 2026.05.04 23:56:59.176021 [ 4 ] {c4a07e3b-c70d-4cb2-aa33-fafb2cd38ffa} TCPHandler: Processed in 0.003166623 sec. 2026.05.04 23:56:59.178260 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.178388 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:56:59.178439 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:56:59.179054 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:59.179099 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:59.179561 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:56:59.179815 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:59.179981 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} executeQuery: Read 140 rows, 12.49 KiB in 0.001629 sec., 85942.29588704726 rows/sec., 7.49 MiB/sec. 2026.05.04 23:56:59.180018 [ 4 ] {59459ce2-8be2-4190-a3a1-ccea920fb896} TCPHandler: Processed in 0.001819708 sec. 2026.05.04 23:56:59.180137 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.180230 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:56:59.180269 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:56:59.180671 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:59.180707 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:59.180994 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:59.181195 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:59.181326 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} executeQuery: Read 42 rows, 3.16 KiB in 0.001114 sec., 37701.974865350094 rows/sec., 2.77 MiB/sec. 2026.05.04 23:56:59.181363 [ 4 ] {241d2095-6dd9-450f-b4a1-7627a811cb1a} TCPHandler: Processed in 0.001272944 sec. 2026.05.04 23:56:59.181477 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.181568 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:56:59.181606 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:56:59.182035 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:59.182071 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:59.182364 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:56:59.182563 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:59.182695 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} executeQuery: Read 106 rows, 8.48 KiB in 0.001145 sec., 92576.4192139738 rows/sec., 7.23 MiB/sec. 2026.05.04 23:56:59.182730 [ 4 ] {65957b9e-ddb5-462f-900b-4fce29e46150} TCPHandler: Processed in 0.001300234 sec. 2026.05.04 23:56:59.182847 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.182939 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:59.182980 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:56:59.183375 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:59.183410 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:59.183738 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:56:59.183936 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:59.184070 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2026.05.04 23:56:59.184106 [ 4 ] {2413b940-fc7d-47eb-96ec-ced17e789f40} TCPHandler: Processed in 0.001305425 sec. 2026.05.04 23:56:59.184246 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.184338 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:56:59.184389 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:56:59.185206 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:59.185242 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:59.185793 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:56:59.186006 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:59.186144 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} executeQuery: Read 42 rows, 77.07 KiB in 0.001824 sec., 23026.315789473683 rows/sec., 41.26 MiB/sec. 2026.05.04 23:56:59.186195 [ 4 ] {ac8b7434-9bce-4fc5-b1fc-3ebad730fa81} TCPHandler: Processed in 0.001995052 sec. 2026.05.04 23:56:59.186315 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:56:59.186406 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:56:59.186445 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:56:59.186779 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:56:59.186814 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:56:59.187118 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:56:59.187322 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:56:59.187449 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.05.04 23:56:59.187483 [ 4 ] {d40fe10f-f3da-4851-8abc-eb390b69008d} TCPHandler: Processed in 0.001216342 sec. 2026.05.04 23:57:01.003839 [ 70 ] {} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:57:01.003921 [ 70 ] {} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:01.003946 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:01.004079 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:57:01.004248 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:01.004292 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.05.04 23:57:01.004371 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.05.04 23:57:01.004428 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.05.04 23:57:01.004480 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part 2026.05.04 23:57:01.004529 [ 192 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.05.04 23:57:01.005490 [ 195 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468138 sec., 20434.046390734387 rows/sec., 1.71 MiB/sec. 2026.05.04 23:57:01.005704 [ 201 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:57:01.006055 [ 201 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:01.006134 [ 201 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_5_1} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:57:01.006227 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.04 23:57:03.646654 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 402 2026.05.04 23:57:03.648689 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:03.648726 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:03.649955 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:57:03.650215 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:03.650467 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 402 2026.05.04 23:57:04.171867 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:04.172124 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:04.172448 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:04.172484 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:04.172723 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:04.172793 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:04.172929 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:57:04.173058 [ 336 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:04.173067 [ 339 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:04.173065 [ 308 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:04.173058 [ 360 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:04.173251 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:04.173280 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:04.173350 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:04.173369 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:04.173402 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:04.173442 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:04.174700 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} executeQuery: Read 35 rows, 6.04 KiB in 0.002654 sec., 13187.641296156744 rows/sec., 2.22 MiB/sec. 2026.05.04 23:57:04.174832 [ 4 ] {fcf0a548-657b-4f9a-8c5a-9a1c8e0c1da4} TCPHandler: Processed in 0.003092511 sec. 2026.05.04 23:57:04.176566 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:04.176692 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:04.176737 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:04.177234 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.177280 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.177644 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:57:04.177862 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.177996 [ 29 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:57:04.178010 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} executeQuery: Read 56 rows, 4.41 KiB in 0.00135 sec., 41481.48148148148 rows/sec., 3.19 MiB/sec. 2026.05.04 23:57:04.178066 [ 29 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.178074 [ 4 ] {34257663-36d6-4d0a-9fb9-8cd693dd6d98} TCPHandler: Processed in 0.001569641 sec. 2026.05.04 23:57:04.178095 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.178212 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:57:04.178217 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:04.178319 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:04.178330 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:04.178351 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2611 rows starting from the beginning of the part 2026.05.04 23:57:04.178371 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:04.178411 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 140 rows starting from the beginning of the part 2026.05.04 23:57:04.178460 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2402 rows starting from the beginning of the part 2026.05.04 23:57:04.178504 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:04.178546 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 140 rows starting from the beginning of the part 2026.05.04 23:57:04.178589 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:04.178818 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.178853 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.179156 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:57:04.179373 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.179473 [ 29 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:57:04.179501 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2026.05.04 23:57:04.179509 [ 29 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.179540 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.179544 [ 4 ] {c02fe6e0-3b31-4f08-9176-885bdc6a1765} TCPHandler: Processed in 0.001374517 sec. 2026.05.04 23:57:04.179633 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:57:04.179680 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:04.179751 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:04.179778 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:04.179788 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1399 rows starting from the beginning of the part 2026.05.04 23:57:04.179828 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:04.179865 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 106 rows starting from the beginning of the part 2026.05.04 23:57:04.179915 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1290 rows starting from the beginning of the part 2026.05.04 23:57:04.179955 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2026.05.04 23:57:04.179992 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 106 rows starting from the beginning of the part 2026.05.04 23:57:04.180030 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.05.04 23:57:04.180279 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.180320 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.180421 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5405 rows, containing 5 columns (5 merged, 0 gathered) in 0.002248908 sec., 2403388.6668552025 rows/sec., 190.00 MiB/sec. 2026.05.04 23:57:04.180752 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:57:04.180758 [ 196 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:57:04.180975 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.181064 [ 196 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.181076 [ 29 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:57:04.181108 [ 29 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.181108 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} executeQuery: Read 160 rows, 11.41 KiB in 0.001348 sec., 118694.36201780415 rows/sec., 8.27 MiB/sec. 2026.05.04 23:57:04.181129 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.181143 [ 196 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_21_4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:57:04.181160 [ 4 ] {ec4a6227-c7dc-4a08-a531-0bc2bebcccb9} TCPHandler: Processed in 0.00152679 sec. 2026.05.04 23:57:04.181207 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:57:04.181221 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.04 23:57:04.181282 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:04.181287 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:04.181283 [ 194 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3029 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694444 sec., 1787607.0262575806 rows/sec., 129.32 MiB/sec. 2026.05.04 23:57:04.181327 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6409 rows starting from the beginning of the part 2026.05.04 23:57:04.181378 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:04.181388 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:04.181420 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:04.181426 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1529 rows starting from the beginning of the part 2026.05.04 23:57:04.181463 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 96 rows starting from the beginning of the part 2026.05.04 23:57:04.181498 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:04.181525 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:57:04.181532 [ 192 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:04.181788 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.181826 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.181836 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.181916 [ 201 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_21_4} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:57:04.181983 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.04 23:57:04.182138 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:57:04.182354 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.182476 [ 31 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:57:04.182480 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} executeQuery: Read 60 rows, 4.14 KiB in 0.00112 sec., 53571.42857142858 rows/sec., 3.61 MiB/sec. 2026.05.04 23:57:04.182513 [ 31 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:04.182529 [ 4 ] {b275690c-fa89-4ed9-95d4-286201ce9cbd} TCPHandler: Processed in 0.001294614 sec. 2026.05.04 23:57:04.182533 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:04.182609 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:57:04.182691 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:04.182716 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part 2026.05.04 23:57:04.182771 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:04.182810 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:04.182846 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.05.04 23:57:04.182878 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:04.182913 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:04.183686 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 4 columns (4 merged, 0 gathered) in 0.001109039 sec., 962995.8910371952 rows/sec., 64.90 MiB/sec. 2026.05.04 23:57:04.183862 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:57:04.184089 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.184148 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_21_4} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:57:04.184205 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.05.04 23:57:04.184448 [ 199 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8514 rows, containing 5 columns (5 merged, 0 gathered) in 0.003264275 sec., 2608236.132066079 rows/sec., 168.12 MiB/sec. 2026.05.04 23:57:04.184592 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:57:04.184818 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:04.184875 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_21_4} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:57:04.184927 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.05.04 23:57:06.132165 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7143 2026.05.04 23:57:06.132950 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:06.133017 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:06.133620 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:57:06.133852 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:06.133995 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7143 2026.05.04 23:57:06.494214 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.05.04 23:57:06.510412 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:06.510479 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:06.515828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:57:06.516515 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:06.519394 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.05.04 23:57:09.174647 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.174902 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:57:09.175269 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:09.175311 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:57:09.175546 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:09.175610 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:09.175744 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:57:09.175863 [ 339 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:09.175874 [ 360 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:09.175877 [ 308 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:09.175876 [ 357 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:09.176064 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:09.176086 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:09.176151 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:09.176170 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:09.176210 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:57:09.176247 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:57:09.177610 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} executeQuery: Read 35 rows, 6.04 KiB in 0.002812 sec., 12446.65718349929 rows/sec., 2.10 MiB/sec. 2026.05.04 23:57:09.177732 [ 4 ] {c49db087-25ab-4788-89a4-10a7152fd5c8} TCPHandler: Processed in 0.003211604 sec. 2026.05.04 23:57:09.180909 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.181021 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.181070 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:57:09.181573 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.181609 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.181968 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:57:09.182192 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.182333 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} executeQuery: Read 24 rows, 2.04 KiB in 0.001343 sec., 17870.439314966494 rows/sec., 1.48 MiB/sec. 2026.05.04 23:57:09.182371 [ 4 ] {e107e777-87e9-432f-90b4-586b81e86f2d} TCPHandler: Processed in 0.001512349 sec. 2026.05.04 23:57:09.182494 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.182589 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:57:09.182628 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:57:09.183036 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.183071 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.183345 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:57:09.183546 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.183669 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} executeQuery: Read 2 rows, 167.00 B in 0.001098 sec., 1821.4936247723133 rows/sec., 148.53 KiB/sec. 2026.05.04 23:57:09.183703 [ 4 ] {ee0dae9d-a81c-4cea-8175-85bdb6bb56ac} TCPHandler: Processed in 0.001256213 sec. 2026.05.04 23:57:09.183816 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.183908 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:09.183946 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:09.184488 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.184521 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.184839 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:57:09.185040 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.185165 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} executeQuery: Read 261 rows, 24.02 KiB in 0.001275 sec., 204705.88235294117 rows/sec., 18.40 MiB/sec. 2026.05.04 23:57:09.185201 [ 4 ] {1a2f9f57-1809-45c9-830d-28cc95af691d} TCPHandler: Processed in 0.001431788 sec. 2026.05.04 23:57:09.185320 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.185412 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.185451 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:09.185861 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.185895 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.186180 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:57:09.186391 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.186520 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} executeQuery: Read 56 rows, 4.26 KiB in 0.001125 sec., 49777.77777777778 rows/sec., 3.70 MiB/sec. 2026.05.04 23:57:09.186555 [ 4 ] {bd665df2-fb1f-49bc-b234-1d5ff02a5fca} TCPHandler: Processed in 0.001282813 sec. 2026.05.04 23:57:09.186672 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.186764 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.186802 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:57:09.187196 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.187230 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.187511 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:57:09.187706 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.187829 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} executeQuery: Read 24 rows, 2.04 KiB in 0.001082 sec., 22181.146025878003 rows/sec., 1.84 MiB/sec. 2026.05.04 23:57:09.187864 [ 4 ] {65861ee7-1afd-4948-99de-c506a52a9d64} TCPHandler: Processed in 0.001240673 sec. 2026.05.04 23:57:09.187984 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.188076 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.188114 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:57:09.188499 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.188533 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.188804 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:57:09.189002 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.189123 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} executeQuery: Read 12 rows, 960.00 B in 0.001064 sec., 11278.195488721803 rows/sec., 881.11 KiB/sec. 2026.05.04 23:57:09.189159 [ 4 ] {386fe1cf-d499-4734-b5a4-43dba0c8df53} TCPHandler: Processed in 0.001223622 sec. 2026.05.04 23:57:09.189276 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.189368 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:09.189406 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:09.189849 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.189883 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.190183 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:57:09.190383 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.190508 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} executeQuery: Read 144 rows, 11.90 KiB in 0.001158 sec., 124352.33160621762 rows/sec., 10.03 MiB/sec. 2026.05.04 23:57:09.190543 [ 4 ] {ea43696f-59ae-44eb-a219-d838ff327023} TCPHandler: Processed in 0.001313974 sec. 2026.05.04 23:57:09.190658 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.190750 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.190791 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:09.191177 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.191210 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.191532 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:57:09.191732 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.191854 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} executeQuery: Read 197 rows, 14.47 KiB in 0.001121 sec., 175735.95004460303 rows/sec., 12.61 MiB/sec. 2026.05.04 23:57:09.191889 [ 4 ] {78835c5b-2165-4592-a98a-da05f94fabc1} TCPHandler: Processed in 0.001277553 sec. 2026.05.04 23:57:09.192008 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.192101 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.192153 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:09.192941 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.192975 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.193516 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:57:09.193726 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.193859 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} executeQuery: Read 42 rows, 77.07 KiB in 0.001776 sec., 23648.64864864865 rows/sec., 42.38 MiB/sec. 2026.05.04 23:57:09.193908 [ 4 ] {cee1f977-ee33-429d-b5e6-0bd5a59541c1} TCPHandler: Processed in 0.001946171 sec. 2026.05.04 23:57:09.194042 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:09.194136 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:09.194176 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:09.194510 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:09.194545 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:09.194835 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:57:09.195041 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:09.195165 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.05.04 23:57:09.195198 [ 4 ] {e8610627-d791-40d8-90d2-e1135319482c} TCPHandler: Processed in 0.001203232 sec. 2026.05.04 23:57:12.202898 [ 267 ] {} TCP-Session: adf53ded-32a3-4eb5-934a-660cb67eb7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:12.203349 [ 267 ] {67d5e203-6793-480e-a6e0-76f62c3ba215} executeQuery: (from [fd00:1122:3344:101::e]:51051) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE has_own_data (stage: Complete) 2026.05.04 23:57:12.204080 [ 267 ] {67d5e203-6793-480e-a6e0-76f62c3ba215} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.04 23:57:12.204240 [ 267 ] {67d5e203-6793-480e-a6e0-76f62c3ba215} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:12.204694 [ 308 ] {67d5e203-6793-480e-a6e0-76f62c3ba215} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.04 23:57:12.205584 [ 267 ] {67d5e203-6793-480e-a6e0-76f62c3ba215} executeQuery: Read 140 rows, 7.96 KiB in 0.002447 sec., 57212.91377196567 rows/sec., 3.18 MiB/sec. 2026.05.04 23:57:12.205682 [ 267 ] {67d5e203-6793-480e-a6e0-76f62c3ba215} TCPHandler: Processed in 0.003040009 sec. 2026.05.04 23:57:13.000257 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 228.43 MiB, peak 232.76 MiB, free memory in arenas 0.00 B, will set to 226.40 MiB (RSS), difference: -2.03 MiB 2026.05.04 23:57:13.558122 [ 92 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:57:13.558205 [ 92 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:57:13.634096 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7591 2026.05.04 23:57:13.634747 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:13.634783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:13.635282 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:57:13.635510 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:13.635637 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7591 2026.05.04 23:57:13.635637 [ 92 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:57:13.635688 [ 92 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:13.635710 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:13.635849 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:57:13.635984 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:13.636019 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5223 rows starting from the beginning of the part 2026.05.04 23:57:13.636080 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.05.04 23:57:13.636121 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.05.04 23:57:13.636158 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.05.04 23:57:13.636195 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.05.04 23:57:13.636231 [ 192 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.05.04 23:57:13.637615 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7591 rows, containing 4 columns (4 merged, 0 gathered) in 0.001820108 sec., 4170631.632848161 rows/sec., 59.66 MiB/sec. 2026.05.04 23:57:13.638208 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:57:13.638528 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:13.638608 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_16_3} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:57:13.638702 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.05.04 23:57:13.650700 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 436 2026.05.04 23:57:13.653553 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:13.653599 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:13.654788 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:57:13.655048 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:13.655216 [ 75 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.05.04 23:57:13.655261 [ 75 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:13.655280 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:13.655292 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 436 2026.05.04 23:57:13.655383 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.05.04 23:57:13.655859 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:13.655975 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 270 rows starting from the beginning of the part 2026.05.04 23:57:13.656304 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.05.04 23:57:13.656665 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2026.05.04 23:57:13.657055 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 44 rows starting from the beginning of the part 2026.05.04 23:57:13.657434 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:13.657829 [ 194 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.05.04 23:57:13.663901 [ 192 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 436 rows, containing 72 columns (72 merged, 0 gathered) in 0.008573525 sec., 50854.228569928935 rows/sec., 45.51 MiB/sec. 2026.05.04 23:57:13.664907 [ 192 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.05.04 23:57:13.665464 [ 192 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:13.665544 [ 192 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_11_2} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.05.04 23:57:13.665903 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2026.05.04 23:57:14.000273 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 226.55 MiB, peak 232.85 MiB, free memory in arenas 0.00 B, will set to 227.82 MiB (RSS), difference: 1.27 MiB 2026.05.04 23:57:14.001473 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000866603 sec. 2026.05.04 23:57:14.019479 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.05.04 23:57:14.036297 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:14.036352 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:14.042351 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:57:14.043023 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:14.043325 [ 75 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:57:14.043367 [ 75 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:14.043390 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:14.043558 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:57:14.046045 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.05.04 23:57:14.047445 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:14.048786 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.05.04 23:57:14.053159 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.05.04 23:57:14.057417 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.05.04 23:57:14.061658 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.05.04 23:57:14.066161 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.05.04 23:57:14.070447 [ 193 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.05.04 23:57:14.123572 [ 197 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080107642 sec., 1510.467628044775 rows/sec., 7.81 MiB/sec. 2026.05.04 23:57:14.126450 [ 198 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:57:14.128571 [ 198 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:14.128677 [ 198 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_16_3} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:57:14.130917 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. 2026.05.04 23:57:14.172136 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:14.172431 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:14.172830 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:14.172864 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:14.173064 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:14.173128 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:14.173262 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:57:14.173369 [ 357 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:14.173422 [ 307 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:14.173439 [ 352 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:14.173439 [ 356 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:14.173579 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:14.173606 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:14.173678 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:14.173708 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:14.173740 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:14.173777 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:14.175181 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} executeQuery: Read 35 rows, 6.04 KiB in 0.002868 sec., 12203.626220362623 rows/sec., 2.06 MiB/sec. 2026.05.04 23:57:14.175289 [ 4 ] {ba3827bb-4ab2-4e12-bde2-fec3a62a30c0} TCPHandler: Processed in 0.003306367 sec. 2026.05.04 23:57:14.176955 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:14.177063 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:14.177105 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:14.177612 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:14.177646 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:14.177978 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:57:14.178189 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:14.178319 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} executeQuery: Read 56 rows, 4.41 KiB in 0.001285 sec., 43579.766536964984 rows/sec., 3.35 MiB/sec. 2026.05.04 23:57:14.178354 [ 4 ] {1a347feb-b65c-4829-8dc7-d6cf88d4fdff} TCPHandler: Processed in 0.001449778 sec. 2026.05.04 23:57:14.178481 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:14.178575 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:14.178614 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:14.179042 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:14.179076 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:14.179365 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:57:14.179574 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:14.179701 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} executeQuery: Read 64 rows, 5.12 KiB in 0.001144 sec., 55944.055944055945 rows/sec., 4.37 MiB/sec. 2026.05.04 23:57:14.179737 [ 4 ] {8b8174e7-e306-4428-9769-c1668e473701} TCPHandler: Processed in 0.001313484 sec. 2026.05.04 23:57:14.179881 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:14.179979 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:14.180023 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:14.180450 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:14.180485 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:14.180813 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:57:14.181019 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:14.181147 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2026.05.04 23:57:14.181183 [ 4 ] {d4282d9a-9cbf-4138-8137-e315a163f348} TCPHandler: Processed in 0.001359735 sec. 2026.05.04 23:57:14.181327 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:14.181421 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:14.181462 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:14.181786 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:14.181822 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:14.182119 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:57:14.182328 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:14.182456 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.05.04 23:57:14.182493 [ 4 ] {d8f54505-c0af-43dc-bf69-8086f0fd5c43} TCPHandler: Processed in 0.001220562 sec. 2026.05.04 23:57:15.000244 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 229.21 MiB, peak 238.84 MiB, free memory in arenas 0.00 B, will set to 238.12 MiB (RSS), difference: 8.91 MiB 2026.05.04 23:57:19.173710 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.173970 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:19.174296 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:19.174332 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:19.174556 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:19.174626 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:19.174764 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:57:19.174892 [ 357 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:19.174902 [ 352 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:19.174902 [ 356 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:19.174898 [ 307 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:19.175104 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:19.175131 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:19.175200 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:19.175221 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:19.175254 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:19.175291 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:19.176340 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} executeQuery: Read 35 rows, 6.04 KiB in 0.002464 sec., 14204.545454545454 rows/sec., 2.39 MiB/sec. 2026.05.04 23:57:19.176446 [ 4 ] {069584c1-425f-40db-a2f2-58a836928b80} TCPHandler: Processed in 0.002870195 sec. 2026.05.04 23:57:19.178771 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.178903 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:19.178958 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:19.179599 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:19.179648 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:19.180066 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:57:19.180291 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:19.180444 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} executeQuery: Read 140 rows, 12.49 KiB in 0.001578 sec., 88719.89860583017 rows/sec., 7.73 MiB/sec. 2026.05.04 23:57:19.180487 [ 4 ] {caceaf64-13d4-41b5-a798-53a53f199d3b} TCPHandler: Processed in 0.001777327 sec. 2026.05.04 23:57:19.180617 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.180717 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:19.180757 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:19.181163 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:19.181200 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:19.181508 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:57:19.181716 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:19.181847 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} executeQuery: Read 42 rows, 3.16 KiB in 0.001152 sec., 36458.333333333336 rows/sec., 2.68 MiB/sec. 2026.05.04 23:57:19.181884 [ 4 ] {0d364d1e-7f11-4aea-9c6f-d97605d015a9} TCPHandler: Processed in 0.001318055 sec. 2026.05.04 23:57:19.182006 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.182101 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:19.182141 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:19.182560 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:19.182596 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:19.182899 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:57:19.183108 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:19.183241 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} executeQuery: Read 106 rows, 8.48 KiB in 0.00116 sec., 91379.31034482758 rows/sec., 7.14 MiB/sec. 2026.05.04 23:57:19.183277 [ 4 ] {7c491519-7498-4bd8-b9c6-b26b96a5bdae} TCPHandler: Processed in 0.001321115 sec. 2026.05.04 23:57:19.183399 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.183495 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:19.183537 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:19.183935 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:19.183971 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:19.184287 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:57:19.184492 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:19.184623 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.05.04 23:57:19.184659 [ 4 ] {2ada7151-f022-4aaf-b132-4ed62cad461d} TCPHandler: Processed in 0.001310184 sec. 2026.05.04 23:57:19.184777 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.184873 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:19.184927 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:19.185774 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:19.185810 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:19.186401 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:57:19.186627 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:19.186774 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} executeQuery: Read 42 rows, 77.07 KiB in 0.001919 sec., 21886.399166232415 rows/sec., 39.22 MiB/sec. 2026.05.04 23:57:19.186835 [ 4 ] {3aa71a9c-0484-484a-bdfe-28a131ef5708} TCPHandler: Processed in 0.002107555 sec. 2026.05.04 23:57:19.186964 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:19.187058 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:19.187100 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:19.187469 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:19.187505 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:19.187797 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:57:19.188010 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:19.188138 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.05.04 23:57:19.188173 [ 4 ] {6c5552c4-3036-4c1b-9c07-778ce8815af8} TCPHandler: Processed in 0.001261744 sec. 2026.05.04 23:57:20.893179 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.893455 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:57:20.893873 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:20.893919 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:57:20.894162 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:20.894233 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:20.894371 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.05.04 23:57:20.894467 [ 357 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:20.894513 [ 352 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:20.894549 [ 355 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:20.894516 [ 307 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:20.894715 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:20.894743 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:20.894812 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:20.894833 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:20.894866 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:57:20.894905 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:57:20.896119 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} executeQuery: Read 35 rows, 7.62 KiB in 0.002771 sec., 12630.819198845182 rows/sec., 2.68 MiB/sec. 2026.05.04 23:57:20.896249 [ 4 ] {b0ae0843-cc05-49e2-9961-ffb9f3dfb55a} TCPHandler: Processed in 0.003212565 sec. 2026.05.04 23:57:20.908279 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.908394 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:20.908440 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:20.910033 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.910078 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.910729 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:57:20.910972 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.911137 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} executeQuery: Read 2401 rows, 181.33 KiB in 0.002776 sec., 864913.544668588 rows/sec., 63.79 MiB/sec. 2026.05.04 23:57:20.911177 [ 4 ] {13cd9a4f-c6d9-4dba-83c8-6d420200722f} TCPHandler: Processed in 0.002953597 sec. 2026.05.04 23:57:20.911324 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.911451 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:20.911502 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:20.911991 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.912029 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.912345 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:57:20.912556 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.912693 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} executeQuery: Read 9 rows, 693.00 B in 0.001271 sec., 7081.038552321007 rows/sec., 532.46 KiB/sec. 2026.05.04 23:57:20.912732 [ 4 ] {8bdbab7a-d360-4939-aefb-0ff04b2eacaa} TCPHandler: Processed in 0.001472018 sec. 2026.05.04 23:57:20.912855 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.912951 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:57:20.912991 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:57:20.913630 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.913667 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.914024 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:57:20.914239 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.914371 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} executeQuery: Read 801 rows, 47.38 KiB in 0.00144 sec., 556250 rows/sec., 32.13 MiB/sec. 2026.05.04 23:57:20.914408 [ 4 ] {e70f4fd0-e109-455d-8648-3143f6476efe} TCPHandler: Processed in 0.001602572 sec. 2026.05.04 23:57:20.914542 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.914636 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:20.914674 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:57:20.915054 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.915089 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.915395 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.05.04 23:57:20.915610 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.915740 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} executeQuery: Read 1 rows, 72.00 B in 0.001122 sec., 891.2655971479501 rows/sec., 62.67 KiB/sec. 2026.05.04 23:57:20.915777 [ 4 ] {40dd3588-c1ec-4d51-837e-1d4b3d9fb3e8} TCPHandler: Processed in 0.001290774 sec. 2026.05.04 23:57:20.915895 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.915989 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:20.916028 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:20.916810 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.916846 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.917234 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:57:20.917445 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.917581 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} executeQuery: Read 1288 rows, 87.96 KiB in 0.00161 sec., 800000 rows/sec., 53.35 MiB/sec. 2026.05.04 23:57:20.917619 [ 4 ] {6ceb2f78-732c-4ea5-a6db-bcab5f4e6ba4} TCPHandler: Processed in 0.001773407 sec. 2026.05.04 23:57:20.917743 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.917838 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:20.917880 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:20.918516 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.918552 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.919031 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:57:20.919251 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.919383 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} executeQuery: Read 1528 rows, 95.19 KiB in 0.001564 sec., 976982.0971867007 rows/sec., 59.43 MiB/sec. 2026.05.04 23:57:20.919421 [ 4 ] {92c621e0-6ec5-4ddc-80a8-fab8dce8ae8a} TCPHandler: Processed in 0.001727466 sec. 2026.05.04 23:57:20.919556 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.919651 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:20.919704 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:20.920439 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.920475 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.920974 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:57:20.921204 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.921347 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} executeQuery: Read 9 rows, 16.51 KiB in 0.001714 sec., 5250.875145857643 rows/sec., 9.41 MiB/sec. 2026.05.04 23:57:20.921403 [ 4 ] {b83c5328-b311-4616-9c9e-a4672c3a6937} TCPHandler: Processed in 0.00189619 sec. 2026.05.04 23:57:20.921530 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:20.921626 [ 4 ] {865d2944-655e-463d-a239-29603552e017} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:20.921667 [ 4 ] {865d2944-655e-463d-a239-29603552e017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:20.921996 [ 4 ] {865d2944-655e-463d-a239-29603552e017} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:20.922031 [ 4 ] {865d2944-655e-463d-a239-29603552e017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:20.922345 [ 4 ] {865d2944-655e-463d-a239-29603552e017} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:57:20.922560 [ 4 ] {865d2944-655e-463d-a239-29603552e017} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:20.922691 [ 4 ] {865d2944-655e-463d-a239-29603552e017} executeQuery: Read 24 rows, 1.66 KiB in 0.001085 sec., 22119.815668202766 rows/sec., 1.49 MiB/sec. 2026.05.04 23:57:20.922726 [ 4 ] {865d2944-655e-463d-a239-29603552e017} TCPHandler: Processed in 0.001245182 sec. 2026.05.04 23:57:21.135871 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8103 2026.05.04 23:57:21.136666 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:21.136729 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:21.137662 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:57:21.137904 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:21.138030 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8103 2026.05.04 23:57:21.546260 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.05.04 23:57:21.561346 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:21.561401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:21.567367 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:57:21.568078 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:21.570555 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.05.04 23:57:22.000201 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 239.09 MiB, peak 243.09 MiB, free memory in arenas 0.00 B, will set to 240.64 MiB (RSS), difference: 1.54 MiB 2026.05.04 23:57:22.183624 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39522 2026.05.04 23:57:22.183769 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.183803 [ 314 ] {} TCP-Session: b14ad16c-ee6f-4bb2-b0d6-49fb9481534d Authenticating user 'default' from [fd00:1122:3344:101::e]:39522 2026.05.04 23:57:22.183830 [ 314 ] {} TCP-Session: b14ad16c-ee6f-4bb2-b0d6-49fb9481534d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.183846 [ 314 ] {} TCP-Session: b14ad16c-ee6f-4bb2-b0d6-49fb9481534d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.184099 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45781 2026.05.04 23:57:22.184146 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55547 2026.05.04 23:57:22.184176 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42675 2026.05.04 23:57:22.184204 [ 314 ] {} TCP-Session: b14ad16c-ee6f-4bb2-b0d6-49fb9481534d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:22.184203 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57303 2026.05.04 23:57:22.184214 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34290 2026.05.04 23:57:22.184194 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40545 2026.05.04 23:57:22.184150 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64197 2026.05.04 23:57:22.184372 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.184150 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46838 2026.05.04 23:57:22.184421 [ 315 ] {} TCP-Session: 2838f044-f72e-4a43-a9aa-11214e3a4a0b Authenticating user 'default' from [fd00:1122:3344:101::e]:45781 2026.05.04 23:57:22.184463 [ 315 ] {} TCP-Session: 2838f044-f72e-4a43-a9aa-11214e3a4a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.184479 [ 315 ] {} TCP-Session: 2838f044-f72e-4a43-a9aa-11214e3a4a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.184497 [ 314 ] {689efc42-f069-4588-9e51-bd864bdac667} executeQuery: (from [fd00:1122:3344:101::e]:39522) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:57:22.184953 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.184984 [ 318 ] {} TCP-Session: 3b13b66d-981d-4a4e-81c1-41442f579ae3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46838 2026.05.04 23:57:22.185002 [ 318 ] {} TCP-Session: 3b13b66d-981d-4a4e-81c1-41442f579ae3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185015 [ 318 ] {} TCP-Session: 3b13b66d-981d-4a4e-81c1-41442f579ae3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185172 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.185210 [ 262 ] {} TCP-Session: ecad5fb0-c110-4ea2-beee-e168bbf22a60 Authenticating user 'default' from [fd00:1122:3344:101::e]:40545 2026.05.04 23:57:22.185236 [ 262 ] {} TCP-Session: ecad5fb0-c110-4ea2-beee-e168bbf22a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185249 [ 262 ] {} TCP-Session: ecad5fb0-c110-4ea2-beee-e168bbf22a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185273 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.185308 [ 311 ] {} TCP-Session: 5721726c-fd6d-4508-9042-e23e5df1c316 Authenticating user 'default' from [fd00:1122:3344:101::e]:34290 2026.05.04 23:57:22.185326 [ 311 ] {} TCP-Session: 5721726c-fd6d-4508-9042-e23e5df1c316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185343 [ 311 ] {} TCP-Session: 5721726c-fd6d-4508-9042-e23e5df1c316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185381 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.185418 [ 317 ] {} TCP-Session: 61cee05a-f9be-450e-af2d-998eea4190ed Authenticating user 'default' from [fd00:1122:3344:101::e]:64197 2026.05.04 23:57:22.185439 [ 317 ] {} TCP-Session: 61cee05a-f9be-450e-af2d-998eea4190ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185455 [ 317 ] {} TCP-Session: 61cee05a-f9be-450e-af2d-998eea4190ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185609 [ 314 ] {689efc42-f069-4588-9e51-bd864bdac667} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:57:22.185710 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.185712 [ 314 ] {689efc42-f069-4588-9e51-bd864bdac667} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:22.185740 [ 3 ] {} TCP-Session: 135f58d5-62d4-4a9a-9c2c-77bbd244a2d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:42675 2026.05.04 23:57:22.185758 [ 3 ] {} TCP-Session: 135f58d5-62d4-4a9a-9c2c-77bbd244a2d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185776 [ 3 ] {} TCP-Session: 135f58d5-62d4-4a9a-9c2c-77bbd244a2d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185816 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.185851 [ 310 ] {} TCP-Session: d2146f03-539a-4a77-b5e7-14e2db104526 Authenticating user 'default' from [fd00:1122:3344:101::e]:57303 2026.05.04 23:57:22.185868 [ 310 ] {} TCP-Session: d2146f03-539a-4a77-b5e7-14e2db104526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185884 [ 310 ] {} TCP-Session: d2146f03-539a-4a77-b5e7-14e2db104526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185916 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:22.185950 [ 316 ] {} TCP-Session: c50a0854-9959-4b91-8406-18e66e90f445 Authenticating user 'default' from [fd00:1122:3344:101::e]:55547 2026.05.04 23:57:22.185967 [ 316 ] {} TCP-Session: c50a0854-9959-4b91-8406-18e66e90f445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.185980 [ 316 ] {} TCP-Session: c50a0854-9959-4b91-8406-18e66e90f445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.186116 [ 314 ] {689efc42-f069-4588-9e51-bd864bdac667} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:57:22.187083 [ 352 ] {689efc42-f069-4588-9e51-bd864bdac667} AggregatingTransform: Aggregating 2026.05.04 23:57:22.187123 [ 352 ] {689efc42-f069-4588-9e51-bd864bdac667} Aggregator: Aggregation method: without_key 2026.05.04 23:57:22.187161 [ 352 ] {689efc42-f069-4588-9e51-bd864bdac667} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000933225 sec. (1071.553 rows/sec., 41.86 KiB/sec.) 2026.05.04 23:57:22.187179 [ 352 ] {689efc42-f069-4588-9e51-bd864bdac667} Aggregator: Merging aggregated data 2026.05.04 23:57:22.188758 [ 314 ] {689efc42-f069-4588-9e51-bd864bdac667} executeQuery: Read 1 rows, 40.00 B in 0.004323 sec., 231.32084200786494 rows/sec., 9.04 KiB/sec. 2026.05.04 23:57:22.188902 [ 314 ] {689efc42-f069-4588-9e51-bd864bdac667} TCPHandler: Processed in 0.004838507 sec. 2026.05.04 23:57:22.189022 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189051 [ 314 ] {} TCP-Session: b14ad16c-ee6f-4bb2-b0d6-49fb9481534d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189095 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189113 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189134 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189158 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189151 [ 315 ] {} TCP-Session: 2838f044-f72e-4a43-a9aa-11214e3a4a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189194 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189214 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189247 [ 317 ] {} TCP-Session: 61cee05a-f9be-450e-af2d-998eea4190ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189210 [ 3 ] {} TCP-Session: 135f58d5-62d4-4a9a-9c2c-77bbd244a2d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189268 [ 310 ] {} TCP-Session: d2146f03-539a-4a77-b5e7-14e2db104526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189200 [ 318 ] {} TCP-Session: 3b13b66d-981d-4a4e-81c1-41442f579ae3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189194 [ 262 ] {} TCP-Session: ecad5fb0-c110-4ea2-beee-e168bbf22a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189056 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189075 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:22.189489 [ 311 ] {} TCP-Session: 5721726c-fd6d-4508-9042-e23e5df1c316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:22.189506 [ 316 ] {} TCP-Session: c50a0854-9959-4b91-8406-18e66e90f445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565234 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40378 2026.05.04 23:57:23.565377 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.565416 [ 314 ] {} TCP-Session: c35d6b85-f0c2-4f4c-a1a9-037918d78e6c Authenticating user 'default' from [fd00:1122:3344:101::e]:40378 2026.05.04 23:57:23.565446 [ 314 ] {} TCP-Session: c35d6b85-f0c2-4f4c-a1a9-037918d78e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565464 [ 314 ] {} TCP-Session: c35d6b85-f0c2-4f4c-a1a9-037918d78e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565717 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40221 2026.05.04 23:57:23.565739 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38969 2026.05.04 23:57:23.565780 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52514 2026.05.04 23:57:23.565792 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62229 2026.05.04 23:57:23.565842 [ 314 ] {} TCP-Session: c35d6b85-f0c2-4f4c-a1a9-037918d78e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:23.565884 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.565889 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.565875 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.565934 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.565938 [ 310 ] {} TCP-Session: 47dd42a1-bd27-4cff-b859-8a0b69676bcc Authenticating user 'default' from [fd00:1122:3344:101::e]:52514 2026.05.04 23:57:23.565987 [ 311 ] {} TCP-Session: c202816d-8aa8-45bc-924e-60cd0d5cd12a Authenticating user 'default' from [fd00:1122:3344:101::e]:62229 2026.05.04 23:57:23.566011 [ 310 ] {} TCP-Session: 47dd42a1-bd27-4cff-b859-8a0b69676bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565976 [ 315 ] {} TCP-Session: e7a029ac-016b-479d-8c4e-c18e93d1ae5a Authenticating user 'default' from [fd00:1122:3344:101::e]:40221 2026.05.04 23:57:23.566037 [ 311 ] {} TCP-Session: c202816d-8aa8-45bc-924e-60cd0d5cd12a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566040 [ 310 ] {} TCP-Session: 47dd42a1-bd27-4cff-b859-8a0b69676bcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566071 [ 315 ] {} TCP-Session: e7a029ac-016b-479d-8c4e-c18e93d1ae5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566080 [ 311 ] {} TCP-Session: c202816d-8aa8-45bc-924e-60cd0d5cd12a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566095 [ 314 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} executeQuery: (from [fd00:1122:3344:101::e]:40378) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:57:23.566108 [ 315 ] {} TCP-Session: e7a029ac-016b-479d-8c4e-c18e93d1ae5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565927 [ 317 ] {} TCP-Session: 999f1335-947a-4ec9-944f-3fb4f372fff5 Authenticating user 'default' from [fd00:1122:3344:101::e]:38969 2026.05.04 23:57:23.565772 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45937 2026.05.04 23:57:23.566181 [ 317 ] {} TCP-Session: 999f1335-947a-4ec9-944f-3fb4f372fff5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565751 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65343 2026.05.04 23:57:23.566240 [ 317 ] {} TCP-Session: 999f1335-947a-4ec9-944f-3fb4f372fff5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.565732 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60530 2026.05.04 23:57:23.566298 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.565760 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39579 2026.05.04 23:57:23.566333 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.566345 [ 262 ] {} TCP-Session: 4a31c25e-8657-420e-b8b8-06e77817a172 Authenticating user 'default' from [fd00:1122:3344:101::e]:45937 2026.05.04 23:57:23.566365 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.566381 [ 318 ] {} TCP-Session: f4275762-2bc2-40be-964c-2f3287e7a461 Authenticating user 'default' from [fd00:1122:3344:101::e]:65343 2026.05.04 23:57:23.566397 [ 262 ] {} TCP-Session: 4a31c25e-8657-420e-b8b8-06e77817a172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566426 [ 318 ] {} TCP-Session: f4275762-2bc2-40be-964c-2f3287e7a461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566429 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.566453 [ 318 ] {} TCP-Session: f4275762-2bc2-40be-964c-2f3287e7a461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566444 [ 262 ] {} TCP-Session: 4a31c25e-8657-420e-b8b8-06e77817a172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566471 [ 3 ] {} TCP-Session: 09fa86ff-a640-418e-bcee-c3f903ad7230 Authenticating user 'default' from [fd00:1122:3344:101::e]:39579 2026.05.04 23:57:23.566402 [ 314 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:57:23.566512 [ 3 ] {} TCP-Session: 09fa86ff-a640-418e-bcee-c3f903ad7230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566402 [ 316 ] {} TCP-Session: cd2959c9-52e3-4393-8ef6-9a3aae47f25b Authenticating user 'default' from [fd00:1122:3344:101::e]:60530 2026.05.04 23:57:23.566545 [ 3 ] {} TCP-Session: 09fa86ff-a640-418e-bcee-c3f903ad7230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566565 [ 314 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:23.566574 [ 316 ] {} TCP-Session: cd2959c9-52e3-4393-8ef6-9a3aae47f25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566603 [ 316 ] {} TCP-Session: cd2959c9-52e3-4393-8ef6-9a3aae47f25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.566869 [ 314 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:57:23.567779 [ 359 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} AggregatingTransform: Aggregating 2026.05.04 23:57:23.567827 [ 359 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} Aggregator: Aggregation method: without_key 2026.05.04 23:57:23.567864 [ 359 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000885723 sec. (1129.021 rows/sec., 44.10 KiB/sec.) 2026.05.04 23:57:23.567883 [ 359 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} Aggregator: Merging aggregated data 2026.05.04 23:57:23.569128 [ 314 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} executeQuery: Read 1 rows, 40.00 B in 0.003114 sec., 321.13037893384717 rows/sec., 12.54 KiB/sec. 2026.05.04 23:57:23.569261 [ 314 ] {5bc73ddb-0cdf-44bc-a59e-6bcb8a69e721} TCPHandler: Processed in 0.003562303 sec. 2026.05.04 23:57:23.569407 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569436 [ 314 ] {} TCP-Session: c35d6b85-f0c2-4f4c-a1a9-037918d78e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569446 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569466 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569484 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569498 [ 311 ] {} TCP-Session: c202816d-8aa8-45bc-924e-60cd0d5cd12a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569516 [ 315 ] {} TCP-Session: e7a029ac-016b-479d-8c4e-c18e93d1ae5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569538 [ 316 ] {} TCP-Session: cd2959c9-52e3-4393-8ef6-9a3aae47f25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569537 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569570 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569596 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569600 [ 310 ] {} TCP-Session: 47dd42a1-bd27-4cff-b859-8a0b69676bcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569614 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569618 [ 3 ] {} TCP-Session: 09fa86ff-a640-418e-bcee-c3f903ad7230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569511 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.569676 [ 262 ] {} TCP-Session: 4a31c25e-8657-420e-b8b8-06e77817a172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569627 [ 318 ] {} TCP-Session: f4275762-2bc2-40be-964c-2f3287e7a461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.569713 [ 317 ] {} TCP-Session: 999f1335-947a-4ec9-944f-3fb4f372fff5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.655621 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 482 2026.05.04 23:57:23.659443 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:23.659524 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:23.661200 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:57:23.661531 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:23.662024 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2026.05.04 23:57:23.830586 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50570 2026.05.04 23:57:23.830694 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.830720 [ 314 ] {} TCP-Session: e7156aa6-be93-4597-9476-28a341783c3c Authenticating user 'default' from [fd00:1122:3344:101::e]:50570 2026.05.04 23:57:23.830742 [ 314 ] {} TCP-Session: e7156aa6-be93-4597-9476-28a341783c3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.830754 [ 314 ] {} TCP-Session: e7156aa6-be93-4597-9476-28a341783c3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.830985 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40339 2026.05.04 23:57:23.831012 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53776 2026.05.04 23:57:23.831033 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52058 2026.05.04 23:57:23.831054 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47196 2026.05.04 23:57:23.831017 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61243 2026.05.04 23:57:23.831115 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831135 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831158 [ 314 ] {} TCP-Session: e7156aa6-be93-4597-9476-28a341783c3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:23.831167 [ 315 ] {} TCP-Session: 24b749d1-dc06-46c6-9ec2-ed3f411ed369 Authenticating user 'default' from [fd00:1122:3344:101::e]:40339 2026.05.04 23:57:23.831183 [ 316 ] {} TCP-Session: 1a7c06ce-4c9e-452f-aaf7-c6f81d860207 Authenticating user 'default' from [fd00:1122:3344:101::e]:53776 2026.05.04 23:57:23.831218 [ 315 ] {} TCP-Session: 24b749d1-dc06-46c6-9ec2-ed3f411ed369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831233 [ 316 ] {} TCP-Session: 1a7c06ce-4c9e-452f-aaf7-c6f81d860207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831245 [ 315 ] {} TCP-Session: 24b749d1-dc06-46c6-9ec2-ed3f411ed369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831258 [ 316 ] {} TCP-Session: 1a7c06ce-4c9e-452f-aaf7-c6f81d860207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831185 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831180 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831317 [ 317 ] {} TCP-Session: 55788a83-18c9-4c37-a739-1faacbae8a4c Authenticating user 'default' from [fd00:1122:3344:101::e]:61243 2026.05.04 23:57:23.831133 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831335 [ 314 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} executeQuery: (from [fd00:1122:3344:101::e]:50570) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:57:23.831345 [ 317 ] {} TCP-Session: 55788a83-18c9-4c37-a739-1faacbae8a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831366 [ 3 ] {} TCP-Session: 238c8257-e6b7-48ee-8a67-7d50d993ef24 Authenticating user 'default' from [fd00:1122:3344:101::e]:52058 2026.05.04 23:57:23.831388 [ 317 ] {} TCP-Session: 55788a83-18c9-4c37-a739-1faacbae8a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831416 [ 3 ] {} TCP-Session: 238c8257-e6b7-48ee-8a67-7d50d993ef24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831335 [ 310 ] {} TCP-Session: bb73a834-2195-4c65-84fc-f1e29d18c493 Authenticating user 'default' from [fd00:1122:3344:101::e]:47196 2026.05.04 23:57:23.831442 [ 3 ] {} TCP-Session: 238c8257-e6b7-48ee-8a67-7d50d993ef24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831062 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35225 2026.05.04 23:57:23.831472 [ 310 ] {} TCP-Session: bb73a834-2195-4c65-84fc-f1e29d18c493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831045 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56062 2026.05.04 23:57:23.831520 [ 310 ] {} TCP-Session: bb73a834-2195-4c65-84fc-f1e29d18c493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831560 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831023 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59303 2026.05.04 23:57:23.831607 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831596 [ 311 ] {} TCP-Session: 0541f41b-613e-482a-9278-e0929212572a Authenticating user 'default' from [fd00:1122:3344:101::e]:35225 2026.05.04 23:57:23.831647 [ 262 ] {} TCP-Session: 4279bcf5-3420-49d3-a76f-dc553f242af8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56062 2026.05.04 23:57:23.831668 [ 311 ] {} TCP-Session: 0541f41b-613e-482a-9278-e0929212572a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831667 [ 314 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:57:23.831688 [ 311 ] {} TCP-Session: 0541f41b-613e-482a-9278-e0929212572a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831703 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:57:23.831682 [ 262 ] {} TCP-Session: 4279bcf5-3420-49d3-a76f-dc553f242af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831758 [ 314 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:23.831785 [ 262 ] {} TCP-Session: 4279bcf5-3420-49d3-a76f-dc553f242af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831760 [ 318 ] {} TCP-Session: f0ba8227-6770-423c-ab95-943de21f8a33 Authenticating user 'default' from [fd00:1122:3344:101::e]:59303 2026.05.04 23:57:23.831846 [ 318 ] {} TCP-Session: f0ba8227-6770-423c-ab95-943de21f8a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.831864 [ 318 ] {} TCP-Session: f0ba8227-6770-423c-ab95-943de21f8a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.832115 [ 314 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:57:23.833021 [ 353 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} AggregatingTransform: Aggregating 2026.05.04 23:57:23.833070 [ 353 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} Aggregator: Aggregation method: without_key 2026.05.04 23:57:23.833102 [ 353 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000883623 sec. (1131.704 rows/sec., 44.21 KiB/sec.) 2026.05.04 23:57:23.833118 [ 353 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} Aggregator: Merging aggregated data 2026.05.04 23:57:23.834543 [ 314 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} executeQuery: Read 1 rows, 40.00 B in 0.003265 sec., 306.2787136294028 rows/sec., 11.96 KiB/sec. 2026.05.04 23:57:23.834712 [ 314 ] {bdeefeb4-d19f-4e83-a331-82c546a74fd3} TCPHandler: Processed in 0.003672087 sec. 2026.05.04 23:57:23.834883 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.834913 [ 314 ] {} TCP-Session: e7156aa6-be93-4597-9476-28a341783c3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.834947 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.834983 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.834992 [ 315 ] {} TCP-Session: 24b749d1-dc06-46c6-9ec2-ed3f411ed369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835005 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.835034 [ 316 ] {} TCP-Session: 1a7c06ce-4c9e-452f-aaf7-c6f81d860207 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835029 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.835051 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.835071 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.835094 [ 311 ] {} TCP-Session: 0541f41b-613e-482a-9278-e0929212572a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835114 [ 310 ] {} TCP-Session: bb73a834-2195-4c65-84fc-f1e29d18c493 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835132 [ 262 ] {} TCP-Session: 4279bcf5-3420-49d3-a76f-dc553f242af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835088 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.835062 [ 317 ] {} TCP-Session: 55788a83-18c9-4c37-a739-1faacbae8a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835201 [ 3 ] {} TCP-Session: 238c8257-e6b7-48ee-8a67-7d50d993ef24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:23.835107 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:57:23.835256 [ 318 ] {} TCP-Session: f0ba8227-6770-423c-ab95-943de21f8a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:57:24.169573 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:24.169794 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:24.170122 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:24.170157 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:24.170380 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:24.170456 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:24.170603 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:57:24.170707 [ 329 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:24.170717 [ 361 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:24.170738 [ 351 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:24.170738 [ 339 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:24.170859 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:24.170888 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:24.170958 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:24.170979 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:24.171016 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:24.171057 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:24.172288 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} executeQuery: Read 35 rows, 6.04 KiB in 0.002582 sec., 13555.383423702555 rows/sec., 2.28 MiB/sec. 2026.05.04 23:57:24.172406 [ 4 ] {fd6dd223-ade5-4b46-a70e-b1551ef5ac6c} TCPHandler: Processed in 0.002978059 sec. 2026.05.04 23:57:24.173837 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:24.173952 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:24.173999 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:24.174530 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.174573 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.174940 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:57:24.175174 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.175306 [ 148 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:57:24.175330 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} executeQuery: Read 56 rows, 4.41 KiB in 0.001411 sec., 39688.164422395464 rows/sec., 3.05 MiB/sec. 2026.05.04 23:57:24.175342 [ 148 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.175364 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.175371 [ 4 ] {54ccb124-f025-4a1e-8f53-39bbc7385083} TCPHandler: Processed in 0.001588681 sec. 2026.05.04 23:57:24.175471 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:57:24.175509 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:24.175590 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:24.175615 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:24.175626 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2617 rows starting from the beginning of the part 2026.05.04 23:57:24.175665 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:24.175715 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 261 rows starting from the beginning of the part 2026.05.04 23:57:24.175766 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:24.175811 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 140 rows starting from the beginning of the part 2026.05.04 23:57:24.175855 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2401 rows starting from the beginning of the part 2026.05.04 23:57:24.175896 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:24.176118 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.176162 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.176502 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:57:24.176758 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.176867 [ 148 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:57:24.176894 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} executeQuery: Read 64 rows, 5.12 KiB in 0.001303 sec., 49117.4213353799 rows/sec., 3.83 MiB/sec. 2026.05.04 23:57:24.176897 [ 148 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.176925 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.176933 [ 4 ] {3f90c233-56cb-4e3b-b6b1-32cd6b811b27} TCPHandler: Processed in 0.001475069 sec. 2026.05.04 23:57:24.177043 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:57:24.177073 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:24.177180 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:24.177190 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:24.177227 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:24.177232 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1402 rows starting from the beginning of the part 2026.05.04 23:57:24.177317 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 144 rows starting from the beginning of the part 2026.05.04 23:57:24.177367 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2026.05.04 23:57:24.177429 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 106 rows starting from the beginning of the part 2026.05.04 23:57:24.177477 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1288 rows starting from the beginning of the part 2026.05.04 23:57:24.177518 [ 197 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2026.05.04 23:57:24.177635 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.177679 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.178027 [ 187 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5531 rows, containing 5 columns (5 merged, 0 gathered) in 0.002605468 sec., 2122843.1897839466 rows/sec., 168.68 MiB/sec. 2026.05.04 23:57:24.178041 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:57:24.178311 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.178386 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:57:24.178425 [ 148 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:57:24.178455 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} executeQuery: Read 96 rows, 6.85 KiB in 0.001294 sec., 74188.56259659969 rows/sec., 5.17 MiB/sec. 2026.05.04 23:57:24.178468 [ 148 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.178494 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.178496 [ 4 ] {7c9940f2-c443-4a9c-ae75-908bd84eabeb} TCPHandler: Processed in 0.001471968 sec. 2026.05.04 23:57:24.178583 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:57:24.178643 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:24.178682 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:24.178709 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.178713 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8514 rows starting from the beginning of the part 2026.05.04 23:57:24.178745 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:24.178768 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 197 rows starting from the beginning of the part 2026.05.04 23:57:24.178793 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_26_5} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:57:24.178798 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:24.178813 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:24.178859 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:24.178879 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2026.05.04 23:57:24.178898 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1528 rows starting from the beginning of the part 2026.05.04 23:57:24.178934 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part 2026.05.04 23:57:24.178953 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3068 rows, containing 5 columns (5 merged, 0 gathered) in 0.001969501 sec., 1557754.9846382411 rows/sec., 113.07 MiB/sec. 2026.05.04 23:57:24.179178 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.179221 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.179220 [ 188 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:57:24.179570 [ 188 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.179612 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:57:24.179653 [ 188 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_26_5} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:57:24.179743 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.04 23:57:24.179851 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.179956 [ 148 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:57:24.179987 [ 148 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:24.179991 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} executeQuery: Read 36 rows, 2.48 KiB in 0.001266 sec., 28436.018957345972 rows/sec., 1.92 MiB/sec. 2026.05.04 23:57:24.180006 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.69 GiB. 2026.05.04 23:57:24.180030 [ 4 ] {a57ea850-8073-4695-ad61-2a144346c2e2} TCPHandler: Processed in 0.001438888 sec. 2026.05.04 23:57:24.180074 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:57:24.180170 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:24.180203 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1068 rows starting from the beginning of the part 2026.05.04 23:57:24.180251 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:24.180293 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:24.180331 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:24.180372 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:24.180411 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2026.05.04 23:57:24.181272 [ 188 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1308 rows, containing 4 columns (4 merged, 0 gathered) in 0.001224712 sec., 1068006.192476272 rows/sec., 71.98 MiB/sec. 2026.05.04 23:57:24.181494 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:57:24.181741 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.181807 [ 187 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_26_5} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:57:24.181878 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.05.04 23:57:24.182983 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 10655 rows, containing 5 columns (5 merged, 0 gathered) in 0.004428496 sec., 2406008.7216969375 rows/sec., 154.64 MiB/sec. 2026.05.04 23:57:24.183391 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:57:24.183786 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:24.183880 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_26_5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:57:24.183982 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. 2026.05.04 23:57:25.000213 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 241.63 MiB, peak 250.98 MiB, free memory in arenas 0.00 B, will set to 242.97 MiB (RSS), difference: 1.34 MiB 2026.05.04 23:57:28.558302 [ 144 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:57:28.558372 [ 144 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:57:28.639074 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8551 2026.05.04 23:57:28.639602 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:28.639640 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:28.640166 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:57:28.640393 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:28.640525 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8551 2026.05.04 23:57:29.071582 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.05.04 23:57:29.086772 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.086814 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.092545 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:57:29.093255 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.095774 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.05.04 23:57:29.173400 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.173588 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:29.173874 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:29.173908 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:29.174111 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:29.174175 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:29.174307 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:57:29.174423 [ 329 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:29.174430 [ 339 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:29.174468 [ 307 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:29.174428 [ 351 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:29.174633 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:29.174660 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:29.174724 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:29.174744 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:29.174778 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:29.174817 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:29.175930 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} executeQuery: Read 35 rows, 6.04 KiB in 0.002418 sec., 14474.772539288668 rows/sec., 2.44 MiB/sec. 2026.05.04 23:57:29.176033 [ 4 ] {03cd2faa-05f9-437e-90d2-6d4398ec1bec} TCPHandler: Processed in 0.002750392 sec. 2026.05.04 23:57:29.178371 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.178496 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:29.178545 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:29.179193 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.179236 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.179636 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:57:29.179846 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.179987 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} executeQuery: Read 140 rows, 12.49 KiB in 0.001526 sec., 91743.11926605504 rows/sec., 7.99 MiB/sec. 2026.05.04 23:57:29.180023 [ 4 ] {1117ad75-0e75-4d3f-adb4-c1b645dd1f04} TCPHandler: Processed in 0.001710335 sec. 2026.05.04 23:57:29.180149 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.180241 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:29.180280 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:29.180676 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.180710 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.180992 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:57:29.181202 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.181294 [ 144 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:57:29.181328 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} executeQuery: Read 42 rows, 3.16 KiB in 0.001105 sec., 38009.04977375565 rows/sec., 2.79 MiB/sec. 2026.05.04 23:57:29.181332 [ 144 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.181359 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.181364 [ 4 ] {ab681a5b-5a8b-4512-a2e3-c88c1d8e2ea1} TCPHandler: Processed in 0.001262924 sec. 2026.05.04 23:57:29.181460 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:57:29.181485 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.181583 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:29.181592 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:29.181633 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 81 rows starting from the beginning of the part 2026.05.04 23:57:29.181640 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:29.181705 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.181756 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:29.181824 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.181869 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part 2026.05.04 23:57:29.181908 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.182073 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.182114 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.182426 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:57:29.182653 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.182786 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} executeQuery: Read 106 rows, 8.48 KiB in 0.001211 sec., 87530.9661436829 rows/sec., 6.84 MiB/sec. 2026.05.04 23:57:29.182804 [ 198 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001385606 sec., 196303.99983833788 rows/sec., 15.17 MiB/sec. 2026.05.04 23:57:29.182822 [ 4 ] {a80eeaee-7bb9-4a92-8e4b-7c897b5ed4d3} TCPHandler: Processed in 0.001384377 sec. 2026.05.04 23:57:29.182950 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.183005 [ 188 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:57:29.183044 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:29.183091 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:29.183319 [ 188 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.183407 [ 188 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_16_3} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:57:29.183502 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.04 23:57:29.183512 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.183555 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.183898 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:57:29.184115 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.184249 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2026.05.04 23:57:29.184287 [ 4 ] {168271b5-8143-4e8c-b3e6-118018b220cf} TCPHandler: Processed in 0.001383286 sec. 2026.05.04 23:57:29.184416 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.184512 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:29.184566 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:29.185336 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.185373 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.185949 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:57:29.186169 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.186281 [ 143 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:57:29.186305 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} executeQuery: Read 42 rows, 77.07 KiB in 0.001812 sec., 23178.807947019868 rows/sec., 41.54 MiB/sec. 2026.05.04 23:57:29.186326 [ 143 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.186354 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.186369 [ 4 ] {2083a8df-9f7b-4f32-b6e8-bdbc2f2c64d8} TCPHandler: Processed in 0.002013503 sec. 2026.05.04 23:57:29.186438 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:57:29.186517 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:29.186612 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:29.186633 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:29.186654 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:29.186680 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 223 rows starting from the beginning of the part 2026.05.04 23:57:29.186792 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.186893 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.186987 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.187010 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:29.187046 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:29.187082 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 9 rows starting from the beginning of the part 2026.05.04 23:57:29.187175 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2026.05.04 23:57:29.187359 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:57:29.187575 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.187706 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.05.04 23:57:29.187741 [ 4 ] {6c9f3332-3f39-4cec-9fd6-8b5d1501a9ea} TCPHandler: Processed in 0.001272584 sec. 2026.05.04 23:57:29.190313 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 19 columns (19 merged, 0 gathered) in 0.003909312 sec., 102319.79437814122 rows/sec., 183.35 MiB/sec. 2026.05.04 23:57:29.190927 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:57:29.191217 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:29.191275 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_16_3} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:57:29.191344 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.05.04 23:57:33.663100 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 508 2026.05.04 23:57:33.665279 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:33.665329 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:33.666537 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:57:33.666800 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:33.667048 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 508 2026.05.04 23:57:34.171769 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:34.171987 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:34.172315 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:34.172356 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:34.172566 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:34.172631 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:34.172763 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:57:34.172894 [ 329 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:34.172900 [ 351 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:34.172912 [ 307 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:34.172900 [ 323 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:34.173084 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:34.173110 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:34.173177 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:34.173196 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:34.173229 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:34.173275 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:34.174375 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} executeQuery: Read 35 rows, 6.04 KiB in 0.002473 sec., 14152.850788515972 rows/sec., 2.38 MiB/sec. 2026.05.04 23:57:34.174482 [ 4 ] {3ced52ef-2a9a-49dd-a775-4eeca7cdab0b} TCPHandler: Processed in 0.002834394 sec. 2026.05.04 23:57:34.176129 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:34.176233 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:34.176274 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:34.176750 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:34.176792 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:34.177147 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:57:34.177381 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:34.177521 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} executeQuery: Read 56 rows, 4.41 KiB in 0.001318 sec., 42488.619119878604 rows/sec., 3.26 MiB/sec. 2026.05.04 23:57:34.177557 [ 4 ] {4aafaf2b-486f-4166-a875-9258f34d83ea} TCPHandler: Processed in 0.001476179 sec. 2026.05.04 23:57:34.177675 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:34.177770 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:34.177809 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:34.178213 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:34.178249 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:34.178567 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:57:34.178775 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:34.178901 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} executeQuery: Read 64 rows, 5.12 KiB in 0.001149 sec., 55700.6092254134 rows/sec., 4.35 MiB/sec. 2026.05.04 23:57:34.178936 [ 4 ] {673038bb-9e24-4b47-bb26-eca9e07521d2} TCPHandler: Processed in 0.001307324 sec. 2026.05.04 23:57:34.179062 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:34.179156 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:34.179196 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:34.179613 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:34.179647 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:34.179954 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:57:34.180153 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:34.180281 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2026.05.04 23:57:34.180317 [ 4 ] {828cd653-a054-4668-b08f-7553002a389c} TCPHandler: Processed in 0.001300935 sec. 2026.05.04 23:57:34.180460 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:34.180551 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:34.180591 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:34.180923 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:34.180958 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:34.181271 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:57:34.181480 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:34.181606 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.05.04 23:57:34.181640 [ 4 ] {bd84bcb2-c0db-4a3c-9102-20bf534800ee} TCPHandler: Processed in 0.001226842 sec. 2026.05.04 23:57:36.141561 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9063 2026.05.04 23:57:36.142092 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:36.142139 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:36.142649 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:57:36.142877 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:36.143010 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9063 2026.05.04 23:57:36.596804 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.05.04 23:57:36.613660 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:36.613715 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:36.619518 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:57:36.620221 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:36.623036 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.05.04 23:57:39.174809 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.175106 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:57:39.175578 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:39.175634 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:57:39.175866 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:39.175932 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:39.176070 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:57:39.176208 [ 323 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:39.176228 [ 363 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:39.176230 [ 307 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:39.176211 [ 351 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:39.176433 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:39.176460 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:39.176528 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:39.176547 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:39.176581 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:57:39.176617 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:57:39.177638 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} executeQuery: Read 35 rows, 6.04 KiB in 0.002656 sec., 13177.710843373494 rows/sec., 2.22 MiB/sec. 2026.05.04 23:57:39.177767 [ 4 ] {63f51501-6fa8-4754-a8dd-f5c50a5823ff} TCPHandler: Processed in 0.003107641 sec. 2026.05.04 23:57:39.180950 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.181056 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.181098 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:57:39.181590 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.181636 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.182008 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:57:39.182226 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.182343 [ 134 ] {} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:57:39.182372 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} executeQuery: Read 24 rows, 2.04 KiB in 0.001345 sec., 17843.866171003716 rows/sec., 1.48 MiB/sec. 2026.05.04 23:57:39.182406 [ 134 ] {} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.182427 [ 4 ] {3e6347a9-7556-40a7-891c-ad4606beaeb8} TCPHandler: Processed in 0.00152511 sec. 2026.05.04 23:57:39.182431 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.182551 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:57:39.182563 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.182676 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:57:39.182717 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:57:39.182727 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:39.182791 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:39.182891 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:39.182967 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:39.183039 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:39.183104 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.05.04 23:57:39.183122 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.183165 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.183530 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:57:39.183755 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.183885 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} executeQuery: Read 14 rows, 1.14 KiB in 0.001228 sec., 11400.651465798046 rows/sec., 929.64 KiB/sec. 2026.05.04 23:57:39.183922 [ 4 ] {81e62722-a17d-4afc-8201-353425971f21} TCPHandler: Processed in 0.001407407 sec. 2026.05.04 23:57:39.184040 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.184078 [ 187 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001579521 sec., 75972.3992273607 rows/sec., 6.59 MiB/sec. 2026.05.04 23:57:39.184133 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:39.184175 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:39.184206 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:57:39.184475 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.184541 [ 198 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_5_1} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:57:39.184614 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.04 23:57:39.184718 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.184759 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.185089 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:57:39.185291 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.185432 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} executeQuery: Read 267 rows, 24.46 KiB in 0.001316 sec., 202887.537993921 rows/sec., 18.15 MiB/sec. 2026.05.04 23:57:39.185468 [ 4 ] {f29fba59-591a-4db0-a597-44fdd7d45260} TCPHandler: Processed in 0.001476499 sec. 2026.05.04 23:57:39.185582 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.185675 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.185713 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:39.186108 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.186143 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.186461 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:57:39.186665 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.186788 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} executeQuery: Read 68 rows, 5.10 KiB in 0.001132 sec., 60070.67137809187 rows/sec., 4.40 MiB/sec. 2026.05.04 23:57:39.186825 [ 4 ] {79396ad5-7a4e-494b-b3c1-621167e55266} TCPHandler: Processed in 0.001291184 sec. 2026.05.04 23:57:39.186941 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.187034 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.187072 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:57:39.187473 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.187509 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.187823 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:57:39.188020 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.188143 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} executeQuery: Read 24 rows, 2.04 KiB in 0.001127 sec., 21295.47471162378 rows/sec., 1.77 MiB/sec. 2026.05.04 23:57:39.188178 [ 4 ] {38a24780-e1e1-48c6-9c11-ae229aed53a7} TCPHandler: Processed in 0.001284744 sec. 2026.05.04 23:57:39.188289 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.188389 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.188429 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:57:39.188813 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.188849 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.189134 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:57:39.189342 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.189448 [ 133 ] {} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:57:39.189480 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2026.05.04 23:57:39.189490 [ 133 ] {} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.189522 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.189524 [ 4 ] {bb135e7b-bb6f-4c36-a2a0-a4b90369e4c4} TCPHandler: Processed in 0.001281864 sec. 2026.05.04 23:57:39.189657 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.189664 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:57:39.189752 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:39.189795 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:39.189802 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:39.189846 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.05.04 23:57:39.189918 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.05.04 23:57:39.189970 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.05.04 23:57:39.190018 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.05.04 23:57:39.190063 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.05.04 23:57:39.190273 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.190314 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.190669 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:57:39.190842 [ 187 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001230803 sec., 48748.662458573795 rows/sec., 3.91 MiB/sec. 2026.05.04 23:57:39.190889 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.190962 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:57:39.191021 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} executeQuery: Read 156 rows, 12.88 KiB in 0.001287 sec., 121212.12121212122 rows/sec., 9.77 MiB/sec. 2026.05.04 23:57:39.191065 [ 4 ] {aeb2472a-810a-4bea-a64a-1ecf0e131f5a} TCPHandler: Processed in 0.001455138 sec. 2026.05.04 23:57:39.191182 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.191210 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.191275 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.191280 [ 195 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_5_1} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:57:39.191324 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:39.191358 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:57:39.191747 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.191786 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.192144 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:57:39.192349 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.192482 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} executeQuery: Read 203 rows, 14.89 KiB in 0.001224 sec., 165849.6732026144 rows/sec., 11.88 MiB/sec. 2026.05.04 23:57:39.192518 [ 4 ] {df49ee60-ce5b-4f53-831b-90dc29e3e370} TCPHandler: Processed in 0.001383487 sec. 2026.05.04 23:57:39.192635 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.192728 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.192779 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:39.193571 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.193607 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.194184 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:57:39.194405 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.194540 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} executeQuery: Read 42 rows, 77.07 KiB in 0.00183 sec., 22950.819672131147 rows/sec., 41.13 MiB/sec. 2026.05.04 23:57:39.194594 [ 4 ] {891b30eb-8277-4317-a525-dc993cef1b14} TCPHandler: Processed in 0.002006433 sec. 2026.05.04 23:57:39.194729 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:39.194822 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:39.194863 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:39.195291 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:39.195327 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:39.195667 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:57:39.195927 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:39.196060 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001256 sec., 47770.700636942674 rows/sec., 3.22 MiB/sec. 2026.05.04 23:57:39.196099 [ 4 ] {531396ee-b101-404d-88f4-a004ecc701d7} TCPHandler: Processed in 0.001418577 sec. 2026.05.04 23:57:43.559431 [ 129 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:57:43.559514 [ 129 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:57:43.643148 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9511 2026.05.04 23:57:43.643945 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:43.644020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:43.644627 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:57:43.644853 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:43.644977 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9511 2026.05.04 23:57:43.667377 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 540 2026.05.04 23:57:43.670005 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:43.670053 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:43.671253 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:57:43.671605 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:43.671844 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 540 2026.05.04 23:57:44.123246 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.05.04 23:57:44.140733 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:44.140791 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:44.146937 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:57:44.147683 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:44.150455 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.05.04 23:57:44.173554 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:44.173747 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:44.174047 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:44.174082 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:44.174290 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:44.174359 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:44.174495 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:57:44.174639 [ 323 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:44.174666 [ 330 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:44.174638 [ 355 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:44.174636 [ 363 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:44.174858 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:44.174887 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:44.174956 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:44.175078 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:44.175123 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:44.175164 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:44.176398 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} executeQuery: Read 35 rows, 6.04 KiB in 0.002726 sec., 12839.325018341893 rows/sec., 2.16 MiB/sec. 2026.05.04 23:57:44.176547 [ 4 ] {4db0bb7f-a202-4ef6-9c23-5166356939a1} TCPHandler: Processed in 0.003122372 sec. 2026.05.04 23:57:44.178247 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:44.178363 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:44.178411 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:44.178971 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:44.179016 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:44.179384 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:57:44.179631 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:44.179782 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} executeQuery: Read 56 rows, 4.41 KiB in 0.001452 sec., 38567.49311294766 rows/sec., 2.96 MiB/sec. 2026.05.04 23:57:44.179826 [ 4 ] {3caed063-9b68-4a3b-aeea-8b6aecfbd6d5} TCPHandler: Processed in 0.001639523 sec. 2026.05.04 23:57:44.179959 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:44.180060 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:44.180103 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:44.180554 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:44.180592 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:44.180920 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:57:44.181139 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:44.181274 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} executeQuery: Read 64 rows, 5.12 KiB in 0.001237 sec., 51738.07599029911 rows/sec., 4.04 MiB/sec. 2026.05.04 23:57:44.181312 [ 4 ] {4f83847e-cad4-4229-8a74-bb1e86740b63} TCPHandler: Processed in 0.001402077 sec. 2026.05.04 23:57:44.181441 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:44.181550 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:44.181594 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:44.182005 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:44.182041 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:44.182388 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:57:44.182643 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:44.182777 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2026.05.04 23:57:44.182815 [ 4 ] {9555514a-dd25-439e-a8db-b06efe14da8f} TCPHandler: Processed in 0.001422417 sec. 2026.05.04 23:57:44.182940 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:44.183035 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:44.183078 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:44.183413 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:44.183449 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:44.183755 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:57:44.183953 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:44.184074 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.05.04 23:57:44.184107 [ 4 ] {c28bad7f-7dc1-4eb9-82ff-411f8f4c5bb1} TCPHandler: Processed in 0.001255423 sec. 2026.05.04 23:57:49.173954 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.174187 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:49.174501 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:49.174538 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:49.174769 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:49.174847 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:49.174986 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:57:49.175104 [ 363 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:49.175128 [ 356 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:49.175134 [ 350 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:49.175104 [ 355 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:49.175328 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:49.175359 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:49.175426 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:49.175445 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:49.175479 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:49.175517 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:49.176724 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} executeQuery: Read 35 rows, 6.04 KiB in 0.002621 sec., 13353.681800839375 rows/sec., 2.25 MiB/sec. 2026.05.04 23:57:49.176855 [ 4 ] {956cdb37-9322-4e7a-8788-ee54ba3d27e2} TCPHandler: Processed in 0.00302576 sec. 2026.05.04 23:57:49.179105 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.179214 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:49.179257 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:49.179848 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.179884 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.180255 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:57:49.180464 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.180579 [ 120 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:57:49.180604 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} executeQuery: Read 140 rows, 12.49 KiB in 0.001421 sec., 98522.16748768474 rows/sec., 8.58 MiB/sec. 2026.05.04 23:57:49.180618 [ 120 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.180638 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.180643 [ 4 ] {63aec428-984f-4d69-8652-16c6e199f5e7} TCPHandler: Processed in 0.001586622 sec. 2026.05.04 23:57:49.180749 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:57:49.180782 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.180878 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:49.180887 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:49.180919 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2617 rows starting from the beginning of the part 2026.05.04 23:57:49.180938 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:49.180989 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 140 rows starting from the beginning of the part 2026.05.04 23:57:49.181044 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:49.181085 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 267 rows starting from the beginning of the part 2026.05.04 23:57:49.181127 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part 2026.05.04 23:57:49.181166 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 140 rows starting from the beginning of the part 2026.05.04 23:57:49.181380 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.181425 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.181748 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:57:49.181975 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.182107 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} executeQuery: Read 42 rows, 3.16 KiB in 0.001241 sec., 33843.674456083805 rows/sec., 2.49 MiB/sec. 2026.05.04 23:57:49.182143 [ 4 ] {5e1ad56b-aca1-4566-9a6f-a7978d2a5d76} TCPHandler: Processed in 0.001419777 sec. 2026.05.04 23:57:49.182264 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.182356 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:49.182394 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:49.182580 [ 196 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3276 rows, containing 5 columns (5 merged, 0 gathered) in 0.001882799 sec., 1739962.683217911 rows/sec., 141.51 MiB/sec. 2026.05.04 23:57:49.182832 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.182849 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:57:49.182869 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.183162 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.183226 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:57:49.183252 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_31_6} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:57:49.183338 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2026.05.04 23:57:49.183443 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.183542 [ 120 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:57:49.183570 [ 120 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.183574 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} executeQuery: Read 106 rows, 8.48 KiB in 0.001236 sec., 85760.51779935276 rows/sec., 6.70 MiB/sec. 2026.05.04 23:57:49.183587 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.183612 [ 4 ] {84299dbc-2c0c-4994-8d85-a8b8dad73a33} TCPHandler: Processed in 0.001394537 sec. 2026.05.04 23:57:49.183657 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:57:49.183743 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:49.183752 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.183770 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1402 rows starting from the beginning of the part 2026.05.04 23:57:49.183822 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 106 rows starting from the beginning of the part 2026.05.04 23:57:49.183845 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:49.183864 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2026.05.04 23:57:49.183887 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:49.183904 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 156 rows starting from the beginning of the part 2026.05.04 23:57:49.183944 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part 2026.05.04 23:57:49.183982 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 106 rows starting from the beginning of the part 2026.05.04 23:57:49.184305 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.184338 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.184659 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:57:49.184869 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.184960 [ 196 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1898 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334135 sec., 1422644.6349132585 rows/sec., 106.12 MiB/sec. 2026.05.04 23:57:49.184995 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.05.04 23:57:49.184994 [ 119 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:57:49.185033 [ 4 ] {47b45d94-ac7d-4b16-b118-0de61eda503e} TCPHandler: Processed in 0.001342715 sec. 2026.05.04 23:57:49.185052 [ 119 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.185079 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.185115 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:57:49.185171 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.185176 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:57:49.185264 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:49.185308 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:49.185320 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:49.185347 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.185347 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 10655 rows starting from the beginning of the part 2026.05.04 23:57:49.185413 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_31_6} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:57:49.185424 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:49.185473 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.04 23:57:49.185478 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:49.185534 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 203 rows starting from the beginning of the part 2026.05.04 23:57:49.185574 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:49.185612 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.05.04 23:57:49.186144 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.186184 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.186787 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:57:49.187013 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.187160 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} executeQuery: Read 42 rows, 77.07 KiB in 0.001913 sec., 21955.044432828017 rows/sec., 39.34 MiB/sec. 2026.05.04 23:57:49.187220 [ 4 ] {553dfac6-bc7f-43ea-b7cb-b3d82b750ebd} TCPHandler: Processed in 0.002095925 sec. 2026.05.04 23:57:49.187349 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:49.187442 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:49.187482 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:49.187821 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.187856 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.188161 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:57:49.188361 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.188462 [ 119 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:57:49.188489 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.05.04 23:57:49.188493 [ 119 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:49.188528 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:49.188531 [ 4 ] {49b51210-2ccf-4c49-a9b2-4ffc5cbcba31} TCPHandler: Processed in 0.001229692 sec. 2026.05.04 23:57:49.188619 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:57:49.188711 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:49.188738 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1308 rows starting from the beginning of the part 2026.05.04 23:57:49.188799 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:49.188850 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:49.188896 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:49.188944 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:49.188987 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.05.04 23:57:49.189508 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11498 rows, containing 5 columns (5 merged, 0 gathered) in 0.004375084 sec., 2628063.82688881 rows/sec., 170.04 MiB/sec. 2026.05.04 23:57:49.189826 [ 187 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:57:49.189914 [ 199 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.001315915 sec., 1221963.4246892848 rows/sec., 82.35 MiB/sec. 2026.05.04 23:57:49.190056 [ 187 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.190125 [ 187 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_31_6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:57:49.190155 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:57:49.190202 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. 2026.05.04 23:57:49.190376 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:49.190439 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_31_6} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:57:49.190495 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.05.04 23:57:50.000260 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 247.71 MiB, peak 256.06 MiB, free memory in arenas 0.00 B, will set to 248.95 MiB (RSS), difference: 1.24 MiB 2026.05.04 23:57:50.900317 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.900561 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:57:50.900909 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:50.900947 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:57:50.901181 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:50.901251 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:50.901392 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.04 23:57:50.901514 [ 350 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:50.901541 [ 308 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:50.901541 [ 355 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:50.901541 [ 332 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:50.901730 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:50.901761 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:50.901842 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:50.901862 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:50.901897 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:57:50.901940 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:57:50.903213 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} executeQuery: Read 35 rows, 7.62 KiB in 0.002746 sec., 12745.812090313182 rows/sec., 2.71 MiB/sec. 2026.05.04 23:57:50.903356 [ 4 ] {c273ba4f-4b6f-4384-8137-a9c710a8aaaa} TCPHandler: Processed in 0.003161783 sec. 2026.05.04 23:57:50.916031 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.916149 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:57:50.916197 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:57:50.916690 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.916735 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.917111 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:57:50.917335 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.917484 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} executeQuery: Read 2 rows, 167.00 B in 0.001367 sec., 1463.057790782736 rows/sec., 119.30 KiB/sec. 2026.05.04 23:57:50.917524 [ 4 ] {cec201d4-5112-4306-a2f2-8775d9a1dd4a} TCPHandler: Processed in 0.001548791 sec. 2026.05.04 23:57:50.917649 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.917747 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:50.917794 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:50.919299 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.919335 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.919800 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:57:50.920009 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.920145 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} executeQuery: Read 2402 rows, 181.40 KiB in 0.002418 sec., 993382.9611248967 rows/sec., 73.26 MiB/sec. 2026.05.04 23:57:50.920183 [ 4 ] {704252bb-d5f0-4f5b-83c8-57df01bcc9b1} TCPHandler: Processed in 0.002582577 sec. 2026.05.04 23:57:50.920304 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.920399 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:50.920440 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:50.920848 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.920883 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.921178 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:57:50.921393 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.921523 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} executeQuery: Read 11 rows, 836.00 B in 0.001144 sec., 9615.384615384615 rows/sec., 713.64 KiB/sec. 2026.05.04 23:57:50.921561 [ 4 ] {64f8b93a-8e21-43d7-94f9-553ea873ed62} TCPHandler: Processed in 0.001305844 sec. 2026.05.04 23:57:50.921679 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.921783 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:57:50.921823 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:57:50.922460 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.922494 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.922832 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:57:50.923035 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.923160 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} executeQuery: Read 801 rows, 47.38 KiB in 0.001406 sec., 569701.280227596 rows/sec., 32.91 MiB/sec. 2026.05.04 23:57:50.923197 [ 4 ] {3ab6a0d6-4303-4580-a86e-93c827d20b83} TCPHandler: Processed in 0.001567871 sec. 2026.05.04 23:57:50.923311 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.923404 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:50.923444 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:57:50.923834 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.923868 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.924150 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.05.04 23:57:50.924354 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.924481 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} executeQuery: Read 1 rows, 72.00 B in 0.001095 sec., 913.2420091324201 rows/sec., 64.21 KiB/sec. 2026.05.04 23:57:50.924519 [ 4 ] {25222fcc-09c9-46cb-9d37-6fedad43b1ed} TCPHandler: Processed in 0.001254903 sec. 2026.05.04 23:57:50.924640 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.924734 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:50.924791 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:50.925647 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.925681 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.926047 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:57:50.926265 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.926395 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} executeQuery: Read 1290 rows, 88.12 KiB in 0.001679 sec., 768314.472900536 rows/sec., 51.25 MiB/sec. 2026.05.04 23:57:50.926433 [ 4 ] {414f7184-1d9f-49ef-8b17-cacca38daf33} TCPHandler: Processed in 0.001839848 sec. 2026.05.04 23:57:50.926561 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.926654 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:50.926696 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:50.927363 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.927397 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.927834 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:57:50.928043 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.928170 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} executeQuery: Read 1529 rows, 95.26 KiB in 0.001535 sec., 996091.2052117265 rows/sec., 60.60 MiB/sec. 2026.05.04 23:57:50.928207 [ 4 ] {d9739983-dd63-4e85-8034-08b8134d8377} TCPHandler: Processed in 0.001694784 sec. 2026.05.04 23:57:50.928331 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.928425 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:50.928478 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:50.929248 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.929283 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.929802 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:57:50.930024 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.930163 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} executeQuery: Read 9 rows, 16.51 KiB in 0.001756 sec., 5125.284738041002 rows/sec., 9.18 MiB/sec. 2026.05.04 23:57:50.930226 [ 4 ] {e4ebb2bc-a731-4bd6-8d2a-1f793562aee1} TCPHandler: Processed in 0.001943581 sec. 2026.05.04 23:57:50.930357 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:50.930451 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:50.930493 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:50.930845 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:50.930880 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:50.931177 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:57:50.931386 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:50.931511 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} executeQuery: Read 24 rows, 1.66 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.50 MiB/sec. 2026.05.04 23:57:50.931546 [ 4 ] {38a60b2e-03c5-40a7-ba61-095288d9566b} TCPHandler: Processed in 0.001236963 sec. 2026.05.04 23:57:51.145361 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10023 2026.05.04 23:57:51.146167 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:51.146235 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:51.146989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:57:51.147222 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:51.147349 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10023 2026.05.04 23:57:51.147395 [ 115 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:57:51.147488 [ 115 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:51.147524 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:51.147639 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:57:51.147759 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:51.147794 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7591 rows starting from the beginning of the part 2026.05.04 23:57:51.147856 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.05.04 23:57:51.147902 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.05.04 23:57:51.147946 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.05.04 23:57:51.147987 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.05.04 23:57:51.148024 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.05.04 23:57:51.150050 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10023 rows, containing 4 columns (4 merged, 0 gathered) in 0.002450755 sec., 4089760.094338275 rows/sec., 58.50 MiB/sec. 2026.05.04 23:57:51.150493 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:57:51.150779 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:51.150860 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_21_4} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:57:51.150957 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2026.05.04 23:57:51.650744 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.05.04 23:57:51.670311 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:51.670390 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:51.676491 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:57:51.677241 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:51.677588 [ 115 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:57:51.677673 [ 115 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:51.677701 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:51.677848 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:57:51.681529 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.05.04 23:57:51.681646 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:57:51.683167 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.05.04 23:57:51.688110 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.05.04 23:57:51.692886 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.05.04 23:57:51.697198 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.05.04 23:57:51.702159 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.05.04 23:57:51.707320 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.05.04 23:57:51.762826 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.085038431 sec., 1869.7428695503565 rows/sec., 9.67 MiB/sec. 2026.05.04 23:57:51.765266 [ 187 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:57:51.767174 [ 187 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:51.767278 [ 187 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_21_4} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:57:51.769460 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.04 23:57:52.001187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 250.06 MiB, peak 260.62 MiB, free memory in arenas 0.00 B, will set to 255.70 MiB (RSS), difference: 5.64 MiB 2026.05.04 23:57:53.672158 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 584 2026.05.04 23:57:53.674771 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:53.674826 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:53.676117 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:57:53.676408 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:53.676746 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 584 2026.05.04 23:57:54.170540 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:54.170765 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:54.171089 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:54.171125 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:54.171403 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:54.171478 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:54.171634 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:57:54.171773 [ 345 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:54.171775 [ 332 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:54.171796 [ 350 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:54.171777 [ 308 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:54.172007 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:54.172052 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:54.172158 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:54.172186 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:54.172230 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:54.172278 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:54.173396 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} executeQuery: Read 35 rows, 6.04 KiB in 0.002716 sec., 12886.59793814433 rows/sec., 2.17 MiB/sec. 2026.05.04 23:57:54.173510 [ 4 ] {7f41f5ef-1f08-4464-a291-b55041659549} TCPHandler: Processed in 0.003089981 sec. 2026.05.04 23:57:54.174929 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:54.175043 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:54.175090 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:54.175610 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:54.175650 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:54.176025 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:57:54.176253 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:54.176408 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} executeQuery: Read 56 rows, 4.41 KiB in 0.001397 sec., 40085.89835361489 rows/sec., 3.08 MiB/sec. 2026.05.04 23:57:54.176449 [ 4 ] {9b934d13-7dee-45e2-ba87-a0336ef7af38} TCPHandler: Processed in 0.001573272 sec. 2026.05.04 23:57:54.176587 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:54.176698 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:54.176740 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:54.177173 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:54.177209 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:54.177517 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:57:54.177725 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:54.177867 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} executeQuery: Read 64 rows, 5.12 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 4.18 MiB/sec. 2026.05.04 23:57:54.177904 [ 4 ] {7a91f04d-a4e6-4e58-a1c2-c1211c524515} TCPHandler: Processed in 0.001368336 sec. 2026.05.04 23:57:54.178030 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:54.178128 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:54.178171 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:54.178558 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:54.178592 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:54.178929 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:57:54.179137 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:54.179264 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} executeQuery: Read 96 rows, 6.85 KiB in 0.001158 sec., 82901.55440414508 rows/sec., 5.77 MiB/sec. 2026.05.04 23:57:54.179300 [ 4 ] {41e8c6a3-c3a3-4ed6-bdf1-8b77312049c5} TCPHandler: Processed in 0.001320115 sec. 2026.05.04 23:57:54.179418 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:54.179512 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:54.179553 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:54.179885 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:54.179918 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:54.180222 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:57:54.180429 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:54.180562 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} executeQuery: Read 36 rows, 2.48 KiB in 0.001067 sec., 33739.45641986879 rows/sec., 2.27 MiB/sec. 2026.05.04 23:57:54.180597 [ 4 ] {7d72de39-ba76-4044-bc41-ce9a88145392} TCPHandler: Processed in 0.001228613 sec. 2026.05.04 23:57:58.559582 [ 108 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:57:58.559652 [ 108 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:57:58.648195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10471 2026.05.04 23:57:58.648777 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:58.648816 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:58.649566 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:57:58.649793 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:58.649923 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10471 2026.05.04 23:57:59.176073 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.176326 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:57:59.176659 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:57:59.176694 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:57:59.176914 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:57:59.176984 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:57:59.177123 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:57:59.177260 [ 308 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:57:59.177282 [ 343 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:57:59.177262 [ 332 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:57:59.177264 [ 350 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:57:59.177496 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:57:59.177523 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:57:59.177590 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:57:59.177610 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:57:59.177643 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:59.177682 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:57:59.178872 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} executeQuery: Read 35 rows, 6.04 KiB in 0.002645 sec., 13232.51417769376 rows/sec., 2.23 MiB/sec. 2026.05.04 23:57:59.178996 [ 4 ] {e17db8cc-cfd9-420b-910c-979b9a512dc0} TCPHandler: Processed in 0.00305786 sec. 2026.05.04 23:57:59.181224 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.181350 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:57:59.181399 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:57:59.182014 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.182069 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.182329 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.05.04 23:57:59.182503 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:57:59.182726 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.182871 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} executeQuery: Read 140 rows, 12.49 KiB in 0.001557 sec., 89916.50610147719 rows/sec., 7.83 MiB/sec. 2026.05.04 23:57:59.182910 [ 4 ] {ac656ad0-fa2c-43f4-bf02-e869aae2b357} TCPHandler: Processed in 0.001745666 sec. 2026.05.04 23:57:59.183032 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.183126 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:57:59.183167 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:57:59.183570 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.183605 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.183916 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:57:59.184135 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.184266 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} executeQuery: Read 42 rows, 3.16 KiB in 0.001159 sec., 36238.136324417595 rows/sec., 2.66 MiB/sec. 2026.05.04 23:57:59.184304 [ 4 ] {cdb06f48-3731-40c9-b4a8-b5e070e5c163} TCPHandler: Processed in 0.001321865 sec. 2026.05.04 23:57:59.184418 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.184511 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:57:59.184551 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:57:59.184962 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.184998 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.185295 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:57:59.185507 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.185635 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} executeQuery: Read 106 rows, 8.48 KiB in 0.001142 sec., 92819.61471103327 rows/sec., 7.25 MiB/sec. 2026.05.04 23:57:59.185672 [ 4 ] {f5102dda-7013-4f75-b5be-e020f5641a9c} TCPHandler: Processed in 0.001304254 sec. 2026.05.04 23:57:59.185788 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.185882 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:59.185924 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:57:59.186320 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.186357 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.186684 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:57:59.186890 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.187020 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} executeQuery: Read 160 rows, 11.41 KiB in 0.001157 sec., 138288.6776145203 rows/sec., 9.63 MiB/sec. 2026.05.04 23:57:59.187057 [ 4 ] {1fc130e3-3473-4e3a-a88c-14b7bcd939da} TCPHandler: Processed in 0.001318345 sec. 2026.05.04 23:57:59.187173 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.187267 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:57:59.187320 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:57:59.188074 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.188110 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.188689 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:57:59.188919 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.189058 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} executeQuery: Read 42 rows, 77.07 KiB in 0.00181 sec., 23204.419889502762 rows/sec., 41.58 MiB/sec. 2026.05.04 23:57:59.189111 [ 4 ] {f59c0f90-5328-46aa-a820-136059a64dd9} TCPHandler: Processed in 0.001987812 sec. 2026.05.04 23:57:59.189232 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:57:59.189327 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:57:59.189369 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:57:59.189726 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.189761 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.190067 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:57:59.190274 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.190403 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.05.04 23:57:59.190439 [ 4 ] {3ae92de8-09d7-46ce-ac85-92f0354b6993} TCPHandler: Processed in 0.001257303 sec. 2026.05.04 23:57:59.197936 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:57:59.197977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:57:59.203847 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:57:59.204552 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:57:59.207413 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.05.04 23:58:02.291770 [ 103 ] {} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.05.04 23:58:02.291909 [ 103 ] {} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:02.291953 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:02.292149 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.05.04 23:58:02.292349 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:02.292407 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.05.04 23:58:02.292550 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.05.04 23:58:02.292628 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.05.04 23:58:02.292702 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.05.04 23:58:02.292772 [ 199 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.05.04 23:58:02.293512 [ 192 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437768 sec., 4173.1350259569 rows/sec., 309.72 KiB/sec. 2026.05.04 23:58:02.293724 [ 193 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.05.04 23:58:02.294112 [ 193 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:02.294205 [ 193 ] {72666c14-f6fc-40f1-91c6-37321e75a7a0::all_1_5_1} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.05.04 23:58:02.294329 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:58:03.677912 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 608 2026.05.04 23:58:03.680098 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:03.680143 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:03.681327 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:58:03.681602 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:03.681756 [ 100 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.05.04 23:58:03.681852 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 608 2026.05.04 23:58:03.681853 [ 100 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:03.681916 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:03.682062 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.05.04 23:58:03.682799 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:03.682945 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 436 rows starting from the beginning of the part 2026.05.04 23:58:03.683297 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part 2026.05.04 23:58:03.683608 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.05.04 23:58:03.683997 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2026.05.04 23:58:03.684332 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 44 rows starting from the beginning of the part 2026.05.04 23:58:03.684657 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.05.04 23:58:03.690788 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 608 rows, containing 72 columns (72 merged, 0 gathered) in 0.00879525 sec., 69128.2226201643 rows/sec., 60.54 MiB/sec. 2026.05.04 23:58:03.691661 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.05.04 23:58:03.692156 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:03.692223 [ 193 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_16_3} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.05.04 23:58:03.692393 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.99 MiB. 2026.05.04 23:58:04.172131 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:04.172370 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:04.172716 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:04.172749 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:04.172958 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:04.173023 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:04.173160 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:58:04.173275 [ 308 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:04.173302 [ 331 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:04.173326 [ 319 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:04.173302 [ 343 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:04.173517 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:04.173553 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:04.173623 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:04.173644 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:04.173679 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:04.173720 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:04.174926 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} executeQuery: Read 35 rows, 6.04 KiB in 0.00265 sec., 13207.547169811322 rows/sec., 2.22 MiB/sec. 2026.05.04 23:58:04.175052 [ 4 ] {1944edc7-1191-44c4-8446-7b4c713a857d} TCPHandler: Processed in 0.00304892 sec. 2026.05.04 23:58:04.176760 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:04.176891 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:04.176941 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:04.177731 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:04.177796 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:04.178370 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:58:04.178691 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:04.178826 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} executeQuery: Read 56 rows, 4.41 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.18 MiB/sec. 2026.05.04 23:58:04.178863 [ 4 ] {f6d2a203-6bd1-4612-98a0-6a8eca08179d} TCPHandler: Processed in 0.002165987 sec. 2026.05.04 23:58:04.179021 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:04.179114 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:04.179153 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:04.179599 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:04.179634 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:04.179971 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:58:04.180228 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:04.180363 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} executeQuery: Read 64 rows, 5.12 KiB in 0.001267 sec., 50513.0228887135 rows/sec., 3.94 MiB/sec. 2026.05.04 23:58:04.180400 [ 4 ] {6d88258b-74d1-401a-ad43-9c8086438695} TCPHandler: Processed in 0.001426867 sec. 2026.05.04 23:58:04.180607 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:04.180709 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:04.180752 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:04.181183 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:04.181221 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:04.181542 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:58:04.181746 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:04.181872 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.05.04 23:58:04.181908 [ 4 ] {f520a8be-e31b-410d-9f88-2d31142d0a62} TCPHandler: Processed in 0.001353616 sec. 2026.05.04 23:58:04.182026 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:04.182128 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:04.182169 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:04.182526 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:04.182559 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:04.182858 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:58:04.183061 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:04.183186 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.05.04 23:58:04.183220 [ 4 ] {2ec61406-937c-45ad-b777-74e2ebbb0979} TCPHandler: Processed in 0.001241312 sec. 2026.05.04 23:58:04.845367 [ 100 ] {} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.05.04 23:58:04.845438 [ 100 ] {} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:04.845464 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:04.845587 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.05.04 23:58:04.845726 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:04.845760 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 826 rows starting from the beginning of the part 2026.05.04 23:58:04.845826 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.04 23:58:04.845869 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 801 rows starting from the beginning of the part 2026.05.04 23:58:04.845910 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.05.04 23:58:04.845951 [ 192 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 801 rows starting from the beginning of the part 2026.05.04 23:58:04.847096 [ 190 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 2476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001558501 sec., 1588706.0707692842 rows/sec., 99.00 MiB/sec. 2026.05.04 23:58:04.847343 [ 197 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.05.04 23:58:04.847670 [ 197 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:04.847747 [ 197 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_10_2} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.05.04 23:58:04.847837 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.05.04 23:58:06.151020 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10983 2026.05.04 23:58:06.151588 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:06.151632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:06.152119 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:58:06.152341 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:06.152471 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10983 2026.05.04 23:58:06.708423 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.05.04 23:58:06.724836 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:06.724898 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:06.730720 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:58:06.731396 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:06.734027 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.05.04 23:58:09.175803 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.176052 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:58:09.176460 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:09.176503 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:58:09.176792 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:09.176858 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:09.176992 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:58:09.177114 [ 308 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:09.177134 [ 319 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:09.177123 [ 343 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:09.177124 [ 331 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:09.177327 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:09.177353 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:09.177419 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:09.177438 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:09.177472 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:58:09.177508 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:58:09.178570 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} executeQuery: Read 35 rows, 6.04 KiB in 0.00262 sec., 13358.778625954199 rows/sec., 2.25 MiB/sec. 2026.05.04 23:58:09.178696 [ 4 ] {ebefec47-7240-41cb-8c80-fdb1d8b4f0b9} TCPHandler: Processed in 0.003021669 sec. 2026.05.04 23:58:09.181830 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.181955 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.182004 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:58:09.182539 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.182590 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.182971 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:58:09.183198 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.183338 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} executeQuery: Read 24 rows, 2.04 KiB in 0.001418 sec., 16925.24682651622 rows/sec., 1.40 MiB/sec. 2026.05.04 23:58:09.183376 [ 4 ] {5b76ee82-0cff-4290-a3fa-f9cf6d62dcd9} TCPHandler: Processed in 0.001603922 sec. 2026.05.04 23:58:09.183494 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.183587 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:58:09.183626 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:58:09.184006 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.184040 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.184314 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:58:09.184514 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.184640 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} executeQuery: Read 2 rows, 167.00 B in 0.001071 sec., 1867.4136321195147 rows/sec., 152.27 KiB/sec. 2026.05.04 23:58:09.184676 [ 4 ] {287501e5-9bf3-497a-92cc-4f4f3fe2e4bc} TCPHandler: Processed in 0.001229432 sec. 2026.05.04 23:58:09.184795 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.184915 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:09.184963 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:09.185610 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.185653 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.185994 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:58:09.186198 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.186305 [ 90 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:58:09.186325 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} executeQuery: Read 261 rows, 24.02 KiB in 0.001433 sec., 182135.3803210049 rows/sec., 16.37 MiB/sec. 2026.05.04 23:58:09.186354 [ 90 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.186371 [ 4 ] {c7213f03-0371-4bac-8cf7-496bd1a6f090} TCPHandler: Processed in 0.001631683 sec. 2026.05.04 23:58:09.186379 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.186485 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:58:09.186493 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.186574 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:09.186595 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.186600 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2617 rows starting from the beginning of the part 2026.05.04 23:58:09.186632 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:09.186656 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2402 rows starting from the beginning of the part 2026.05.04 23:58:09.186698 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:09.186736 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part 2026.05.04 23:58:09.186775 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:09.186810 [ 192 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 261 rows starting from the beginning of the part 2026.05.04 23:58:09.187031 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.187064 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.187340 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:58:09.187618 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.187744 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} executeQuery: Read 56 rows, 4.26 KiB in 0.001157 sec., 48401.03716508211 rows/sec., 3.59 MiB/sec. 2026.05.04 23:58:09.187744 [ 89 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:58:09.187782 [ 4 ] {55ba291f-8d9d-495f-9172-d0e3211bddb7} TCPHandler: Processed in 0.001334335 sec. 2026.05.04 23:58:09.187801 [ 89 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.187850 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.187905 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.187952 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:58:09.188002 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.188046 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:58:09.188086 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:09.188124 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 81 rows starting from the beginning of the part 2026.05.04 23:58:09.188188 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 68 rows starting from the beginning of the part 2026.05.04 23:58:09.188234 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:09.188273 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part 2026.05.04 23:58:09.188309 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:09.188346 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:09.188444 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.188484 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:09.188828 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5532 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378912 sec., 2325432.802894769 rows/sec., 184.77 MiB/sec. 2026.05.04 23:58:09.189110 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:58:09.189134 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:58:09.189343 [ 189 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 5 columns (5 merged, 0 gathered) in 0.001439908 sec., 208346.6443689458 rows/sec., 16.08 MiB/sec. 2026.05.04 23:58:09.189385 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.189488 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:58:09.189498 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.189539 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} executeQuery: Read 24 rows, 2.04 KiB in 0.001553 sec., 15453.960077269801 rows/sec., 1.28 MiB/sec. 2026.05.04 23:58:09.189582 [ 4 ] {b9bde0de-30bd-47ab-a2bd-5192b66e04fb} TCPHandler: Processed in 0.001728215 sec. 2026.05.04 23:58:09.189597 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_36_7} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:58:09.189694 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.05.04 23:58:09.189696 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.189769 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.189806 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.189846 [ 197 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_21_4} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:58:09.189850 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:58:09.189929 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.05.04 23:58:09.190260 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.190300 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.190591 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:58:09.190791 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.190915 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.05.04 23:58:09.190951 [ 4 ] {5f8d85b7-dbf8-4397-b21f-b158c6780756} TCPHandler: Processed in 0.001302544 sec. 2026.05.04 23:58:09.191059 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.191152 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:09.191190 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:09.191644 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.191679 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.191971 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:58:09.192179 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.192278 [ 90 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:58:09.192304 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} executeQuery: Read 144 rows, 11.90 KiB in 0.001169 sec., 123182.20701454235 rows/sec., 9.94 MiB/sec. 2026.05.04 23:58:09.192310 [ 90 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.192343 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.192348 [ 4 ] {a9c68743-9153-4f7b-bb68-50edc52d385e} TCPHandler: Processed in 0.001335324 sec. 2026.05.04 23:58:09.192436 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:58:09.192467 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.192548 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:09.192566 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.192587 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1402 rows starting from the beginning of the part 2026.05.04 23:58:09.192611 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:09.192666 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1290 rows starting from the beginning of the part 2026.05.04 23:58:09.192722 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2026.05.04 23:58:09.192772 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 106 rows starting from the beginning of the part 2026.05.04 23:58:09.192812 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.05.04 23:58:09.192851 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 144 rows starting from the beginning of the part 2026.05.04 23:58:09.193013 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.193052 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.193387 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:58:09.193616 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.193730 [ 90 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:58:09.193743 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} executeQuery: Read 197 rows, 14.47 KiB in 0.001196 sec., 164715.71906354514 rows/sec., 11.81 MiB/sec. 2026.05.04 23:58:09.193770 [ 90 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.193789 [ 4 ] {7597a688-1f4e-4853-9271-171990d9dd74} TCPHandler: Processed in 0.001369966 sec. 2026.05.04 23:58:09.193799 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.193888 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:58:09.193912 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.193978 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:09.194008 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11498 rows starting from the beginning of the part 2026.05.04 23:58:09.194009 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.194056 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1529 rows starting from the beginning of the part 2026.05.04 23:58:09.194073 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:09.194098 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part 2026.05.04 23:58:09.194136 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:09.194161 [ 186 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3070 rows, containing 5 columns (5 merged, 0 gathered) in 0.001765846 sec., 1738543.4516939756 rows/sec., 126.21 MiB/sec. 2026.05.04 23:58:09.194169 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:09.194220 [ 197 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 197 rows starting from the beginning of the part 2026.05.04 23:58:09.194354 [ 195 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:58:09.194636 [ 195 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.194703 [ 195 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_36_7} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:58:09.194769 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.04 23:58:09.194845 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.194888 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.195559 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:58:09.195832 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.195940 [ 90 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:58:09.195970 [ 90 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.195971 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} executeQuery: Read 42 rows, 77.07 KiB in 0.001979 sec., 21222.839818089946 rows/sec., 38.03 MiB/sec. 2026.05.04 23:58:09.195988 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:09.196040 [ 4 ] {28a3db6e-6564-4549-819e-77bacc1188cf} TCPHandler: Processed in 0.002175677 sec. 2026.05.04 23:58:09.196070 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:58:09.196175 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:09.196262 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:09.196276 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:09.196319 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 400 rows starting from the beginning of the part 2026.05.04 23:58:09.196325 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:09.196441 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:09.196543 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:09.196634 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part 2026.05.04 23:58:09.196684 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.196723 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:09.196725 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:09.196816 [ 186 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:09.197067 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:58:09.197305 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.197429 [ 90 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:58:09.197449 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2026.05.04 23:58:09.197475 [ 90 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:09.197496 [ 4 ] {a594f8b8-54b8-4ecb-8ed2-c4244156d0ef} TCPHandler: Processed in 0.001368555 sec. 2026.05.04 23:58:09.197500 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:09.197588 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:58:09.197675 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:09.197700 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part 2026.05.04 23:58:09.197750 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.05.04 23:58:09.197797 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.05.04 23:58:09.197841 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:09.197886 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:09.197928 [ 195 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:09.198815 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 13640 rows, containing 5 columns (5 merged, 0 gathered) in 0.00495802 sec., 2751098.2206606674 rows/sec., 177.51 MiB/sec. 2026.05.04 23:58:09.199158 [ 198 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.001602832 sec., 1152959.2621060722 rows/sec., 77.70 MiB/sec. 2026.05.04 23:58:09.199190 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:58:09.199430 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:58:09.199481 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.199563 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_36_7} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:58:09.199633 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. 2026.05.04 23:58:09.199713 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.199783 [ 196 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_36_7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:58:09.199863 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.05.04 23:58:09.218528 [ 195 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 577 rows, containing 19 columns (19 merged, 0 gathered) in 0.02248322 sec., 25663.583774921917 rows/sec., 45.99 MiB/sec. 2026.05.04 23:58:09.219614 [ 195 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:58:09.219935 [ 195 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:09.220007 [ 195 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_21_4} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:58:09.220124 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.05.04 23:58:10.000321 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 258.43 MiB, peak 270.37 MiB, free memory in arenas 0.00 B, will set to 261.18 MiB (RSS), difference: 2.75 MiB 2026.05.04 23:58:13.559721 [ 85 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:58:13.559818 [ 85 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:58:13.652843 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11431 2026.05.04 23:58:13.653360 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:13.653397 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:13.653886 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:58:13.654120 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:13.654248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11431 2026.05.04 23:58:13.682101 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 640 2026.05.04 23:58:13.684482 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:13.684525 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:13.685808 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:58:13.686078 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:13.686330 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 640 2026.05.04 23:58:14.172635 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:14.172889 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:14.173244 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:14.173280 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:14.173496 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:14.173568 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:14.173711 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:58:14.173828 [ 331 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:14.173842 [ 308 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:14.173872 [ 322 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:14.173825 [ 343 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:14.174045 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:14.174078 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:14.174151 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:14.174172 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:14.174212 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:14.174257 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:14.175637 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} executeQuery: Read 35 rows, 6.04 KiB in 0.002845 sec., 12302.284710017575 rows/sec., 2.07 MiB/sec. 2026.05.04 23:58:14.175768 [ 4 ] {7d31339e-82fb-4cad-ba79-98bf27ae9b14} TCPHandler: Processed in 0.003273956 sec. 2026.05.04 23:58:14.177344 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:14.177457 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:14.177501 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:14.178002 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:14.178049 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:14.178429 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:58:14.178666 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:14.178815 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} executeQuery: Read 56 rows, 4.41 KiB in 0.001391 sec., 40258.8066139468 rows/sec., 3.09 MiB/sec. 2026.05.04 23:58:14.178856 [ 4 ] {2df69b04-e0fa-4674-8748-818d8cf06b3c} TCPHandler: Processed in 0.001565911 sec. 2026.05.04 23:58:14.178974 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:14.179083 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:14.179124 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:14.179542 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:14.179581 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:14.179901 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:58:14.180119 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:14.180252 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2026.05.04 23:58:14.180289 [ 4 ] {73f0a3a1-548f-4080-892e-3bbfc35fc818} TCPHandler: Processed in 0.001366745 sec. 2026.05.04 23:58:14.180405 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:14.180501 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:14.180544 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:14.180935 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:14.180972 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:14.181312 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:58:14.181516 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:14.181647 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2026.05.04 23:58:14.181684 [ 4 ] {0c39fc1b-61f0-4700-8b06-bc68deeb332c} TCPHandler: Processed in 0.001328185 sec. 2026.05.04 23:58:14.181811 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:14.181907 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:14.181949 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:14.182286 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:14.182322 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:14.182628 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:58:14.182839 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:14.182969 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.05.04 23:58:14.183005 [ 4 ] {fb8f0289-8fa7-4f61-8389-41dd3dfd3750} TCPHandler: Processed in 0.001254763 sec. 2026.05.04 23:58:14.234229 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.05.04 23:58:14.250171 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:14.250212 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.68 GiB. 2026.05.04 23:58:14.255782 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:58:14.256471 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:14.259241 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.05.04 23:58:19.173950 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.174221 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:19.174553 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:19.174589 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:19.174811 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:19.174884 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:19.175026 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:58:19.175158 [ 357 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:19.175161 [ 309 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:19.175183 [ 322 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:19.175162 [ 343 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:19.175348 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:19.175374 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:19.175443 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:19.175465 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:19.175500 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:19.175537 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:19.176613 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} executeQuery: Read 35 rows, 6.04 KiB in 0.002491 sec., 14050.582095543958 rows/sec., 2.37 MiB/sec. 2026.05.04 23:58:19.176718 [ 4 ] {07ccd418-c512-4c07-8de6-1e5bab120afe} TCPHandler: Processed in 0.002902206 sec. 2026.05.04 23:58:19.178875 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.179006 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:19.179057 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:19.179608 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:19.179652 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:19.180027 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:58:19.180252 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:19.180405 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} executeQuery: Read 140 rows, 12.49 KiB in 0.001437 sec., 97425.19137091163 rows/sec., 8.49 MiB/sec. 2026.05.04 23:58:19.180445 [ 4 ] {efeaf3de-634b-492c-8259-06127b7f5ace} TCPHandler: Processed in 0.001631173 sec. 2026.05.04 23:58:19.180563 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.180662 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:19.180704 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:19.181110 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:19.181148 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:19.181463 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:58:19.181676 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:19.181811 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} executeQuery: Read 42 rows, 3.16 KiB in 0.001172 sec., 35836.17747440273 rows/sec., 2.63 MiB/sec. 2026.05.04 23:58:19.181850 [ 4 ] {87faf60b-284a-4963-bcb2-bc8c612dcaa6} TCPHandler: Processed in 0.001335595 sec. 2026.05.04 23:58:19.181962 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.182059 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:19.182099 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:19.182515 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:19.182553 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:19.182859 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:58:19.183062 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:19.183198 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} executeQuery: Read 106 rows, 8.48 KiB in 0.001158 sec., 91537.1329879102 rows/sec., 7.15 MiB/sec. 2026.05.04 23:58:19.183235 [ 4 ] {85190704-5b53-4a3d-9add-76e69f007713} TCPHandler: Processed in 0.001321145 sec. 2026.05.04 23:58:19.183346 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.183442 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:19.183485 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:19.183872 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:19.183908 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:19.184226 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:58:19.184430 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:19.184563 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} executeQuery: Read 160 rows, 11.41 KiB in 0.00114 sec., 140350.87719298247 rows/sec., 9.78 MiB/sec. 2026.05.04 23:58:19.184601 [ 4 ] {b12f8b35-61d2-43cf-8045-b7d89cf8ed4f} TCPHandler: Processed in 0.001303144 sec. 2026.05.04 23:58:19.184717 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.184812 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:19.184864 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:19.185650 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:19.185687 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:19.186245 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:58:19.186475 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:19.186614 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} executeQuery: Read 42 rows, 77.07 KiB in 0.00182 sec., 23076.923076923078 rows/sec., 41.35 MiB/sec. 2026.05.04 23:58:19.186674 [ 4 ] {08b39e82-535f-4777-95bf-2e0f8ff98440} TCPHandler: Processed in 0.002006472 sec. 2026.05.04 23:58:19.186790 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:19.186885 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:19.186926 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:19.187262 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:19.187298 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:19.187593 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:58:19.187814 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:19.187947 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.05.04 23:58:19.187984 [ 4 ] {815ae202-4e91-4cde-a1cb-8b1582010785} TCPHandler: Processed in 0.001244493 sec. 2026.05.04 23:58:20.615583 [ 76 ] {} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.04 23:58:20.615653 [ 76 ] {} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.615679 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.615808 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.04 23:58:20.615978 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:20.616016 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.05.04 23:58:20.616092 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.05.04 23:58:20.616142 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part 2026.05.04 23:58:20.616187 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2026.05.04 23:58:20.616231 [ 186 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.05.04 23:58:20.616950 [ 195 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001200661 sec., 31649.233214037933 rows/sec., 2.64 MiB/sec. 2026.05.04 23:58:20.617154 [ 201 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.04 23:58:20.617477 [ 201 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.617555 [ 201 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_9_2} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.04 23:58:20.617649 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:58:20.893895 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.894136 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:58:20.894466 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:20.894503 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:58:20.894738 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:20.894806 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:20.894944 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.05.04 23:58:20.895066 [ 357 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:20.895076 [ 309 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:20.895096 [ 348 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:20.895078 [ 343 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:20.895259 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:20.895284 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:20.895351 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:20.895370 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:20.895403 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:58:20.895440 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:58:20.896568 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} executeQuery: Read 35 rows, 7.62 KiB in 0.002526 sec., 13855.898653998416 rows/sec., 2.94 MiB/sec. 2026.05.04 23:58:20.896672 [ 4 ] {3101cc16-3040-45af-984c-38d7158de976} TCPHandler: Processed in 0.002902056 sec. 2026.05.04 23:58:20.908167 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.908300 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:20.908379 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:20.910363 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.910405 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.910892 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:58:20.911111 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.911257 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} executeQuery: Read 2401 rows, 181.33 KiB in 0.002997 sec., 801134.4678011345 rows/sec., 59.09 MiB/sec. 2026.05.04 23:58:20.911295 [ 4 ] {f323384b-2216-4bb3-a7d1-eb03a298be2c} TCPHandler: Processed in 0.003189493 sec. 2026.05.04 23:58:20.911448 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.911544 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:20.911583 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:20.912016 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.912053 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.912338 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:58:20.912553 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.912684 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} executeQuery: Read 9 rows, 693.00 B in 0.001159 sec., 7765.314926660914 rows/sec., 583.92 KiB/sec. 2026.05.04 23:58:20.912721 [ 4 ] {7570d69b-9144-468b-9e51-39cf7cda98dc} TCPHandler: Processed in 0.001323345 sec. 2026.05.04 23:58:20.912835 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.912929 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:58:20.912967 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:58:20.913680 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.913716 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.914039 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:58:20.914245 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.914371 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} executeQuery: Read 801 rows, 47.38 KiB in 0.00146 sec., 548630.1369863014 rows/sec., 31.69 MiB/sec. 2026.05.04 23:58:20.914408 [ 4 ] {31a5cb7a-fcfb-407e-ab01-66f5cbc127e2} TCPHandler: Processed in 0.001622843 sec. 2026.05.04 23:58:20.914522 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.914617 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:20.914655 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:58:20.915031 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.915066 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.915348 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.05.04 23:58:20.915549 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.915674 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} executeQuery: Read 1 rows, 72.00 B in 0.001076 sec., 929.3680297397771 rows/sec., 65.35 KiB/sec. 2026.05.04 23:58:20.915712 [ 4 ] {00ac7b08-1855-4856-8829-b93504ecafb8} TCPHandler: Processed in 0.001238452 sec. 2026.05.04 23:58:20.915826 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.915921 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:20.915959 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:20.916851 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.916886 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.917229 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:58:20.917439 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.917567 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} executeQuery: Read 1288 rows, 87.96 KiB in 0.001664 sec., 774038.4615384616 rows/sec., 51.62 MiB/sec. 2026.05.04 23:58:20.917604 [ 4 ] {ee42f8c4-4279-49bb-8f88-d1c91b110613} TCPHandler: Processed in 0.001827478 sec. 2026.05.04 23:58:20.917721 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.917816 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:20.917859 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:20.918608 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.918644 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.919062 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:58:20.919268 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.919394 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} executeQuery: Read 1528 rows, 95.19 KiB in 0.001597 sec., 956793.9887288667 rows/sec., 58.21 MiB/sec. 2026.05.04 23:58:20.919432 [ 4 ] {0b076dff-c344-4600-a6d1-bc8f781988ac} TCPHandler: Processed in 0.001759377 sec. 2026.05.04 23:58:20.919549 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.919644 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:20.919698 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:20.920415 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.920452 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.920943 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:58:20.921160 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.921297 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} executeQuery: Read 9 rows, 16.51 KiB in 0.00167 sec., 5389.2215568862275 rows/sec., 9.66 MiB/sec. 2026.05.04 23:58:20.921349 [ 4 ] {0e65b4b4-eedb-4704-9a05-f3892903404b} TCPHandler: Processed in 0.001848998 sec. 2026.05.04 23:58:20.921477 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:20.921573 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:20.921613 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:20.921938 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:20.921974 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:20.922277 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.05.04 23:58:20.922482 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:20.922607 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} executeQuery: Read 24 rows, 1.66 KiB in 0.001054 sec., 22770.398481973432 rows/sec., 1.53 MiB/sec. 2026.05.04 23:58:20.922643 [ 4 ] {5d9cb531-a454-4a41-b5d8-16e9136d5016} TCPHandler: Processed in 0.001216512 sec. 2026.05.04 23:58:21.154314 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11943 2026.05.04 23:58:21.155076 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:21.155140 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:21.155694 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:58:21.155927 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:21.156062 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11943 2026.05.04 23:58:21.760290 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.05.04 23:58:21.786023 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:21.786124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:21.793627 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:58:21.794536 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:21.799644 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.05.04 23:58:22.207105 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37200 2026.05.04 23:58:22.207219 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.207247 [ 314 ] {} TCP-Session: 7701c928-4c01-413e-a1a1-444fc3711565 Authenticating user 'default' from [fd00:1122:3344:101::e]:37200 2026.05.04 23:58:22.207269 [ 314 ] {} TCP-Session: 7701c928-4c01-413e-a1a1-444fc3711565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207281 [ 314 ] {} TCP-Session: 7701c928-4c01-413e-a1a1-444fc3711565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207514 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38402 2026.05.04 23:58:22.207537 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61912 2026.05.04 23:58:22.207576 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36222 2026.05.04 23:58:22.207595 [ 314 ] {} TCP-Session: 7701c928-4c01-413e-a1a1-444fc3711565 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:22.207648 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.207584 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33878 2026.05.04 23:58:22.207690 [ 315 ] {} TCP-Session: 2703dcef-fc53-470f-9ca2-642ed573c68d Authenticating user 'default' from [fd00:1122:3344:101::e]:38402 2026.05.04 23:58:22.207686 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.207721 [ 315 ] {} TCP-Session: 2703dcef-fc53-470f-9ca2-642ed573c68d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207567 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55628 2026.05.04 23:58:22.207744 [ 310 ] {} TCP-Session: 723151c3-bf26-494b-8bf2-31cfe6eaa2a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36222 2026.05.04 23:58:22.207747 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.207818 [ 310 ] {} TCP-Session: 723151c3-bf26-494b-8bf2-31cfe6eaa2a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207818 [ 314 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} executeQuery: (from [fd00:1122:3344:101::e]:37200) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:58:22.207853 [ 310 ] {} TCP-Session: 723151c3-bf26-494b-8bf2-31cfe6eaa2a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207854 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.207849 [ 311 ] {} TCP-Session: e395c5c0-fc0a-48ef-bf7e-1f545b7cee5e Authenticating user 'default' from [fd00:1122:3344:101::e]:33878 2026.05.04 23:58:22.207556 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64399 2026.05.04 23:58:22.207917 [ 311 ] {} TCP-Session: e395c5c0-fc0a-48ef-bf7e-1f545b7cee5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207908 [ 262 ] {} TCP-Session: 2809c135-e8a9-4574-a24c-a9c462755777 Authenticating user 'default' from [fd00:1122:3344:101::e]:55628 2026.05.04 23:58:22.207952 [ 311 ] {} TCP-Session: e395c5c0-fc0a-48ef-bf7e-1f545b7cee5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207546 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49444 2026.05.04 23:58:22.207984 [ 262 ] {} TCP-Session: 2809c135-e8a9-4574-a24c-a9c462755777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207528 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60842 2026.05.04 23:58:22.208038 [ 262 ] {} TCP-Session: 2809c135-e8a9-4574-a24c-a9c462755777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207745 [ 315 ] {} TCP-Session: 2703dcef-fc53-470f-9ca2-642ed573c68d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.207682 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.208127 [ 317 ] {} TCP-Session: 77f336f4-2c53-44f4-9a7f-c25fa0dc3433 Authenticating user 'default' from [fd00:1122:3344:101::e]:61912 2026.05.04 23:58:22.208149 [ 317 ] {} TCP-Session: 77f336f4-2c53-44f4-9a7f-c25fa0dc3433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208158 [ 314 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:58:22.208165 [ 317 ] {} TCP-Session: 77f336f4-2c53-44f4-9a7f-c25fa0dc3433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208229 [ 314 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:22.208484 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.208518 [ 316 ] {} TCP-Session: 532b9ee8-48e9-4938-b6ef-0b35d1fc8779 Authenticating user 'default' from [fd00:1122:3344:101::e]:60842 2026.05.04 23:58:22.208535 [ 316 ] {} TCP-Session: 532b9ee8-48e9-4938-b6ef-0b35d1fc8779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208538 [ 314 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:58:22.208551 [ 316 ] {} TCP-Session: 532b9ee8-48e9-4938-b6ef-0b35d1fc8779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208603 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.208637 [ 318 ] {} TCP-Session: 59062ae7-513e-47e3-ae7c-e4804f7c5f9b Authenticating user 'default' from [fd00:1122:3344:101::e]:49444 2026.05.04 23:58:22.208658 [ 318 ] {} TCP-Session: 59062ae7-513e-47e3-ae7c-e4804f7c5f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208670 [ 318 ] {} TCP-Session: 59062ae7-513e-47e3-ae7c-e4804f7c5f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208690 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:22.208722 [ 3 ] {} TCP-Session: 5650326b-c7c0-4230-adbe-50ceeb54d97f Authenticating user 'default' from [fd00:1122:3344:101::e]:64399 2026.05.04 23:58:22.208738 [ 3 ] {} TCP-Session: 5650326b-c7c0-4230-adbe-50ceeb54d97f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.208751 [ 3 ] {} TCP-Session: 5650326b-c7c0-4230-adbe-50ceeb54d97f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.209428 [ 343 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} AggregatingTransform: Aggregating 2026.05.04 23:58:22.209463 [ 343 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} Aggregator: Aggregation method: without_key 2026.05.04 23:58:22.209497 [ 343 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000839232 sec. (1191.566 rows/sec., 46.55 KiB/sec.) 2026.05.04 23:58:22.209515 [ 343 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} Aggregator: Merging aggregated data 2026.05.04 23:58:22.210846 [ 314 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} executeQuery: Read 1 rows, 40.00 B in 0.003089 sec., 323.72936225315635 rows/sec., 12.65 KiB/sec. 2026.05.04 23:58:22.210976 [ 314 ] {d85a1c29-a441-4c7a-8c8b-194c46194c89} TCPHandler: Processed in 0.003508062 sec. 2026.05.04 23:58:22.211115 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211142 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211143 [ 314 ] {} TCP-Session: 7701c928-4c01-413e-a1a1-444fc3711565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211161 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211184 [ 311 ] {} TCP-Session: e395c5c0-fc0a-48ef-bf7e-1f545b7cee5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211199 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211232 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211252 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211263 [ 262 ] {} TCP-Session: 2809c135-e8a9-4574-a24c-a9c462755777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211280 [ 310 ] {} TCP-Session: 723151c3-bf26-494b-8bf2-31cfe6eaa2a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211288 [ 318 ] {} TCP-Session: 59062ae7-513e-47e3-ae7c-e4804f7c5f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211182 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211216 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211351 [ 3 ] {} TCP-Session: 5650326b-c7c0-4230-adbe-50ceeb54d97f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211274 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:22.211374 [ 316 ] {} TCP-Session: 532b9ee8-48e9-4938-b6ef-0b35d1fc8779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211217 [ 315 ] {} TCP-Session: 2703dcef-fc53-470f-9ca2-642ed573c68d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:22.211410 [ 317 ] {} TCP-Session: 77f336f4-2c53-44f4-9a7f-c25fa0dc3433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.686509 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 684 2026.05.04 23:58:23.689349 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:23.689425 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:23.691299 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:58:23.691698 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:23.692214 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 684 2026.05.04 23:58:23.774861 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40670 2026.05.04 23:58:23.774974 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775001 [ 314 ] {} TCP-Session: 9d617af6-978a-4d04-8e9e-8a797eb7dc5b Authenticating user 'default' from [fd00:1122:3344:101::e]:40670 2026.05.04 23:58:23.775024 [ 314 ] {} TCP-Session: 9d617af6-978a-4d04-8e9e-8a797eb7dc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775037 [ 314 ] {} TCP-Session: 9d617af6-978a-4d04-8e9e-8a797eb7dc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775229 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56605 2026.05.04 23:58:23.775255 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52395 2026.05.04 23:58:23.775296 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56630 2026.05.04 23:58:23.775309 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39917 2026.05.04 23:58:23.775355 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775318 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34955 2026.05.04 23:58:23.775383 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775396 [ 315 ] {} TCP-Session: b989d081-e7c8-4532-b5cc-5a4d4dc1c35e Authenticating user 'default' from [fd00:1122:3344:101::e]:56605 2026.05.04 23:58:23.775383 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775426 [ 262 ] {} TCP-Session: a39114a1-fc90-4931-96f4-b7e0c1e3ac05 Authenticating user 'default' from [fd00:1122:3344:101::e]:56630 2026.05.04 23:58:23.775440 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775460 [ 316 ] {} TCP-Session: 2afc6735-0836-49ad-8c1f-de5d0d7ccd56 Authenticating user 'default' from [fd00:1122:3344:101::e]:52395 2026.05.04 23:58:23.775469 [ 262 ] {} TCP-Session: a39114a1-fc90-4931-96f4-b7e0c1e3ac05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775485 [ 310 ] {} TCP-Session: 24bafbfc-0046-46df-8d02-4d251efb1d2e Authenticating user 'default' from [fd00:1122:3344:101::e]:39917 2026.05.04 23:58:23.775489 [ 316 ] {} TCP-Session: 2afc6735-0836-49ad-8c1f-de5d0d7ccd56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775501 [ 262 ] {} TCP-Session: a39114a1-fc90-4931-96f4-b7e0c1e3ac05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775517 [ 310 ] {} TCP-Session: 24bafbfc-0046-46df-8d02-4d251efb1d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775519 [ 316 ] {} TCP-Session: 2afc6735-0836-49ad-8c1f-de5d0d7ccd56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775544 [ 310 ] {} TCP-Session: 24bafbfc-0046-46df-8d02-4d251efb1d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775460 [ 314 ] {} TCP-Session: 9d617af6-978a-4d04-8e9e-8a797eb7dc5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:23.775444 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775439 [ 315 ] {} TCP-Session: b989d081-e7c8-4532-b5cc-5a4d4dc1c35e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775652 [ 311 ] {} TCP-Session: fa4a0e6d-62e7-4986-86d3-c62f9318bbdf Authenticating user 'default' from [fd00:1122:3344:101::e]:34955 2026.05.04 23:58:23.775662 [ 315 ] {} TCP-Session: b989d081-e7c8-4532-b5cc-5a4d4dc1c35e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775674 [ 311 ] {} TCP-Session: fa4a0e6d-62e7-4986-86d3-c62f9318bbdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775275 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38280 2026.05.04 23:58:23.775689 [ 311 ] {} TCP-Session: fa4a0e6d-62e7-4986-86d3-c62f9318bbdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775259 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46093 2026.05.04 23:58:23.775285 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58189 2026.05.04 23:58:23.775770 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775803 [ 318 ] {} TCP-Session: a8f915db-8949-4443-942b-803609bc5a9b Authenticating user 'default' from [fd00:1122:3344:101::e]:38280 2026.05.04 23:58:23.775806 [ 314 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} executeQuery: (from [fd00:1122:3344:101::e]:40670) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:58:23.775822 [ 318 ] {} TCP-Session: a8f915db-8949-4443-942b-803609bc5a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775837 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775847 [ 318 ] {} TCP-Session: a8f915db-8949-4443-942b-803609bc5a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775811 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.775864 [ 3 ] {} TCP-Session: f7546b34-f13c-4a9e-aef4-94cd502bfab8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58189 2026.05.04 23:58:23.775894 [ 317 ] {} TCP-Session: 68b72da6-deb6-437d-839e-ebb3e3a09e9b Authenticating user 'default' from [fd00:1122:3344:101::e]:46093 2026.05.04 23:58:23.775898 [ 3 ] {} TCP-Session: f7546b34-f13c-4a9e-aef4-94cd502bfab8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775920 [ 317 ] {} TCP-Session: 68b72da6-deb6-437d-839e-ebb3e3a09e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775929 [ 3 ] {} TCP-Session: f7546b34-f13c-4a9e-aef4-94cd502bfab8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.775943 [ 317 ] {} TCP-Session: 68b72da6-deb6-437d-839e-ebb3e3a09e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.776110 [ 314 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:58:23.776178 [ 314 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:23.776465 [ 314 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:58:23.777403 [ 331 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} AggregatingTransform: Aggregating 2026.05.04 23:58:23.777440 [ 331 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} Aggregator: Aggregation method: without_key 2026.05.04 23:58:23.777473 [ 331 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000907314 sec. (1102.154 rows/sec., 43.05 KiB/sec.) 2026.05.04 23:58:23.777491 [ 331 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} Aggregator: Merging aggregated data 2026.05.04 23:58:23.778956 [ 314 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} executeQuery: Read 1 rows, 40.00 B in 0.003213 sec., 311.2356053532524 rows/sec., 12.16 KiB/sec. 2026.05.04 23:58:23.779101 [ 314 ] {961561ea-11e2-41b4-b8c9-966464d5bdfb} TCPHandler: Processed in 0.00382451 sec. 2026.05.04 23:58:23.779247 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779282 [ 314 ] {} TCP-Session: 9d617af6-978a-4d04-8e9e-8a797eb7dc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779290 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779317 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779343 [ 315 ] {} TCP-Session: b989d081-e7c8-4532-b5cc-5a4d4dc1c35e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779343 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779366 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779389 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779409 [ 316 ] {} TCP-Session: 2afc6735-0836-49ad-8c1f-de5d0d7ccd56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779423 [ 311 ] {} TCP-Session: fa4a0e6d-62e7-4986-86d3-c62f9318bbdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779430 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779441 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779492 [ 262 ] {} TCP-Session: a39114a1-fc90-4931-96f4-b7e0c1e3ac05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779443 [ 317 ] {} TCP-Session: 68b72da6-deb6-437d-839e-ebb3e3a09e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779514 [ 3 ] {} TCP-Session: f7546b34-f13c-4a9e-aef4-94cd502bfab8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779437 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.779360 [ 310 ] {} TCP-Session: 24bafbfc-0046-46df-8d02-4d251efb1d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.779577 [ 318 ] {} TCP-Session: a8f915db-8949-4443-942b-803609bc5a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.797932 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41952 2026.05.04 23:58:23.798035 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798058 [ 3 ] {} TCP-Session: fdd91e43-9c4a-4125-a818-fee431d6f46a Authenticating user 'default' from [fd00:1122:3344:101::e]:41952 2026.05.04 23:58:23.798075 [ 3 ] {} TCP-Session: fdd91e43-9c4a-4125-a818-fee431d6f46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798088 [ 3 ] {} TCP-Session: fdd91e43-9c4a-4125-a818-fee431d6f46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798314 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37419 2026.05.04 23:58:23.798315 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39398 2026.05.04 23:58:23.798338 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43768 2026.05.04 23:58:23.798362 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53513 2026.05.04 23:58:23.798382 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39600 2026.05.04 23:58:23.798404 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798398 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41540 2026.05.04 23:58:23.798449 [ 310 ] {} TCP-Session: 2c2e5203-cc0d-459b-9355-d7535fa5aeec Authenticating user 'default' from [fd00:1122:3344:101::e]:39398 2026.05.04 23:58:23.798468 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798485 [ 310 ] {} TCP-Session: 2c2e5203-cc0d-459b-9355-d7535fa5aeec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798504 [ 316 ] {} TCP-Session: e3c6bf76-fddd-48c5-aa08-4763d7ca1d9d Authenticating user 'default' from [fd00:1122:3344:101::e]:39600 2026.05.04 23:58:23.798509 [ 310 ] {} TCP-Session: 2c2e5203-cc0d-459b-9355-d7535fa5aeec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798510 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798529 [ 316 ] {} TCP-Session: e3c6bf76-fddd-48c5-aa08-4763d7ca1d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798558 [ 318 ] {} TCP-Session: 4cd1b62e-bc20-4e15-86dc-84a474537e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:41540 2026.05.04 23:58:23.798570 [ 316 ] {} TCP-Session: e3c6bf76-fddd-48c5-aa08-4763d7ca1d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798586 [ 318 ] {} TCP-Session: 4cd1b62e-bc20-4e15-86dc-84a474537e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798443 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798613 [ 318 ] {} TCP-Session: 4cd1b62e-bc20-4e15-86dc-84a474537e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798390 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798645 [ 311 ] {} TCP-Session: d6ea362f-6109-459d-b28f-3ab111e7abf6 Authenticating user 'default' from [fd00:1122:3344:101::e]:43768 2026.05.04 23:58:23.798677 [ 262 ] {} TCP-Session: 0e19eb17-a4ad-42de-b10d-cbd01f97ccd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37419 2026.05.04 23:58:23.798695 [ 311 ] {} TCP-Session: d6ea362f-6109-459d-b28f-3ab111e7abf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798708 [ 262 ] {} TCP-Session: 0e19eb17-a4ad-42de-b10d-cbd01f97ccd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798720 [ 311 ] {} TCP-Session: d6ea362f-6109-459d-b28f-3ab111e7abf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798731 [ 262 ] {} TCP-Session: 0e19eb17-a4ad-42de-b10d-cbd01f97ccd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798384 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46168 2026.05.04 23:58:23.798379 [ 3 ] {} TCP-Session: fdd91e43-9c4a-4125-a818-fee431d6f46a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:23.798355 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57674 2026.05.04 23:58:23.798906 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798448 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798939 [ 317 ] {} TCP-Session: 9ff5aaec-3da7-4cb1-9f10-7e4d768f426f Authenticating user 'default' from [fd00:1122:3344:101::e]:46168 2026.05.04 23:58:23.798957 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:58:23.798965 [ 315 ] {} TCP-Session: 0fa7af98-ceab-4aa5-92c1-e48b274a2e53 Authenticating user 'default' from [fd00:1122:3344:101::e]:53513 2026.05.04 23:58:23.798982 [ 317 ] {} TCP-Session: 9ff5aaec-3da7-4cb1-9f10-7e4d768f426f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.798995 [ 314 ] {} TCP-Session: b1c46da6-9b30-4614-a109-9100e5e619ec Authenticating user 'default' from [fd00:1122:3344:101::e]:57674 2026.05.04 23:58:23.799008 [ 315 ] {} TCP-Session: 0fa7af98-ceab-4aa5-92c1-e48b274a2e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.799029 [ 3 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} executeQuery: (from [fd00:1122:3344:101::e]:41952) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:58:23.799138 [ 317 ] {} TCP-Session: 9ff5aaec-3da7-4cb1-9f10-7e4d768f426f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.799190 [ 315 ] {} TCP-Session: 0fa7af98-ceab-4aa5-92c1-e48b274a2e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.799208 [ 314 ] {} TCP-Session: b1c46da6-9b30-4614-a109-9100e5e619ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.799228 [ 314 ] {} TCP-Session: b1c46da6-9b30-4614-a109-9100e5e619ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.799370 [ 3 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:58:23.799435 [ 3 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:23.799802 [ 3 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:58:23.801203 [ 321 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} AggregatingTransform: Aggregating 2026.05.04 23:58:23.801254 [ 321 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} Aggregator: Aggregation method: without_key 2026.05.04 23:58:23.801285 [ 321 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001352276 sec. (739.494 rows/sec., 28.89 KiB/sec.) 2026.05.04 23:58:23.801301 [ 321 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} Aggregator: Merging aggregated data 2026.05.04 23:58:23.802500 [ 3 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} executeQuery: Read 1 rows, 40.00 B in 0.003518 sec., 284.25241614553727 rows/sec., 11.10 KiB/sec. 2026.05.04 23:58:23.802653 [ 3 ] {7e2903b5-3b71-46f8-9d8b-4199d032c34a} TCPHandler: Processed in 0.004362655 sec. 2026.05.04 23:58:23.802784 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802811 [ 3 ] {} TCP-Session: fdd91e43-9c4a-4125-a818-fee431d6f46a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802818 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802837 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802853 [ 318 ] {} TCP-Session: 4cd1b62e-bc20-4e15-86dc-84a474537e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802868 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802876 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802921 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802925 [ 262 ] {} TCP-Session: 0e19eb17-a4ad-42de-b10d-cbd01f97ccd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802944 [ 317 ] {} TCP-Session: 9ff5aaec-3da7-4cb1-9f10-7e4d768f426f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802959 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.802969 [ 315 ] {} TCP-Session: 0fa7af98-ceab-4aa5-92c1-e48b274a2e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802940 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.803010 [ 316 ] {} TCP-Session: e3c6bf76-fddd-48c5-aa08-4763d7ca1d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802901 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:58:23.803052 [ 314 ] {} TCP-Session: b1c46da6-9b30-4614-a109-9100e5e619ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.802878 [ 310 ] {} TCP-Session: 2c2e5203-cc0d-459b-9355-d7535fa5aeec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:23.803111 [ 311 ] {} TCP-Session: d6ea362f-6109-459d-b28f-3ab111e7abf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:58:24.170355 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:24.170573 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:24.170898 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:24.170934 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:24.171154 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:24.171227 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:24.171368 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:58:24.171467 [ 325 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:24.171510 [ 332 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:24.171512 [ 327 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:24.171512 [ 323 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:24.171703 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:24.171740 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:24.171831 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:24.171856 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:24.171893 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:24.171933 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:24.173126 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} executeQuery: Read 35 rows, 6.04 KiB in 0.00264 sec., 13257.575757575758 rows/sec., 2.23 MiB/sec. 2026.05.04 23:58:24.173260 [ 4 ] {5b8e4503-453e-4cd2-9ea5-1ac3be42a51f} TCPHandler: Processed in 0.003034049 sec. 2026.05.04 23:58:24.174667 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:24.174780 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:24.174827 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:24.175347 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:24.175393 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:24.175801 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:58:24.176033 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:24.176194 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} executeQuery: Read 56 rows, 4.41 KiB in 0.001446 sec., 38727.524204702626 rows/sec., 2.98 MiB/sec. 2026.05.04 23:58:24.176234 [ 4 ] {1ad0d8f6-f222-4cab-8e20-2a7916be50df} TCPHandler: Processed in 0.001618653 sec. 2026.05.04 23:58:24.176361 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:24.176461 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:24.176502 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:24.176951 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:24.176988 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:24.177299 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:58:24.177511 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:24.177650 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} executeQuery: Read 64 rows, 5.12 KiB in 0.001211 sec., 52848.88521882741 rows/sec., 4.12 MiB/sec. 2026.05.04 23:58:24.177689 [ 4 ] {84890e44-5f1a-4f5f-a87c-6a9de0f35449} TCPHandler: Processed in 0.001377326 sec. 2026.05.04 23:58:24.177817 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:24.177914 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:24.177958 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:24.178337 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:24.178372 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:24.178705 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:58:24.178921 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:24.179052 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} executeQuery: Read 96 rows, 6.85 KiB in 0.001159 sec., 82830.02588438308 rows/sec., 5.77 MiB/sec. 2026.05.04 23:58:24.179088 [ 4 ] {de558944-bcbe-43f9-90cf-a6e7426de947} TCPHandler: Processed in 0.001319454 sec. 2026.05.04 23:58:24.179207 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:24.179302 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:24.179346 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:24.179712 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:24.179745 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:24.180085 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.05.04 23:58:24.180303 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:24.180442 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} executeQuery: Read 36 rows, 2.48 KiB in 0.001157 sec., 31114.95246326707 rows/sec., 2.10 MiB/sec. 2026.05.04 23:58:24.180488 [ 4 ] {28e0c145-96cd-4eb5-8e39-006064e8efef} TCPHandler: Processed in 0.001328315 sec. 2026.05.04 23:58:28.559896 [ 67 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:58:28.559967 [ 67 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:58:28.657114 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12391 2026.05.04 23:58:28.657610 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:28.657655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:28.658161 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:58:28.658394 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:28.658537 [ 67 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:58:28.658540 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12391 2026.05.04 23:58:28.658591 [ 67 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:28.658619 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:28.658738 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:58:28.658887 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:28.658936 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10023 rows starting from the beginning of the part 2026.05.04 23:58:28.659008 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2026.05.04 23:58:28.659059 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2026.05.04 23:58:28.659108 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2026.05.04 23:58:28.659156 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2026.05.04 23:58:28.659201 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2026.05.04 23:58:28.663634 [ 201 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12391 rows, containing 4 columns (4 merged, 0 gathered) in 0.00495366 sec., 2501382.815938114 rows/sec., 35.78 MiB/sec. 2026.05.04 23:58:28.664060 [ 201 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:58:28.664362 [ 201 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:28.664442 [ 201 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_26_5} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:58:28.664539 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.05.04 23:58:29.173686 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.174032 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:29.174591 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:29.174663 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:29.174935 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:29.175004 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:29.175148 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:58:29.175277 [ 325 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:29.175279 [ 332 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:29.175306 [ 338 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:29.175287 [ 323 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:29.175471 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:29.175497 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:29.175567 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:29.175590 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:29.175624 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:29.175660 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:29.176688 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} executeQuery: Read 35 rows, 6.04 KiB in 0.002788 sec., 12553.802008608322 rows/sec., 2.11 MiB/sec. 2026.05.04 23:58:29.176784 [ 4 ] {130fb2cf-e95b-4337-abd7-cc03ae215230} TCPHandler: Processed in 0.003255615 sec. 2026.05.04 23:58:29.179199 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.179330 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:29.179380 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:29.180094 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.180130 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.180497 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:58:29.180709 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.180846 [ 67 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:58:29.180848 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} executeQuery: Read 140 rows, 12.49 KiB in 0.001553 sec., 90148.1004507405 rows/sec., 7.85 MiB/sec. 2026.05.04 23:58:29.180887 [ 67 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.180902 [ 4 ] {20a90d4f-de94-402a-b749-f6dc8e5a7fdd} TCPHandler: Processed in 0.001764396 sec. 2026.05.04 23:58:29.180910 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.181027 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.181046 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:58:29.181120 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:29.181176 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:29.181183 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:29.181226 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2617 rows starting from the beginning of the part 2026.05.04 23:58:29.181300 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:29.181352 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 140 rows starting from the beginning of the part 2026.05.04 23:58:29.181398 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2401 rows starting from the beginning of the part 2026.05.04 23:58:29.181443 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:29.181486 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 140 rows starting from the beginning of the part 2026.05.04 23:58:29.181590 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.181631 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.181958 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:58:29.182169 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.182311 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} executeQuery: Read 42 rows, 3.16 KiB in 0.001209 sec., 34739.45409429281 rows/sec., 2.55 MiB/sec. 2026.05.04 23:58:29.182349 [ 4 ] {e21a963e-38ac-42eb-98cb-83901cbaf2bf} TCPHandler: Processed in 0.001371406 sec. 2026.05.04 23:58:29.182467 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.182561 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:29.182598 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:29.183030 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.183066 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.183389 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:58:29.183569 [ 201 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5410 rows, containing 5 columns (5 merged, 0 gathered) in 0.002575758 sec., 2100352.595236043 rows/sec., 166.07 MiB/sec. 2026.05.04 23:58:29.183602 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.183724 [ 67 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:58:29.183743 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} executeQuery: Read 106 rows, 8.48 KiB in 0.001202 sec., 88186.35607321133 rows/sec., 6.89 MiB/sec. 2026.05.04 23:58:29.183763 [ 67 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.183781 [ 4 ] {a6474a66-2004-4b16-a2ed-5655a6cfecc0} TCPHandler: Processed in 0.001361735 sec. 2026.05.04 23:58:29.183789 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.183836 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:58:29.183865 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:58:29.183904 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.183956 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:29.183984 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1402 rows starting from the beginning of the part 2026.05.04 23:58:29.183999 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:29.184036 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2026.05.04 23:58:29.184044 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:29.184080 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 106 rows starting from the beginning of the part 2026.05.04 23:58:29.184109 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.184128 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1288 rows starting from the beginning of the part 2026.05.04 23:58:29.184171 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2026.05.04 23:58:29.184192 [ 198 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_41_8} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:58:29.184210 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 106 rows starting from the beginning of the part 2026.05.04 23:58:29.184269 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.04 23:58:29.184471 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.184508 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.184840 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:58:29.185058 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.185173 [ 67 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:58:29.185191 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.05.04 23:58:29.185206 [ 67 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.185225 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.185228 [ 4 ] {4850f6a3-78e5-48dd-8851-09a170a00de1} TCPHandler: Processed in 0.001370865 sec. 2026.05.04 23:58:29.185328 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:58:29.185359 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.185455 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:29.185457 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:29.185461 [ 194 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3030 rows, containing 5 columns (5 merged, 0 gathered) in 0.001625982 sec., 1863489.2637187866 rows/sec., 134.82 MiB/sec. 2026.05.04 23:58:29.185496 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13640 rows starting from the beginning of the part 2026.05.04 23:58:29.185527 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:29.185582 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:29.185635 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:29.185666 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:58:29.185678 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1528 rows starting from the beginning of the part 2026.05.04 23:58:29.185728 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 96 rows starting from the beginning of the part 2026.05.04 23:58:29.185771 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:29.185937 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.186015 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_41_8} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:58:29.186088 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.04 23:58:29.186367 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.186402 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.186980 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:58:29.187204 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.187341 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} executeQuery: Read 42 rows, 77.07 KiB in 0.001903 sec., 22070.41513399895 rows/sec., 39.55 MiB/sec. 2026.05.04 23:58:29.187401 [ 4 ] {97602b83-2c4d-426d-983c-34edd9ba9ad7} TCPHandler: Processed in 0.002089095 sec. 2026.05.04 23:58:29.187523 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:29.187617 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:29.187657 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:29.188000 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.188038 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.188344 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.05.04 23:58:29.188560 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.188676 [ 67 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.05.04 23:58:29.188685 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.05.04 23:58:29.188708 [ 67 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.188726 [ 4 ] {c279e13d-1dab-4c5a-9b6b-0851ae5c8b33} TCPHandler: Processed in 0.001250833 sec. 2026.05.04 23:58:29.188727 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.188835 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.05.04 23:58:29.188962 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:29.188994 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part 2026.05.04 23:58:29.189058 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:29.189104 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:29.189146 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part 2026.05.04 23:58:29.189189 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 36 rows starting from the beginning of the part 2026.05.04 23:58:29.189230 [ 194 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:29.189839 [ 201 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 15744 rows, containing 5 columns (5 merged, 0 gathered) in 0.004555419 sec., 3456103.5988127547 rows/sec., 222.41 MiB/sec. 2026.05.04 23:58:29.190243 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:58:29.190345 [ 199 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2088 rows, containing 4 columns (4 merged, 0 gathered) in 0.00154719 sec., 1349543.3657146182 rows/sec., 90.95 MiB/sec. 2026.05.04 23:58:29.190497 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.190570 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_41_8} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:58:29.190641 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. 2026.05.04 23:58:29.190646 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.05.04 23:58:29.190922 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.190993 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_41_8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.05.04 23:58:29.191071 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.05.04 23:58:29.300681 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.05.04 23:58:29.317092 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.317138 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.322771 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:58:29.323466 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.323746 [ 67 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:58:29.323789 [ 67 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:29.323812 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:29.323965 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:58:29.326435 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.05.04 23:58:29.328045 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:29.329438 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.05.04 23:58:29.333882 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.05.04 23:58:29.338339 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.05.04 23:58:29.342570 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.05.04 23:58:29.347136 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.05.04 23:58:29.351722 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.05.04 23:58:29.403293 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.079403363 sec., 2468.4093040240623 rows/sec., 12.76 MiB/sec. 2026.05.04 23:58:29.405956 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:58:29.407951 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:29.408048 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_26_5} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:58:29.410468 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.04 23:58:30.000259 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 264.06 MiB, peak 274.62 MiB, free memory in arenas 0.00 B, will set to 270.45 MiB (RSS), difference: 6.39 MiB 2026.05.04 23:58:33.693339 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 712 2026.05.04 23:58:33.695649 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:33.695703 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:33.697016 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.05.04 23:58:33.697310 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:33.697684 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2026.05.04 23:58:34.173464 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:34.173811 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:34.174131 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:34.174164 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:34.174369 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:34.174434 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:34.174568 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:58:34.174682 [ 325 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:34.174739 [ 332 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:34.174757 [ 338 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:34.174738 [ 323 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:34.174963 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:34.174999 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:34.175079 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:34.175098 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:34.175132 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:34.175173 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:34.176355 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} executeQuery: Read 35 rows, 6.04 KiB in 0.002696 sec., 12982.19584569733 rows/sec., 2.19 MiB/sec. 2026.05.04 23:58:34.176456 [ 4 ] {2ce7d8c1-a528-4432-8793-10b0c3adc30d} TCPHandler: Processed in 0.003154293 sec. 2026.05.04 23:58:34.178162 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:34.178274 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:34.178316 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:34.178849 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:34.178892 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:34.179248 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:58:34.179472 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:34.179617 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} executeQuery: Read 56 rows, 4.41 KiB in 0.001374 sec., 40756.914119359535 rows/sec., 3.13 MiB/sec. 2026.05.04 23:58:34.179655 [ 4 ] {7aaa5655-cc02-4d7e-bb9b-6365c08934a8} TCPHandler: Processed in 0.001543041 sec. 2026.05.04 23:58:34.179786 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:34.179881 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:34.179921 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:34.180352 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:34.180388 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:34.180676 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:58:34.180877 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:34.181003 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} executeQuery: Read 64 rows, 5.12 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 4.38 MiB/sec. 2026.05.04 23:58:34.181040 [ 4 ] {1a42f254-2f50-4c68-bc96-832ab80a4e39} TCPHandler: Processed in 0.001301514 sec. 2026.05.04 23:58:34.181156 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:34.181249 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:34.181291 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:34.181691 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:34.181727 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:34.182039 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:58:34.182248 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:34.182374 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. 2026.05.04 23:58:34.182410 [ 4 ] {6c55ea07-91ab-472d-b93e-b44a13de1290} TCPHandler: Processed in 0.001301394 sec. 2026.05.04 23:58:34.182547 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:34.182640 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:34.182680 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:34.183009 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:34.183044 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:34.183332 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.05.04 23:58:34.183534 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:34.183659 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. 2026.05.04 23:58:34.183695 [ 4 ] {53eeb611-a401-486d-8a38-1493b6944e2a} TCPHandler: Processed in 0.001194582 sec. 2026.05.04 23:58:36.159508 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12903 2026.05.04 23:58:36.160044 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:36.160087 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:36.160722 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:58:36.160976 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:36.161121 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12903 2026.05.04 23:58:36.827403 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.05.04 23:58:36.842977 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:36.843048 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:36.848712 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:58:36.849403 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:36.852191 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.05.04 23:58:39.175806 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.176149 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:58:39.176495 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:39.176530 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:58:39.176758 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:39.176823 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:39.176959 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:58:39.177077 [ 325 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:39.177104 [ 332 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:39.177105 [ 331 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:39.177105 [ 323 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:39.177276 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:39.177302 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:39.177368 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:39.177387 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:39.177420 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:58:39.177456 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:58:39.178712 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} executeQuery: Read 35 rows, 6.04 KiB in 0.00269 sec., 13011.152416356877 rows/sec., 2.19 MiB/sec. 2026.05.04 23:58:39.178824 [ 4 ] {a09d3e63-94f4-483e-b607-cf839d6eb4ef} TCPHandler: Processed in 0.003180253 sec. 2026.05.04 23:58:39.182058 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.182188 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.182238 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:58:39.182772 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.182820 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.183186 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:58:39.183404 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.183545 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} executeQuery: Read 24 rows, 2.04 KiB in 0.001392 sec., 17241.379310344826 rows/sec., 1.43 MiB/sec. 2026.05.04 23:58:39.183587 [ 4 ] {6a7da341-f8f9-4611-9c83-367ba28e1872} TCPHandler: Processed in 0.001590402 sec. 2026.05.04 23:58:39.183713 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.183807 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:58:39.183846 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:58:39.184239 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.184274 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.184571 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.05.04 23:58:39.184804 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.184933 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} executeQuery: Read 14 rows, 1.14 KiB in 0.001144 sec., 12237.762237762237 rows/sec., 997.90 KiB/sec. 2026.05.04 23:58:39.184970 [ 4 ] {e8013ae0-50ce-4b2d-b107-8ffc2cfbb41e} TCPHandler: Processed in 0.001304254 sec. 2026.05.04 23:58:39.185087 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.185180 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:39.185219 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:39.185741 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.185776 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.186096 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:58:39.186295 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.186420 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} executeQuery: Read 267 rows, 24.46 KiB in 0.001258 sec., 212241.653418124 rows/sec., 18.99 MiB/sec. 2026.05.04 23:58:39.186456 [ 4 ] {65383809-9344-4441-86dc-794454bb9560} TCPHandler: Processed in 0.001416197 sec. 2026.05.04 23:58:39.186573 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.186665 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.186703 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:39.187099 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.187135 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.187427 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:58:39.187625 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.187761 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} executeQuery: Read 68 rows, 5.10 KiB in 0.001113 sec., 61096.13656783468 rows/sec., 4.47 MiB/sec. 2026.05.04 23:58:39.187797 [ 4 ] {36af36b2-da14-4184-8ef3-3c749133ec7e} TCPHandler: Processed in 0.001272183 sec. 2026.05.04 23:58:39.187916 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.188009 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.188046 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:58:39.188437 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.188472 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.188749 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:58:39.188940 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.189055 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} executeQuery: Read 24 rows, 2.04 KiB in 0.001095 sec., 21917.80821917808 rows/sec., 1.82 MiB/sec. 2026.05.04 23:58:39.189089 [ 4 ] {365e31b0-d823-42d0-9dc4-8c7e5f55cde0} TCPHandler: Processed in 0.001255453 sec. 2026.05.04 23:58:39.189199 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.189285 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.189321 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:58:39.189759 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.189794 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.190100 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:58:39.190299 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.190422 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. 2026.05.04 23:58:39.190457 [ 4 ] {2682ec7c-6b4c-42c9-835f-3350289729ed} TCPHandler: Processed in 0.001263733 sec. 2026.05.04 23:58:39.190575 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.190667 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:39.190705 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:39.191155 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.191190 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.191494 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:58:39.191697 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.191819 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} executeQuery: Read 156 rows, 12.88 KiB in 0.001171 sec., 133219.4705380017 rows/sec., 10.74 MiB/sec. 2026.05.04 23:58:39.191855 [ 4 ] {f98a9f49-66b9-4d88-a6a7-ff3b1104d1fa} TCPHandler: Processed in 0.001329155 sec. 2026.05.04 23:58:39.191973 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.192065 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.192105 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:39.192488 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.192523 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.192875 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:58:39.193075 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.193199 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} executeQuery: Read 203 rows, 14.89 KiB in 0.001152 sec., 176215.27777777778 rows/sec., 12.62 MiB/sec. 2026.05.04 23:58:39.193234 [ 4 ] {58beed45-907b-4680-a140-e8d6a78e4548} TCPHandler: Processed in 0.001308044 sec. 2026.05.04 23:58:39.193352 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.193444 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.193496 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:39.194289 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.194324 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.194931 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:58:39.195146 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.195289 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} executeQuery: Read 42 rows, 77.07 KiB in 0.001861 sec., 22568.511552928532 rows/sec., 40.44 MiB/sec. 2026.05.04 23:58:39.195341 [ 4 ] {857cd80f-ded7-4946-84ad-ea6704040425} TCPHandler: Processed in 0.002035353 sec. 2026.05.04 23:58:39.195459 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:39.195554 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:39.195594 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:39.195936 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:39.195974 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:39.196281 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.05.04 23:58:39.196479 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:39.196601 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.05.04 23:58:39.196635 [ 4 ] {614eaca8-fe4b-452c-ab20-a185e9b4a4b8} TCPHandler: Processed in 0.001223592 sec. 2026.05.04 23:58:43.560268 [ 38 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:58:43.560382 [ 38 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:58:43.661325 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13351 2026.05.04 23:58:43.661931 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:43.661982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:43.662544 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:58:43.662781 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:43.662909 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13351 2026.05.04 23:58:43.698014 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 744 2026.05.04 23:58:43.700779 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:43.700820 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:43.702070 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.05.04 23:58:43.702330 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:43.702583 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 744 2026.05.04 23:58:44.173065 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:44.173283 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:44.173615 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:44.173648 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:44.173862 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:44.173929 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:44.174063 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:58:44.174178 [ 325 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:44.174194 [ 323 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:44.174195 [ 347 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:44.174195 [ 331 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:44.174344 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:44.174371 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:44.174439 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:44.174458 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:44.174491 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:44.174537 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:44.175634 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} executeQuery: Read 35 rows, 6.04 KiB in 0.002436 sec., 14367.816091954024 rows/sec., 2.42 MiB/sec. 2026.05.04 23:58:44.175738 [ 4 ] {5a28a6a7-c73d-4e78-9a3c-706be37089b0} TCPHandler: Processed in 0.002791573 sec. 2026.05.04 23:58:44.177344 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:44.177449 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:44.177491 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:44.177958 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:44.178000 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:44.178365 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:58:44.178579 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:44.178719 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} executeQuery: Read 56 rows, 4.41 KiB in 0.001299 sec., 43110.084680523476 rows/sec., 3.31 MiB/sec. 2026.05.04 23:58:44.178756 [ 4 ] {aabe8c97-3ea6-4261-9c15-3ff44e455f62} TCPHandler: Processed in 0.001460599 sec. 2026.05.04 23:58:44.178878 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:44.178971 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:44.179009 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:44.179411 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:44.179447 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:44.179735 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:58:44.179955 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:44.180079 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} executeQuery: Read 64 rows, 5.12 KiB in 0.001126 sec., 56838.36589698046 rows/sec., 4.44 MiB/sec. 2026.05.04 23:58:44.180116 [ 4 ] {7c7bca6f-5e1e-4109-9c33-c68b559508f4} TCPHandler: Processed in 0.001285023 sec. 2026.05.04 23:58:44.180229 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:44.180322 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:44.180364 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:44.180759 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:44.180794 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:44.181117 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:58:44.181313 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:44.181437 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} executeQuery: Read 160 rows, 11.41 KiB in 0.001133 sec., 141218.00529567522 rows/sec., 9.84 MiB/sec. 2026.05.04 23:58:44.181473 [ 4 ] {688cec3c-8758-4acb-8a3b-a152c8363a32} TCPHandler: Processed in 0.001291074 sec. 2026.05.04 23:58:44.181582 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:44.181675 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:44.181715 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:44.182041 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:44.182076 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:44.182382 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.05.04 23:58:44.182575 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:44.182699 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.05.04 23:58:44.182734 [ 4 ] {743cae2a-15d6-45c0-873c-9abbce301612} TCPHandler: Processed in 0.001198801 sec. 2026.05.04 23:58:44.352462 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.05.04 23:58:44.368876 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:44.368920 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:44.375145 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:58:44.375856 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:44.378584 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.05.04 23:58:49.173626 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.173861 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:49.174192 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:49.174229 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:49.174447 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:49.174516 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:49.174658 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:58:49.174791 [ 325 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:49.174797 [ 323 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:49.174798 [ 347 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:49.174797 [ 331 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:49.174948 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:49.174975 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:49.175046 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:49.175066 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:49.175101 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:49.175139 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:49.176258 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} executeQuery: Read 35 rows, 6.04 KiB in 0.002482 sec., 14101.531023368252 rows/sec., 2.37 MiB/sec. 2026.05.04 23:58:49.176397 [ 4 ] {4b586278-f007-47db-a3c9-7a627b576c70} TCPHandler: Processed in 0.002893826 sec. 2026.05.04 23:58:49.178729 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.178841 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:49.178887 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:49.179462 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.179507 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:49.179876 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.04 23:58:49.180102 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.180247 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} executeQuery: Read 140 rows, 12.49 KiB in 0.001477 sec., 94786.72985781991 rows/sec., 8.26 MiB/sec. 2026.05.04 23:58:49.180286 [ 4 ] {35ba7413-8fc5-41e7-8aa9-c3e48039b371} TCPHandler: Processed in 0.001649573 sec. 2026.05.04 23:58:49.180413 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.180506 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:49.180545 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:49.181036 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.181073 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:49.181375 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:58:49.181591 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.181699 [ 34 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:58:49.181725 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} executeQuery: Read 42 rows, 3.16 KiB in 0.001183 sec., 35502.958579881655 rows/sec., 2.61 MiB/sec. 2026.05.04 23:58:49.181761 [ 34 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.181772 [ 4 ] {4004e8d5-1e0a-43d8-ab36-6423a4ed8240} TCPHandler: Processed in 0.001358616 sec. 2026.05.04 23:58:49.181786 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:49.181903 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.181925 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:58:49.182003 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:49.182046 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:49.182072 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:49.182110 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 81 rows starting from the beginning of the part 2026.05.04 23:58:49.182175 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.182279 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part 2026.05.04 23:58:49.182335 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.182381 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 68 rows starting from the beginning of the part 2026.05.04 23:58:49.182427 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.182486 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.182526 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:49.183115 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.04 23:58:49.183356 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.183446 [ 201 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.001587562 sec., 178890.65119976416 rows/sec., 13.79 MiB/sec. 2026.05.04 23:58:49.183494 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} executeQuery: Read 106 rows, 8.48 KiB in 0.00151 sec., 70198.67549668874 rows/sec., 5.48 MiB/sec. 2026.05.04 23:58:49.183536 [ 4 ] {4eb84b9e-66f5-499a-b350-48fafeb70958} TCPHandler: Processed in 0.001681204 sec. 2026.05.04 23:58:49.183630 [ 190 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:58:49.183680 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.183780 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:49.183826 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:49.183942 [ 190 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.184029 [ 190 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_26_5} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:58:49.184123 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.04 23:58:49.184294 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.184336 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:49.184690 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.04 23:58:49.184915 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.185054 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} executeQuery: Read 160 rows, 11.41 KiB in 0.001292 sec., 123839.0092879257 rows/sec., 8.63 MiB/sec. 2026.05.04 23:58:49.185117 [ 4 ] {bcc70ffa-50b5-42ac-8985-fbdafbdf4d04} TCPHandler: Processed in 0.001485569 sec. 2026.05.04 23:58:49.185238 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.185333 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:49.185387 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:49.186237 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.186275 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:49.186846 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:58:49.187071 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.187190 [ 34 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:58:49.187213 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} executeQuery: Read 42 rows, 77.07 KiB in 0.001897 sec., 22140.22140221402 rows/sec., 39.67 MiB/sec. 2026.05.04 23:58:49.187229 [ 34 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.187254 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.67 GiB. 2026.05.04 23:58:49.187282 [ 4 ] {6cd2f746-617f-4e27-9278-a0e326997421} TCPHandler: Processed in 0.002091715 sec. 2026.05.04 23:58:49.187337 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:58:49.187421 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:49.187520 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:49.187560 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:49.187562 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:49.187624 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 577 rows starting from the beginning of the part 2026.05.04 23:58:49.187762 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.187879 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 9 rows starting from the beginning of the part 2026.05.04 23:58:49.187946 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:49.187984 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.187988 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:49.188090 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.188191 [ 201 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2026.05.04 23:58:49.188327 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.05.04 23:58:49.188578 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.188724 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} executeQuery: Read 60 rows, 4.14 KiB in 0.001222 sec., 49099.836333878884 rows/sec., 3.31 MiB/sec. 2026.05.04 23:58:49.188760 [ 4 ] {62d09b92-4fc9-4712-a5c6-0a6806f0a91f} TCPHandler: Processed in 0.001388666 sec. 2026.05.04 23:58:49.193414 [ 190 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 19 columns (19 merged, 0 gathered) in 0.00611451 sec., 123313.23360334679 rows/sec., 220.97 MiB/sec. 2026.05.04 23:58:49.194343 [ 188 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:58:49.194683 [ 188 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:49.194758 [ 188 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_26_5} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:58:49.194851 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB. 2026.05.04 23:58:50.000266 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 273.51 MiB, peak 281.16 MiB, free memory in arenas 0.00 B, will set to 275.75 MiB (RSS), difference: 2.24 MiB 2026.05.04 23:58:50.892760 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.893002 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:58:50.893336 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:50.893375 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:58:50.893607 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:50.893677 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:50.893817 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.04 23:58:50.893943 [ 345 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:50.893948 [ 347 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:50.893947 [ 323 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:50.893947 [ 331 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:50.894118 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:50.894145 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:50.894214 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:50.894234 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:50.894270 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:58:50.894309 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:58:50.895480 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} executeQuery: Read 35 rows, 7.62 KiB in 0.002572 sec., 13608.087091757387 rows/sec., 2.89 MiB/sec. 2026.05.04 23:58:50.895592 [ 4 ] {951c7071-99c6-427a-baff-639a35813f21} TCPHandler: Processed in 0.002959998 sec. 2026.05.04 23:58:50.907880 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.907991 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:58:50.908037 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:58:50.908517 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.908559 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.908914 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.05.04 23:58:50.909152 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.909309 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} executeQuery: Read 2 rows, 167.00 B in 0.001349 sec., 1482.5796886582655 rows/sec., 120.89 KiB/sec. 2026.05.04 23:58:50.909348 [ 4 ] {920a6a37-59ab-4406-b571-6429af105917} TCPHandler: Processed in 0.00152063 sec. 2026.05.04 23:58:50.909478 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.909578 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:50.909619 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:50.911162 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.911201 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.911653 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.04 23:58:50.911871 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.912000 [ 30 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.04 23:58:50.912010 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} executeQuery: Read 2402 rows, 181.40 KiB in 0.002452 sec., 979608.4828711256 rows/sec., 72.25 MiB/sec. 2026.05.04 23:58:50.912060 [ 30 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.912071 [ 4 ] {cb4a3fb2-6720-4cf5-9223-e07c225e3a2d} TCPHandler: Processed in 0.002643019 sec. 2026.05.04 23:58:50.912096 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.912204 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.912232 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.04 23:58:50.912307 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:50.912353 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:50.912388 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:50.912435 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2617 rows starting from the beginning of the part 2026.05.04 23:58:50.912508 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:50.912554 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 267 rows starting from the beginning of the part 2026.05.04 23:58:50.912601 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part 2026.05.04 23:58:50.912640 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 140 rows starting from the beginning of the part 2026.05.04 23:58:50.912685 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 2402 rows starting from the beginning of the part 2026.05.04 23:58:50.912772 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.912812 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.913150 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:58:50.913367 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.913501 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} executeQuery: Read 11 rows, 836.00 B in 0.001215 sec., 9053.497942386832 rows/sec., 671.94 KiB/sec. 2026.05.04 23:58:50.913539 [ 4 ] {6a3cbd3d-117e-4d80-8af2-50943b74999e} TCPHandler: Processed in 0.001383956 sec. 2026.05.04 23:58:50.913662 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.913756 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:58:50.913793 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:58:50.914437 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.914472 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.914863 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:58:50.914986 [ 197 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 5 columns (5 merged, 0 gathered) in 0.002805874 sec., 1973716.5674581255 rows/sec., 156.82 MiB/sec. 2026.05.04 23:58:50.915083 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.915215 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} executeQuery: Read 801 rows, 47.38 KiB in 0.001471 sec., 544527.5322909585 rows/sec., 31.45 MiB/sec. 2026.05.04 23:58:50.915252 [ 4 ] {dfcfd061-76c9-4da3-a4fd-f79f58ef0c67} TCPHandler: Processed in 0.001638453 sec. 2026.05.04 23:58:50.915326 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.04 23:58:50.915371 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.915471 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:50.915513 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:58:50.915598 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.915670 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_46_9} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.04 23:58:50.915746 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.05.04 23:58:50.915902 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.915943 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.916247 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.05.04 23:58:50.916457 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.916586 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} executeQuery: Read 1 rows, 72.00 B in 0.001134 sec., 881.8342151675485 rows/sec., 62.00 KiB/sec. 2026.05.04 23:58:50.916622 [ 4 ] {a4f86899-6602-401f-b245-4eb92a8cc21f} TCPHandler: Processed in 0.001298574 sec. 2026.05.04 23:58:50.916739 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.916833 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:50.916873 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:50.917733 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.917770 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.918139 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.04 23:58:50.918353 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.918459 [ 30 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.04 23:58:50.918480 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} executeQuery: Read 1290 rows, 88.12 KiB in 0.001665 sec., 774774.7747747748 rows/sec., 51.68 MiB/sec. 2026.05.04 23:58:50.918502 [ 30 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.918523 [ 4 ] {b6723e11-d85e-4b3c-a2d5-b7b10e0117b1} TCPHandler: Processed in 0.001832277 sec. 2026.05.04 23:58:50.918534 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.918649 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.04 23:58:50.918669 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.918780 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:50.918791 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:50.918823 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:50.918840 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1402 rows starting from the beginning of the part 2026.05.04 23:58:50.918928 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.05.04 23:58:50.918991 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 156 rows starting from the beginning of the part 2026.05.04 23:58:50.919046 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part 2026.05.04 23:58:50.919096 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 106 rows starting from the beginning of the part 2026.05.04 23:58:50.919150 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1290 rows starting from the beginning of the part 2026.05.04 23:58:50.919514 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.919555 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.920022 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.04 23:58:50.920248 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.920358 [ 30 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.04 23:58:50.920381 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} executeQuery: Read 1517 rows, 94.44 KiB in 0.001619 sec., 936998.1470043237 rows/sec., 56.96 MiB/sec. 2026.05.04 23:58:50.920387 [ 30 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.920421 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.920425 [ 4 ] {d2b28fdd-356e-4bda-84fd-17b7ac9d8d9f} TCPHandler: Processed in 0.001804498 sec. 2026.05.04 23:58:50.920498 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.04 23:58:50.920556 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.920590 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:50.920621 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 15744 rows starting from the beginning of the part 2026.05.04 23:58:50.920633 [ 196 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 5 columns (5 merged, 0 gathered) in 0.002032894 sec., 1516065.2744314263 rows/sec., 110.12 MiB/sec. 2026.05.04 23:58:50.920655 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:50.920672 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:50.920713 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:50.920720 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part 2026.05.04 23:58:50.920772 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:50.920808 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.05.04 23:58:50.920821 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.04 23:58:50.920849 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1517 rows starting from the beginning of the part 2026.05.04 23:58:50.921156 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.921236 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_46_9} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.04 23:58:50.921312 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.04 23:58:50.921471 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.921513 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.922163 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:58:50.922404 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.922550 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} executeQuery: Read 9 rows, 16.51 KiB in 0.001913 sec., 4704.652378463147 rows/sec., 8.43 MiB/sec. 2026.05.04 23:58:50.922612 [ 4 ] {ad9baaed-2e3f-4d56-a150-d1048c0e4b87} TCPHandler: Processed in 0.002104205 sec. 2026.05.04 23:58:50.922743 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:50.922838 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:50.922881 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:50.923211 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.923248 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.923649 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.05.04 23:58:50.923875 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.923980 [ 30 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.05.04 23:58:50.924005 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} executeQuery: Read 24 rows, 1.66 KiB in 0.001185 sec., 20253.164556962023 rows/sec., 1.36 MiB/sec. 2026.05.04 23:58:50.924009 [ 30 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:50.924044 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:50.924048 [ 4 ] {97496388-65d1-48e7-b305-6eb1f6ccb03d} TCPHandler: Processed in 0.001353115 sec. 2026.05.04 23:58:50.924141 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.05.04 23:58:50.924250 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:50.924283 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2088 rows starting from the beginning of the part 2026.05.04 23:58:50.924346 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:50.924398 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:50.924446 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:50.924492 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.05.04 23:58:50.924539 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.05.04 23:58:50.924956 [ 190 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 17944 rows, containing 5 columns (5 merged, 0 gathered) in 0.004489617 sec., 3996777.4533997 rows/sec., 256.89 MiB/sec. 2026.05.04 23:58:50.925206 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.04 23:58:50.925461 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.925524 [ 189 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_46_9} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.04 23:58:50.925583 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.51 MiB. 2026.05.04 23:58:50.925821 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2352 rows, containing 4 columns (4 merged, 0 gathered) in 0.001725175 sec., 1363339.9510194617 rows/sec., 91.88 MiB/sec. 2026.05.04 23:58:50.926031 [ 189 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.05.04 23:58:50.926276 [ 189 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:50.926345 [ 189 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_46_9} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.05.04 23:58:50.926415 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.05.04 23:58:51.163027 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13863 2026.05.04 23:58:51.163565 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:51.163599 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:51.164072 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:58:51.164288 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:51.164414 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13863 2026.05.04 23:58:51.878675 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.05.04 23:58:51.895675 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:51.895736 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:51.901575 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:58:51.902283 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:51.905237 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.05.04 23:58:53.702863 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 788 2026.05.04 23:58:53.705757 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:53.705818 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:53.707128 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.05.04 23:58:53.707415 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:53.707582 [ 58 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.05.04 23:58:53.707656 [ 58 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:53.707682 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:53.707785 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.05.04 23:58:53.707794 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 788 2026.05.04 23:58:53.708348 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:58:53.708514 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 608 rows starting from the beginning of the part 2026.05.04 23:58:53.708894 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2026.05.04 23:58:53.709255 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part 2026.05.04 23:58:53.709597 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 28 rows starting from the beginning of the part 2026.05.04 23:58:53.709932 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part 2026.05.04 23:58:53.710268 [ 189 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part 2026.05.04 23:58:53.716661 [ 186 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 788 rows, containing 72 columns (72 merged, 0 gathered) in 0.008919563 sec., 88345.13529418425 rows/sec., 76.35 MiB/sec. 2026.05.04 23:58:53.717975 [ 190 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.05.04 23:58:53.718552 [ 190 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:53.718623 [ 190 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_21_4} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.05.04 23:58:53.718836 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. 2026.05.04 23:58:54.170850 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:54.171074 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:54.171398 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:54.171434 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:54.171651 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:54.171725 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:54.171863 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:58:54.171974 [ 345 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:54.171992 [ 336 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:54.171992 [ 347 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:54.171992 [ 331 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:54.172163 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:54.172189 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:54.172260 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:54.172281 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:54.172316 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:54.172355 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:54.173648 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} executeQuery: Read 35 rows, 6.04 KiB in 0.00266 sec., 13157.894736842105 rows/sec., 2.22 MiB/sec. 2026.05.04 23:58:54.173766 [ 4 ] {f84f8b38-466b-417e-ac71-8e10b3ee7379} TCPHandler: Processed in 0.003035439 sec. 2026.05.04 23:58:54.175011 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:54.175121 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:54.175165 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:54.175662 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:54.175706 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:54.176077 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.04 23:58:54.176319 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:54.176472 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} executeQuery: Read 56 rows, 4.41 KiB in 0.001382 sec., 40520.98408104197 rows/sec., 3.11 MiB/sec. 2026.05.04 23:58:54.176511 [ 4 ] {ba8982ed-8efe-462d-b479-33a02394ed02} TCPHandler: Processed in 0.00155036 sec. 2026.05.04 23:58:54.176636 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:54.176738 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:54.176780 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:54.177206 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:54.177244 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:54.177559 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.04 23:58:54.177791 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:54.177922 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2026.05.04 23:58:54.177960 [ 4 ] {32833ad8-4f39-4327-a8cd-eac3790a542e} TCPHandler: Processed in 0.001372856 sec. 2026.05.04 23:58:54.178078 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:54.178175 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:54.178218 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:54.178587 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:54.178624 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:54.178953 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.04 23:58:54.179175 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:54.179305 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} executeQuery: Read 96 rows, 6.85 KiB in 0.001148 sec., 83623.69337979094 rows/sec., 5.82 MiB/sec. 2026.05.04 23:58:54.179342 [ 4 ] {82417879-632e-436e-8352-9ef00ab580ab} TCPHandler: Processed in 0.001311005 sec. 2026.05.04 23:58:54.179606 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:54.179715 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:54.179765 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:54.180153 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:54.180189 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:54.180513 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.05.04 23:58:54.180722 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:54.180855 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} executeQuery: Read 36 rows, 2.48 KiB in 0.001164 sec., 30927.83505154639 rows/sec., 2.08 MiB/sec. 2026.05.04 23:58:54.180891 [ 4 ] {2cb752e2-a1b5-48ca-bdbf-7ecf38c5d0fc} TCPHandler: Processed in 0.001347085 sec. 2026.05.04 23:58:58.560438 [ 7 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:58:58.560506 [ 7 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:58:58.664516 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14311 2026.05.04 23:58:58.665084 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:58.665132 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:58.665761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:58:58.666006 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:58.666135 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14311 2026.05.04 23:58:59.174244 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.174474 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:58:59.174800 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:58:59.174837 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:58:59.175054 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:58:59.175124 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:58:59.175261 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:58:59.175395 [ 308 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:58:59.175398 [ 347 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:58:59.175398 [ 336 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:58:59.175401 [ 331 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:58:59.175640 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:58:59.175670 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:58:59.175738 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:58:59.175759 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:58:59.175792 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:59.175833 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:58:59.177034 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} executeQuery: Read 35 rows, 6.04 KiB in 0.002646 sec., 13227.513227513227 rows/sec., 2.23 MiB/sec. 2026.05.04 23:58:59.177165 [ 4 ] {88044447-0bcc-4d1e-82bb-fb73c69c5ec4} TCPHandler: Processed in 0.00304164 sec. 2026.05.04 23:58:59.179449 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.179576 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:58:59.179627 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:58:59.180259 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.180295 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.180676 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.04 23:58:59.180902 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.181050 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} executeQuery: Read 140 rows, 12.49 KiB in 0.001511 sec., 92653.8716082065 rows/sec., 8.07 MiB/sec. 2026.05.04 23:58:59.181088 [ 4 ] {3a5b601c-6b32-43f0-996b-b914636f1043} TCPHandler: Processed in 0.001700124 sec. 2026.05.04 23:58:59.181212 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.181319 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:58:59.181359 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:58:59.181796 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.181829 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.182131 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:58:59.182334 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.182463 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} executeQuery: Read 42 rows, 3.16 KiB in 0.001164 sec., 36082.47422680412 rows/sec., 2.65 MiB/sec. 2026.05.04 23:58:59.182498 [ 4 ] {0468b19c-156f-44b7-a398-b89fc49ce4dd} TCPHandler: Processed in 0.001335944 sec. 2026.05.04 23:58:59.182633 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.182727 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:58:59.182775 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:58:59.183223 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.183256 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.183553 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.04 23:58:59.183757 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.183887 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} executeQuery: Read 106 rows, 8.48 KiB in 0.001179 sec., 89906.7005937235 rows/sec., 7.02 MiB/sec. 2026.05.04 23:58:59.183922 [ 4 ] {4080ba78-c052-48cd-a5b3-9cb3eab3a9bd} TCPHandler: Processed in 0.001336765 sec. 2026.05.04 23:58:59.184050 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.184143 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:59.184184 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:58:59.184581 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.184613 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.184929 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.04 23:58:59.185159 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.185288 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2026.05.04 23:58:59.185322 [ 4 ] {45a966ce-9038-4506-9096-27edf0e9de79} TCPHandler: Processed in 0.001327995 sec. 2026.05.04 23:58:59.185449 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.185542 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:58:59.185595 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:58:59.186436 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.186469 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.187017 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.05.04 23:58:59.187237 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.187372 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} executeQuery: Read 42 rows, 77.07 KiB in 0.001848 sec., 22727.272727272728 rows/sec., 40.73 MiB/sec. 2026.05.04 23:58:59.187423 [ 4 ] {f65c34a8-4ece-4c44-9943-fe58d106b68a} TCPHandler: Processed in 0.002024483 sec. 2026.05.04 23:58:59.187549 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:58:59.187659 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:58:59.187700 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:58:59.188045 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.188077 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.188372 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.05.04 23:58:59.188573 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.188700 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2026.05.04 23:58:59.188735 [ 4 ] {6e70a811-443f-4498-9193-0cc74d2c3c64} TCPHandler: Processed in 0.001232992 sec. 2026.05.04 23:58:59.405321 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.05.04 23:58:59.422165 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:58:59.422207 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:58:59.427889 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:58:59.428597 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:58:59.431638 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.05.04 23:59:03.552730 [ 98 ] {} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.05.04 23:59:03.552851 [ 98 ] {} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:03.552891 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:03.553063 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.05.04 23:59:03.553275 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:03.553328 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 826 rows starting from the beginning of the part 2026.05.04 23:59:03.553431 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:03.553507 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 801 rows starting from the beginning of the part 2026.05.04 23:59:03.553577 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:03.553642 [ 195 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 801 rows starting from the beginning of the part 2026.05.04 23:59:03.554849 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 2476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001862779 sec., 1329196.8612487041 rows/sec., 82.83 MiB/sec. 2026.05.04 23:59:03.555032 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.05.04 23:59:03.555307 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:03.555376 [ 186 ] {f3ee58fe-ae77-463c-a209-fb85ceae2ebf::all_1_14_3} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.05.04 23:59:03.555460 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.05.04 23:59:03.708098 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 812 2026.05.04 23:59:03.710283 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:03.710319 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:03.711451 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.05.04 23:59:03.711713 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:03.711958 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 812 2026.05.04 23:59:04.172838 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:04.173055 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:04.173369 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:04.173401 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:04.173612 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:04.173677 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:04.173812 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:59:04.173933 [ 336 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:04.173940 [ 308 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:04.173937 [ 331 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:04.173937 [ 347 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:04.174120 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:04.174146 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:04.174213 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:04.174232 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:04.174266 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:04.174306 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:04.175518 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} executeQuery: Read 35 rows, 6.04 KiB in 0.002547 sec., 13741.65685119749 rows/sec., 2.31 MiB/sec. 2026.05.04 23:59:04.175641 [ 4 ] {0d6587b4-c760-4cd4-8bb5-73d6507abc92} TCPHandler: Processed in 0.002928517 sec. 2026.05.04 23:59:04.177280 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:04.177393 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:04.177436 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:04.177961 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:04.177997 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:04.178361 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.04 23:59:04.178588 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:04.178736 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} executeQuery: Read 56 rows, 4.41 KiB in 0.001373 sec., 40786.59868900218 rows/sec., 3.13 MiB/sec. 2026.05.04 23:59:04.178774 [ 4 ] {e06410e9-c745-4b5d-b5c6-a910f5144446} TCPHandler: Processed in 0.00154389 sec. 2026.05.04 23:59:04.178915 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:04.179009 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:04.179047 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:04.179467 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:04.179501 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:04.179790 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.04 23:59:04.179993 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:04.180115 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} executeQuery: Read 64 rows, 5.12 KiB in 0.001124 sec., 56939.50177935943 rows/sec., 4.44 MiB/sec. 2026.05.04 23:59:04.180151 [ 4 ] {a1853c0b-7b00-417f-a9c3-6f4962f18046} TCPHandler: Processed in 0.001293534 sec. 2026.05.04 23:59:04.180299 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:04.180402 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:04.180444 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:04.180872 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:04.180907 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:04.181222 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.04 23:59:04.181436 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:04.181558 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.05.04 23:59:04.181601 [ 4 ] {330fe3d4-925b-4d37-baba-feb1140a643c} TCPHandler: Processed in 0.001348815 sec. 2026.05.04 23:59:04.181721 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:04.181814 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:04.181855 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:04.182181 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:04.182214 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:04.182521 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.05.04 23:59:04.182739 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:04.182863 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.05.04 23:59:04.182904 [ 4 ] {a87234be-3860-415f-9e40-449e33d1bfc7} TCPHandler: Processed in 0.001226732 sec. 2026.05.04 23:59:06.166230 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14823 2026.05.04 23:59:06.166744 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:06.166783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:06.167402 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:59:06.167720 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:06.167855 [ 41 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:59:06.167884 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14823 2026.05.04 23:59:06.167892 [ 41 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:06.167918 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:06.168040 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:59:06.168183 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:06.168221 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12391 rows starting from the beginning of the part 2026.05.04 23:59:06.168287 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2026.05.04 23:59:06.168333 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2026.05.04 23:59:06.168375 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2026.05.04 23:59:06.168416 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2026.05.04 23:59:06.168455 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2026.05.04 23:59:06.170496 [ 194 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14823 rows, containing 4 columns (4 merged, 0 gathered) in 0.002509926 sec., 5905751.803041205 rows/sec., 84.48 MiB/sec. 2026.05.04 23:59:06.170772 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:59:06.171028 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:06.171107 [ 195 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_31_6} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:59:06.171183 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.05.04 23:59:06.931722 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.05.04 23:59:06.949323 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:06.949386 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:06.955171 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:59:06.955861 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:06.956165 [ 131 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:59:06.956264 [ 131 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:06.956302 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:06.956481 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:59:06.958849 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.05.04 23:59:06.960249 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:06.961685 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.05.04 23:59:06.966256 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.05.04 23:59:06.970602 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.05.04 23:59:06.974589 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.05.04 23:59:06.978950 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.05.04 23:59:06.982710 [ 191 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.05.04 23:59:07.000277 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 286.87 MiB, peak 286.87 MiB, free memory in arenas 0.00 B, will set to 278.53 MiB (RSS), difference: -8.34 MiB 2026.05.04 23:59:07.037553 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.081154589 sec., 2883.3859290446285 rows/sec., 14.91 MiB/sec. 2026.05.04 23:59:07.040590 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:59:07.042824 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:07.042940 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_31_6} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:59:07.045901 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.05.04 23:59:08.000214 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 269.13 MiB, peak 286.87 MiB, free memory in arenas 0.00 B, will set to 281.30 MiB (RSS), difference: 12.17 MiB 2026.05.04 23:59:09.175554 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.175816 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:59:09.176213 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:09.176260 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:59:09.176503 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:09.176574 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:09.176718 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:59:09.176835 [ 336 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:09.176849 [ 331 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:09.176849 [ 347 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:09.176838 [ 308 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:09.177029 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:09.177059 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:09.177129 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:09.177150 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:09.177188 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:59:09.177227 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:59:09.178429 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} executeQuery: Read 35 rows, 6.04 KiB in 0.002717 sec., 12881.854987118146 rows/sec., 2.17 MiB/sec. 2026.05.04 23:59:09.178543 [ 4 ] {60230d01-85a5-4232-af13-bdaeb065590b} TCPHandler: Processed in 0.003123562 sec. 2026.05.04 23:59:09.181691 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.181824 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.181879 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:59:09.182456 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.182495 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.182870 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:59:09.183099 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.183254 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} executeQuery: Read 24 rows, 2.04 KiB in 0.001469 sec., 16337.644656228727 rows/sec., 1.36 MiB/sec. 2026.05.04 23:59:09.183295 [ 4 ] {3b079697-caee-4c13-b361-f3bf1888e6c9} TCPHandler: Processed in 0.001669393 sec. 2026.05.04 23:59:09.183440 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.183543 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:59:09.183586 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:59:09.184019 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.184056 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.184359 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.05.04 23:59:09.184580 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.184714 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} executeQuery: Read 2 rows, 167.00 B in 0.001194 sec., 1675.0418760469013 rows/sec., 136.59 KiB/sec. 2026.05.04 23:59:09.184753 [ 4 ] {701ee961-405a-4898-a9cb-ab5713b7edf6} TCPHandler: Processed in 0.001375966 sec. 2026.05.04 23:59:09.184878 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.184975 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:09.185015 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:09.185571 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.185607 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.185966 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.04 23:59:09.186193 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.186328 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} executeQuery: Read 261 rows, 24.02 KiB in 0.001372 sec., 190233.23615160352 rows/sec., 17.10 MiB/sec. 2026.05.04 23:59:09.186366 [ 4 ] {7b70f175-e672-42ee-805b-e0b5f7eba27e} TCPHandler: Processed in 0.001544771 sec. 2026.05.04 23:59:09.186495 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.186592 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.186634 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:09.187059 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.187094 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.187404 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:59:09.187611 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.187742 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} executeQuery: Read 56 rows, 4.26 KiB in 0.001169 sec., 47904.19161676647 rows/sec., 3.56 MiB/sec. 2026.05.04 23:59:09.187785 [ 4 ] {4353db61-6343-4d95-a332-5a75309b167f} TCPHandler: Processed in 0.001348955 sec. 2026.05.04 23:59:09.187922 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.188018 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.188057 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:59:09.188461 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.188497 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.188795 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.05.04 23:59:09.189010 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.189140 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} executeQuery: Read 24 rows, 2.04 KiB in 0.001141 sec., 21034.180543382994 rows/sec., 1.75 MiB/sec. 2026.05.04 23:59:09.189179 [ 4 ] {59afd042-f6c5-4685-9e37-143a6f16d0cd} TCPHandler: Processed in 0.001314125 sec. 2026.05.04 23:59:09.189301 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.189397 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.189437 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:59:09.189834 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.189869 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.190161 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:59:09.190371 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.190500 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} executeQuery: Read 12 rows, 960.00 B in 0.001122 sec., 10695.187165775402 rows/sec., 835.56 KiB/sec. 2026.05.04 23:59:09.190537 [ 4 ] {19d985f6-f6f6-410c-9dc1-e4d5a48e9ec8} TCPHandler: Processed in 0.001286363 sec. 2026.05.04 23:59:09.190658 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.190764 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:09.190805 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:09.191275 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.191308 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.191644 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.04 23:59:09.191859 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.191990 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} executeQuery: Read 144 rows, 11.90 KiB in 0.001244 sec., 115755.6270096463 rows/sec., 9.34 MiB/sec. 2026.05.04 23:59:09.192029 [ 4 ] {7935e338-ec49-4e00-8b9b-52d92a6d652c} TCPHandler: Processed in 0.001420598 sec. 2026.05.04 23:59:09.192161 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.192256 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.192299 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:09.192713 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.192748 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.193075 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.04 23:59:09.193282 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.193439 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} executeQuery: Read 197 rows, 14.47 KiB in 0.001201 sec., 164029.975020816 rows/sec., 11.77 MiB/sec. 2026.05.04 23:59:09.193476 [ 4 ] {1bc2a9dc-088d-416d-b9cf-b1135b92e975} TCPHandler: Processed in 0.001372036 sec. 2026.05.04 23:59:09.193604 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.193701 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.193754 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:09.194564 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.194624 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.195217 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.05.04 23:59:09.195444 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.195585 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} executeQuery: Read 42 rows, 77.07 KiB in 0.001903 sec., 22070.41513399895 rows/sec., 39.55 MiB/sec. 2026.05.04 23:59:09.195652 [ 4 ] {d0273194-41ee-4609-830d-10e0c7202b43} TCPHandler: Processed in 0.002101935 sec. 2026.05.04 23:59:09.195786 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:09.195883 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:09.195926 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:09.196272 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:09.196311 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:09.196643 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.05.04 23:59:09.196861 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:09.196990 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} executeQuery: Read 60 rows, 4.14 KiB in 0.001126 sec., 53285.96802841918 rows/sec., 3.59 MiB/sec. 2026.05.04 23:59:09.197027 [ 4 ] {9fcc59e4-1148-42c9-8f0c-e4bf1bd4cb13} TCPHandler: Processed in 0.001290614 sec. 2026.05.04 23:59:12.202567 [ 267 ] {} TCP-Session: adf53ded-32a3-4eb5-934a-660cb67eb7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:12.202967 [ 267 ] {1cf2bd1b-6817-4f4d-83f0-2a2bea9ee490} executeQuery: (from [fd00:1122:3344:101::e]:51051) SELECT concat(database, '.', name) AS table_name, ifNull(total_bytes, 0) AS total_bytes, ifNull(total_rows, 0) AS total_rows FROM system.tables WHERE has_own_data (stage: Complete) 2026.05.04 23:59:12.203657 [ 267 ] {1cf2bd1b-6817-4f4d-83f0-2a2bea9ee490} ContextAccess (default): Access granted: SELECT(database, name, total_rows, total_bytes, has_own_data) ON system.tables 2026.05.04 23:59:12.203866 [ 267 ] {1cf2bd1b-6817-4f4d-83f0-2a2bea9ee490} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:12.204250 [ 349 ] {1cf2bd1b-6817-4f4d-83f0-2a2bea9ee490} ContextAccess (default): Access granted: SHOW TABLES ON *.* 2026.05.04 23:59:12.204843 [ 267 ] {1cf2bd1b-6817-4f4d-83f0-2a2bea9ee490} executeQuery: Read 140 rows, 7.96 KiB in 0.002051 sec., 68259.38566552901 rows/sec., 3.79 MiB/sec. 2026.05.04 23:59:12.204939 [ 267 ] {1cf2bd1b-6817-4f4d-83f0-2a2bea9ee490} TCPHandler: Processed in 0.002558718 sec. 2026.05.04 23:59:13.560545 [ 59 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:59:13.560603 [ 59 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:59:13.667972 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15271 2026.05.04 23:59:13.668791 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:13.668831 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:13.669591 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:59:13.669828 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:13.669963 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15271 2026.05.04 23:59:13.712132 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 846 2026.05.04 23:59:13.714569 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:13.714609 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:13.715878 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.05.04 23:59:13.716137 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:13.716385 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2026.05.04 23:59:14.001201 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000842182 sec. 2026.05.04 23:59:14.173161 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:14.173513 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:14.173869 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:14.173905 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:14.174117 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:14.174188 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:14.174326 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:59:14.174430 [ 349 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:14.174489 [ 351 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:14.174504 [ 324 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:14.174504 [ 336 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:14.174727 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:14.174754 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:14.174827 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:14.174847 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:14.174881 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:14.174918 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:14.176201 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} executeQuery: Read 35 rows, 6.04 KiB in 0.002843 sec., 12310.939148786492 rows/sec., 2.07 MiB/sec. 2026.05.04 23:59:14.176304 [ 4 ] {e307d734-bb43-4160-9306-1ce44d3230f5} TCPHandler: Processed in 0.003301646 sec. 2026.05.04 23:59:14.177922 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:14.178031 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:14.178074 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:14.178575 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.178616 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:14.178984 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.04 23:59:14.179207 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.179354 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} executeQuery: Read 56 rows, 4.41 KiB in 0.001353 sec., 41389.50480413895 rows/sec., 3.18 MiB/sec. 2026.05.04 23:59:14.179365 [ 59 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.04 23:59:14.179393 [ 4 ] {e010d1d3-86d7-4398-95e5-33a5cc52c399} TCPHandler: Processed in 0.00152095 sec. 2026.05.04 23:59:14.179448 [ 59 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.179491 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:14.179549 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:14.179643 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.04 23:59:14.179651 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:14.179740 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:14.179879 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:14.179964 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2617 rows starting from the beginning of the part 2026.05.04 23:59:14.180066 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:14.180143 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 140 rows starting from the beginning of the part 2026.05.04 23:59:14.180179 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.180214 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:14.180224 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:14.180291 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 261 rows starting from the beginning of the part 2026.05.04 23:59:14.180362 [ 194 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:14.180566 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.04 23:59:14.180824 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.180934 [ 59 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.04 23:59:14.180956 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} executeQuery: Read 64 rows, 5.12 KiB in 0.001324 sec., 48338.36858006042 rows/sec., 3.77 MiB/sec. 2026.05.04 23:59:14.180966 [ 59 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.180997 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:14.181001 [ 4 ] {643ba623-d291-42ab-9e8e-06460fdf4af1} TCPHandler: Processed in 0.00150154 sec. 2026.05.04 23:59:14.181088 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.04 23:59:14.181145 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:14.181180 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:14.181210 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1402 rows starting from the beginning of the part 2026.05.04 23:59:14.181240 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:14.181265 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:14.181282 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:14.181316 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 106 rows starting from the beginning of the part 2026.05.04 23:59:14.181359 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:14.181399 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 144 rows starting from the beginning of the part 2026.05.04 23:59:14.181439 [ 187 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:14.181697 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.181744 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:14.181870 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3186 rows, containing 5 columns (5 merged, 0 gathered) in 0.00229165 sec., 1390264.656470229 rows/sec., 112.48 MiB/sec. 2026.05.04 23:59:14.182522 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.04 23:59:14.182591 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.04 23:59:14.182616 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.001573102 sec., 1172206.2523599868 rows/sec., 87.17 MiB/sec. 2026.05.04 23:59:14.182876 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.04 23:59:14.182923 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.182949 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.183038 [ 193 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_51_10} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.04 23:59:14.183101 [ 48 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.04 23:59:14.183128 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001905 sec., 83989.50131233595 rows/sec., 5.85 MiB/sec. 2026.05.04 23:59:14.183142 [ 48 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.183142 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2026.05.04 23:59:14.183170 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:14.183173 [ 4 ] {96c87f23-b62a-4fb9-963f-b41c2126c1ee} TCPHandler: Processed in 0.002075114 sec. 2026.05.04 23:59:14.183203 [ 193 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.183248 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.04 23:59:14.183309 [ 193 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_51_10} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.04 23:59:14.183334 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:14.183343 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:14.183381 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 17944 rows starting from the beginning of the part 2026.05.04 23:59:14.183411 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.05.04 23:59:14.183438 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 96 rows starting from the beginning of the part 2026.05.04 23:59:14.183445 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:14.183492 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:14.183494 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:14.183548 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:14.183594 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 197 rows starting from the beginning of the part 2026.05.04 23:59:14.183640 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:14.183843 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.183877 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:14.184200 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.05.04 23:59:14.184415 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.184513 [ 48 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.05.04 23:59:14.184540 [ 48 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.184541 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.05.04 23:59:14.184556 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:14.184582 [ 4 ] {8ad3830e-a488-4c3a-837d-ee72407d17a2} TCPHandler: Processed in 0.001306044 sec. 2026.05.04 23:59:14.184654 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.05.04 23:59:14.184770 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:14.184800 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2352 rows starting from the beginning of the part 2026.05.04 23:59:14.184857 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2026.05.04 23:59:14.184898 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:14.184937 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:14.184975 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:14.185014 [ 201 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:14.186356 [ 188 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 4 columns (4 merged, 0 gathered) in 0.001741136 sec., 1509359.4067321566 rows/sec., 101.72 MiB/sec. 2026.05.04 23:59:14.186725 [ 197 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.04 23:59:14.187026 [ 197 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.187107 [ 197 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_51_10} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.04 23:59:14.187174 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.05.04 23:59:14.189736 [ 193 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18717 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651682 sec., 2872106.3340709116 rows/sec., 185.31 MiB/sec. 2026.05.04 23:59:14.190039 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.05.04 23:59:14.190301 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.190374 [ 188 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_51_10} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.05.04 23:59:14.190448 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.10 MiB. 2026.05.04 23:59:14.458902 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.05.04 23:59:14.474369 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:14.474411 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.66 GiB. 2026.05.04 23:59:14.480147 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:59:14.480823 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:14.483393 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.05.04 23:59:15.000192 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.36 MiB, peak 288.74 MiB, free memory in arenas 0.00 B, will set to 285.55 MiB (RSS), difference: 3.20 MiB 2026.05.04 23:59:19.173892 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.174161 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:19.174535 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:19.174584 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:19.174816 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:19.174889 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:19.175030 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:59:19.175146 [ 324 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:19.175152 [ 336 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:19.175169 [ 351 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:19.175156 [ 349 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:19.175341 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:19.175364 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:19.175433 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:19.175451 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:19.175488 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:19.175527 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:19.176621 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} executeQuery: Read 35 rows, 6.04 KiB in 0.00256 sec., 13671.874999999998 rows/sec., 2.30 MiB/sec. 2026.05.04 23:59:19.176728 [ 4 ] {833dc231-94b0-4993-8e2c-e55131d940cf} TCPHandler: Processed in 0.002972498 sec. 2026.05.04 23:59:19.178980 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.179112 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:19.179165 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:19.179791 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:19.179832 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:19.180200 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.04 23:59:19.180417 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:19.180567 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} executeQuery: Read 140 rows, 12.49 KiB in 0.001492 sec., 93833.7801608579 rows/sec., 8.17 MiB/sec. 2026.05.04 23:59:19.180606 [ 4 ] {e971430c-9602-4e58-8e58-5f15d7e0ba4e} TCPHandler: Processed in 0.001688404 sec. 2026.05.04 23:59:19.180733 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.180832 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:19.180873 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:19.181276 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:19.181313 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:19.181609 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:59:19.181816 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:19.181946 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} executeQuery: Read 42 rows, 3.16 KiB in 0.001136 sec., 36971.83098591549 rows/sec., 2.71 MiB/sec. 2026.05.04 23:59:19.181984 [ 4 ] {f1973ade-4af6-44e9-8f9a-4064c75afd4d} TCPHandler: Processed in 0.001301824 sec. 2026.05.04 23:59:19.182104 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.182198 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:19.182237 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:19.182663 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:19.182699 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:19.183001 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.04 23:59:19.183205 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:19.183331 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} executeQuery: Read 106 rows, 8.48 KiB in 0.001152 sec., 92013.88888888889 rows/sec., 7.19 MiB/sec. 2026.05.04 23:59:19.183367 [ 4 ] {92a89849-3ce5-4ee7-8bfd-4684dce8646c} TCPHandler: Processed in 0.001314015 sec. 2026.05.04 23:59:19.183490 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.183584 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:19.183627 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:19.184025 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:19.184061 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:19.184388 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.04 23:59:19.184593 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:19.184723 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2026.05.04 23:59:19.184759 [ 4 ] {726b65ed-bc50-4363-8f1e-0f92d22e647d} TCPHandler: Processed in 0.001319524 sec. 2026.05.04 23:59:19.184886 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.184982 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:19.185034 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:19.185854 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:19.185891 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:19.186436 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.05.04 23:59:19.186653 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:19.186795 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} executeQuery: Read 42 rows, 77.07 KiB in 0.001831 sec., 22938.285090114692 rows/sec., 41.10 MiB/sec. 2026.05.04 23:59:19.186857 [ 4 ] {44f2a162-49d0-4dc7-8eae-0878a5bfee74} TCPHandler: Processed in 0.002020803 sec. 2026.05.04 23:59:19.186983 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:19.187077 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:19.187119 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:19.187460 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:19.187496 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:19.187791 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.05.04 23:59:19.187997 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:19.188126 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.05.04 23:59:19.188161 [ 4 ] {c76e37ee-6a87-4310-9a36-81669ec2ea99} TCPHandler: Processed in 0.001229623 sec. 2026.05.04 23:59:20.948025 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.948312 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:59:20.948768 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:20.948814 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:59:20.949069 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:20.949151 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:20.949310 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 28-element set) 2026.05.04 23:59:20.949443 [ 353 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:20.949446 [ 349 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:20.949460 [ 336 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:20.949460 [ 324 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:20.949605 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:20.949634 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:20.949709 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:20.949729 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:20.949765 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:59:20.949807 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:59:20.950990 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} executeQuery: Read 35 rows, 7.62 KiB in 0.002803 sec., 12486.621476988941 rows/sec., 2.65 MiB/sec. 2026.05.04 23:59:20.951105 [ 4 ] {9221ebe1-7f70-4f28-968e-c4b3c4b68110} TCPHandler: Processed in 0.003217014 sec. 2026.05.04 23:59:20.963074 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.963197 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:20.963246 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:20.964917 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.964961 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.965482 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.04 23:59:20.965712 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.965868 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} executeQuery: Read 2401 rows, 181.33 KiB in 0.002706 sec., 887287.5092387287 rows/sec., 65.44 MiB/sec. 2026.05.04 23:59:20.965911 [ 4 ] {96cea62a-e260-4172-819f-ec699b0f554d} TCPHandler: Processed in 0.002897846 sec. 2026.05.04 23:59:20.966046 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.966148 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:20.966191 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:20.966614 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.966652 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.966951 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:59:20.967160 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.967274 [ 18 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:59:20.967296 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} executeQuery: Read 9 rows, 693.00 B in 0.001171 sec., 7685.7386848847145 rows/sec., 577.93 KiB/sec. 2026.05.04 23:59:20.967345 [ 18 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.967354 [ 4 ] {d69f3150-90c2-4d34-bf30-5c27d5b41cc3} TCPHandler: Processed in 0.001360706 sec. 2026.05.04 23:59:20.967375 [ 18 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.967487 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.967508 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:59:20.967590 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:59:20.967636 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:59:20.967660 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:20.967710 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 81 rows starting from the beginning of the part 2026.05.04 23:59:20.967780 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part 2026.05.04 23:59:20.967828 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:20.967881 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:20.967924 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:20.967966 [ 193 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part 2026.05.04 23:59:20.968365 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.968408 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.968774 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.05.04 23:59:20.968869 [ 188 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 241 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418287 sec., 169923.29479153373 rows/sec., 13.13 MiB/sec. 2026.05.04 23:59:20.969021 [ 196 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:59:20.969024 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.969170 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} executeQuery: Read 801 rows, 47.38 KiB in 0.0016 sec., 500625 rows/sec., 28.92 MiB/sec. 2026.05.04 23:59:20.969210 [ 4 ] {f188402f-da16-4ef7-abfa-6f3ca92a2ce1} TCPHandler: Processed in 0.001775237 sec. 2026.05.04 23:59:20.969287 [ 196 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.969343 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.969358 [ 196 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_31_6} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:59:20.969438 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.04 23:59:20.969442 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:20.969490 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:59:20.969885 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.969919 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.970222 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.05.04 23:59:20.970435 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.970572 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} executeQuery: Read 1 rows, 72.00 B in 0.001149 sec., 870.3220191470843 rows/sec., 61.19 KiB/sec. 2026.05.04 23:59:20.970612 [ 4 ] {72a9fc2f-c0d4-4bb4-bca9-e1b1c5fb2895} TCPHandler: Processed in 0.001319735 sec. 2026.05.04 23:59:20.970735 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.970832 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:20.970873 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:20.971896 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.971933 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.972302 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.04 23:59:20.972516 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.972651 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} executeQuery: Read 1288 rows, 87.96 KiB in 0.001837 sec., 701143.1682090365 rows/sec., 46.76 MiB/sec. 2026.05.04 23:59:20.972689 [ 4 ] {86337c0b-24e6-4ac2-84f9-b61ea6c96a56} TCPHandler: Processed in 0.002004193 sec. 2026.05.04 23:59:20.972822 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.972920 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:20.972965 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:20.973762 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.973798 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.974229 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.04 23:59:20.974453 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.974590 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} executeQuery: Read 1528 rows, 95.19 KiB in 0.00169 sec., 904142.0118343194 rows/sec., 55.00 MiB/sec. 2026.05.04 23:59:20.974629 [ 4 ] {8a39a4e8-aaca-4b2a-bb72-349b48450a73} TCPHandler: Processed in 0.001857579 sec. 2026.05.04 23:59:20.974751 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.974847 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:20.974900 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:20.975648 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.975684 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.976188 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.05.04 23:59:20.976410 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.976521 [ 18 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.05.04 23:59:20.976556 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} executeQuery: Read 9 rows, 16.51 KiB in 0.001727 sec., 5211.349160393746 rows/sec., 9.34 MiB/sec. 2026.05.04 23:59:20.976567 [ 18 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.976600 [ 18 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.976631 [ 4 ] {d37d6ad3-205e-497b-a9ee-653d1844d7e0} TCPHandler: Processed in 0.001931441 sec. 2026.05.04 23:59:20.976696 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.05.04 23:59:20.976781 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:20.976877 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:20.976919 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:20.976921 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:20.976983 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 754 rows starting from the beginning of the part 2026.05.04 23:59:20.977116 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 9 rows starting from the beginning of the part 2026.05.04 23:59:20.977234 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:20.977296 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:20.977331 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:20.977348 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:20.977460 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:20.977572 [ 200 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part 2026.05.04 23:59:20.977636 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.05.04 23:59:20.977849 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:20.977979 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} executeQuery: Read 24 rows, 1.66 KiB in 0.00112 sec., 21428.57142857143 rows/sec., 1.44 MiB/sec. 2026.05.04 23:59:20.978015 [ 4 ] {89e61509-b760-4e65-98ac-b9414f6191d9} TCPHandler: Processed in 0.001283914 sec. 2026.05.04 23:59:21.000179 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 289.62 MiB, peak 289.62 MiB, free memory in arenas 0.00 B, will set to 287.82 MiB (RSS), difference: -1.80 MiB 2026.05.04 23:59:21.002139 [ 188 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 898 rows, containing 19 columns (19 merged, 0 gathered) in 0.025482159 sec., 35240.342076195346 rows/sec., 63.15 MiB/sec. 2026.05.04 23:59:21.003538 [ 192 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.05.04 23:59:21.003944 [ 192 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:21.004030 [ 192 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_31_6} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.05.04 23:59:21.004154 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.62 MiB. 2026.05.04 23:59:21.170967 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15783 2026.05.04 23:59:21.171479 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:21.171528 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:21.172032 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:59:21.172269 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:21.172413 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15783 2026.05.04 23:59:21.984388 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.05.04 23:59:22.000255 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 284.52 MiB, peak 292.07 MiB, free memory in arenas 0.00 B, will set to 288.74 MiB (RSS), difference: 4.22 MiB 2026.05.04 23:59:22.001073 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:22.001152 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:22.006997 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:59:22.007728 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:22.010921 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.05.04 23:59:22.253846 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42806 2026.05.04 23:59:22.253968 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.253998 [ 3 ] {} TCP-Session: 917d38a6-b723-4cc1-be85-647435b4480c Authenticating user 'default' from [fd00:1122:3344:101::e]:42806 2026.05.04 23:59:22.254026 [ 3 ] {} TCP-Session: 917d38a6-b723-4cc1-be85-647435b4480c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254041 [ 3 ] {} TCP-Session: 917d38a6-b723-4cc1-be85-647435b4480c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254227 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59281 2026.05.04 23:59:22.254257 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46707 2026.05.04 23:59:22.254303 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48910 2026.05.04 23:59:22.254315 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54482 2026.05.04 23:59:22.254357 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.254376 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.254366 [ 3 ] {} TCP-Session: 917d38a6-b723-4cc1-be85-647435b4480c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:22.254423 [ 310 ] {} TCP-Session: 6d6a0634-8ab2-4066-b83f-511635734b88 Authenticating user 'default' from [fd00:1122:3344:101::e]:46707 2026.05.04 23:59:22.254410 [ 262 ] {} TCP-Session: a41f1ad0-7a61-4851-ace2-d87a2db3d598 Authenticating user 'default' from [fd00:1122:3344:101::e]:59281 2026.05.04 23:59:22.254465 [ 310 ] {} TCP-Session: 6d6a0634-8ab2-4066-b83f-511635734b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254355 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37715 2026.05.04 23:59:22.254490 [ 310 ] {} TCP-Session: 6d6a0634-8ab2-4066-b83f-511635734b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254489 [ 262 ] {} TCP-Session: a41f1ad0-7a61-4851-ace2-d87a2db3d598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254552 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.254568 [ 262 ] {} TCP-Session: a41f1ad0-7a61-4851-ace2-d87a2db3d598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254345 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50115 2026.05.04 23:59:22.254593 [ 311 ] {} TCP-Session: 62c158b0-75ce-44a8-89a2-2b20d5605954 Authenticating user 'default' from [fd00:1122:3344:101::e]:48910 2026.05.04 23:59:22.254623 [ 3 ] {65efb892-3df5-4def-8ea2-30ae755ded35} executeQuery: (from [fd00:1122:3344:101::e]:42806) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:59:22.254650 [ 311 ] {} TCP-Session: 62c158b0-75ce-44a8-89a2-2b20d5605954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254333 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61501 2026.05.04 23:59:22.254677 [ 311 ] {} TCP-Session: 62c158b0-75ce-44a8-89a2-2b20d5605954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.254306 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53385 2026.05.04 23:59:22.254919 [ 3 ] {65efb892-3df5-4def-8ea2-30ae755ded35} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:59:22.254976 [ 3 ] {65efb892-3df5-4def-8ea2-30ae755ded35} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:22.255174 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.255215 [ 316 ] {} TCP-Session: e4eb9f2e-2027-45e8-963c-290cfa8e71d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61501 2026.05.04 23:59:22.255235 [ 316 ] {} TCP-Session: e4eb9f2e-2027-45e8-963c-290cfa8e71d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255256 [ 316 ] {} TCP-Session: e4eb9f2e-2027-45e8-963c-290cfa8e71d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255275 [ 3 ] {65efb892-3df5-4def-8ea2-30ae755ded35} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:59:22.255288 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.255324 [ 314 ] {} TCP-Session: 76d25116-bd27-4d42-bde5-88314f8fb08a Authenticating user 'default' from [fd00:1122:3344:101::e]:53385 2026.05.04 23:59:22.255342 [ 314 ] {} TCP-Session: 76d25116-bd27-4d42-bde5-88314f8fb08a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255359 [ 314 ] {} TCP-Session: 76d25116-bd27-4d42-bde5-88314f8fb08a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255404 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.255439 [ 315 ] {} TCP-Session: 87c74c66-eff3-4256-b72e-74bbf68eec40 Authenticating user 'default' from [fd00:1122:3344:101::e]:54482 2026.05.04 23:59:22.255456 [ 315 ] {} TCP-Session: 87c74c66-eff3-4256-b72e-74bbf68eec40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255468 [ 315 ] {} TCP-Session: 87c74c66-eff3-4256-b72e-74bbf68eec40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255651 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.255688 [ 318 ] {} TCP-Session: c1e458df-2b20-4152-a8ae-6d353172c274 Authenticating user 'default' from [fd00:1122:3344:101::e]:37715 2026.05.04 23:59:22.255706 [ 318 ] {} TCP-Session: c1e458df-2b20-4152-a8ae-6d353172c274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255723 [ 318 ] {} TCP-Session: c1e458df-2b20-4152-a8ae-6d353172c274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255763 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:22.255797 [ 317 ] {} TCP-Session: 8bd6901a-b623-4f7c-9ac7-4544cf84444b Authenticating user 'default' from [fd00:1122:3344:101::e]:50115 2026.05.04 23:59:22.255815 [ 317 ] {} TCP-Session: 8bd6901a-b623-4f7c-9ac7-4544cf84444b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.255827 [ 317 ] {} TCP-Session: 8bd6901a-b623-4f7c-9ac7-4544cf84444b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.256276 [ 353 ] {65efb892-3df5-4def-8ea2-30ae755ded35} AggregatingTransform: Aggregating 2026.05.04 23:59:22.256314 [ 353 ] {65efb892-3df5-4def-8ea2-30ae755ded35} Aggregator: Aggregation method: without_key 2026.05.04 23:59:22.256351 [ 353 ] {65efb892-3df5-4def-8ea2-30ae755ded35} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000965516 sec. (1035.716 rows/sec., 40.46 KiB/sec.) 2026.05.04 23:59:22.256365 [ 353 ] {65efb892-3df5-4def-8ea2-30ae755ded35} Aggregator: Merging aggregated data 2026.05.04 23:59:22.257624 [ 3 ] {65efb892-3df5-4def-8ea2-30ae755ded35} executeQuery: Read 1 rows, 40.00 B in 0.003074 sec., 325.30904359141186 rows/sec., 12.71 KiB/sec. 2026.05.04 23:59:22.257768 [ 3 ] {65efb892-3df5-4def-8ea2-30ae755ded35} TCPHandler: Processed in 0.003526083 sec. 2026.05.04 23:59:22.257908 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.257934 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.257939 [ 3 ] {} TCP-Session: 917d38a6-b723-4cc1-be85-647435b4480c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.257956 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.257982 [ 262 ] {} TCP-Session: a41f1ad0-7a61-4851-ace2-d87a2db3d598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.257995 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.258006 [ 318 ] {} TCP-Session: c1e458df-2b20-4152-a8ae-6d353172c274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.258024 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.258034 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.258046 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.258077 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.258091 [ 310 ] {} TCP-Session: 6d6a0634-8ab2-4066-b83f-511635734b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.258109 [ 316 ] {} TCP-Session: e4eb9f2e-2027-45e8-963c-290cfa8e71d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.258130 [ 317 ] {} TCP-Session: 8bd6901a-b623-4f7c-9ac7-4544cf84444b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.258049 [ 315 ] {} TCP-Session: 87c74c66-eff3-4256-b72e-74bbf68eec40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.257976 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:22.258073 [ 314 ] {} TCP-Session: 76d25116-bd27-4d42-bde5-88314f8fb08a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:22.258211 [ 311 ] {} TCP-Session: 62c158b0-75ce-44a8-89a2-2b20d5605954 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.574445 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60429 2026.05.04 23:59:23.574563 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.574589 [ 3 ] {} TCP-Session: 8905652d-777c-4f6c-8a67-51bc84961103 Authenticating user 'default' from [fd00:1122:3344:101::e]:60429 2026.05.04 23:59:23.574613 [ 3 ] {} TCP-Session: 8905652d-777c-4f6c-8a67-51bc84961103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.574627 [ 3 ] {} TCP-Session: 8905652d-777c-4f6c-8a67-51bc84961103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.574872 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62675 2026.05.04 23:59:23.574881 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49073 2026.05.04 23:59:23.574908 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50977 2026.05.04 23:59:23.574954 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43460 2026.05.04 23:59:23.574990 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575013 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.574947 [ 3 ] {} TCP-Session: 8905652d-777c-4f6c-8a67-51bc84961103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:23.575040 [ 262 ] {} TCP-Session: 02de8719-59ee-42ca-b567-32b7c79627c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:62675 2026.05.04 23:59:23.575054 [ 310 ] {} TCP-Session: c3bb9468-2155-4b75-81ce-91a1edf94f3a Authenticating user 'default' from [fd00:1122:3344:101::e]:49073 2026.05.04 23:59:23.575062 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575089 [ 262 ] {} TCP-Session: 02de8719-59ee-42ca-b567-32b7c79627c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575103 [ 310 ] {} TCP-Session: c3bb9468-2155-4b75-81ce-91a1edf94f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575128 [ 311 ] {} TCP-Session: 8c2674ca-f990-4d4a-aa66-01546de2a855 Authenticating user 'default' from [fd00:1122:3344:101::e]:50977 2026.05.04 23:59:23.575131 [ 262 ] {} TCP-Session: 02de8719-59ee-42ca-b567-32b7c79627c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575145 [ 310 ] {} TCP-Session: c3bb9468-2155-4b75-81ce-91a1edf94f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575169 [ 311 ] {} TCP-Session: 8c2674ca-f990-4d4a-aa66-01546de2a855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575066 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575201 [ 311 ] {} TCP-Session: 8c2674ca-f990-4d4a-aa66-01546de2a855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575226 [ 3 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} executeQuery: (from [fd00:1122:3344:101::e]:60429) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:59:23.575233 [ 318 ] {} TCP-Session: 9f4de0f4-fbe1-4b63-8622-2b0a9724c39e Authenticating user 'default' from [fd00:1122:3344:101::e]:43460 2026.05.04 23:59:23.574944 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64109 2026.05.04 23:59:23.575276 [ 318 ] {} TCP-Session: 9f4de0f4-fbe1-4b63-8622-2b0a9724c39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.574935 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44922 2026.05.04 23:59:23.575322 [ 318 ] {} TCP-Session: 9f4de0f4-fbe1-4b63-8622-2b0a9724c39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.574916 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38020 2026.05.04 23:59:23.575369 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575408 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575449 [ 317 ] {} TCP-Session: bdff5dc2-e7a5-4b33-aa0d-16c492c85236 Authenticating user 'default' from [fd00:1122:3344:101::e]:64109 2026.05.04 23:59:23.575463 [ 316 ] {} TCP-Session: 1ff4fa2c-c61c-401e-8e5c-1dadd2c600a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44922 2026.05.04 23:59:23.575482 [ 317 ] {} TCP-Session: bdff5dc2-e7a5-4b33-aa0d-16c492c85236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575494 [ 316 ] {} TCP-Session: 1ff4fa2c-c61c-401e-8e5c-1dadd2c600a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575512 [ 317 ] {} TCP-Session: bdff5dc2-e7a5-4b33-aa0d-16c492c85236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575481 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575531 [ 316 ] {} TCP-Session: 1ff4fa2c-c61c-401e-8e5c-1dadd2c600a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575567 [ 3 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:59:23.575569 [ 315 ] {} TCP-Session: 5d512576-57fb-49a0-a04f-957f4d4f4254 Authenticating user 'default' from [fd00:1122:3344:101::e]:38020 2026.05.04 23:59:23.574907 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61854 2026.05.04 23:59:23.575632 [ 315 ] {} TCP-Session: 5d512576-57fb-49a0-a04f-957f4d4f4254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575639 [ 3 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:23.575673 [ 315 ] {} TCP-Session: 5d512576-57fb-49a0-a04f-957f4d4f4254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575710 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.575742 [ 314 ] {} TCP-Session: c353493b-f4da-45e6-a8d1-aafe8c656146 Authenticating user 'default' from [fd00:1122:3344:101::e]:61854 2026.05.04 23:59:23.575762 [ 314 ] {} TCP-Session: c353493b-f4da-45e6-a8d1-aafe8c656146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575775 [ 314 ] {} TCP-Session: c353493b-f4da-45e6-a8d1-aafe8c656146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.575993 [ 3 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:59:23.576957 [ 340 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} AggregatingTransform: Aggregating 2026.05.04 23:59:23.577000 [ 340 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} Aggregator: Aggregation method: without_key 2026.05.04 23:59:23.577038 [ 340 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000940705 sec. (1063.033 rows/sec., 41.52 KiB/sec.) 2026.05.04 23:59:23.577056 [ 340 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} Aggregator: Merging aggregated data 2026.05.04 23:59:23.578443 [ 3 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} executeQuery: Read 1 rows, 40.00 B in 0.003275 sec., 305.34351145038164 rows/sec., 11.93 KiB/sec. 2026.05.04 23:59:23.578659 [ 3 ] {1f6f91e6-d51c-497b-8f56-59051a15f1db} TCPHandler: Processed in 0.003831841 sec. 2026.05.04 23:59:23.578792 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578822 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578829 [ 3 ] {} TCP-Session: 8905652d-777c-4f6c-8a67-51bc84961103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.578844 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578861 [ 318 ] {} TCP-Session: 9f4de0f4-fbe1-4b63-8622-2b0a9724c39e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.578881 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578908 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578906 [ 310 ] {} TCP-Session: c3bb9468-2155-4b75-81ce-91a1edf94f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.578924 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578947 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578970 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.578990 [ 315 ] {} TCP-Session: 5d512576-57fb-49a0-a04f-957f4d4f4254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.579009 [ 311 ] {} TCP-Session: 8c2674ca-f990-4d4a-aa66-01546de2a855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.579028 [ 316 ] {} TCP-Session: 1ff4fa2c-c61c-401e-8e5c-1dadd2c600a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.578955 [ 317 ] {} TCP-Session: bdff5dc2-e7a5-4b33-aa0d-16c492c85236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.578942 [ 262 ] {} TCP-Session: 02de8719-59ee-42ca-b567-32b7c79627c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.578860 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.579130 [ 314 ] {} TCP-Session: c353493b-f4da-45e6-a8d1-aafe8c656146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.607847 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37245 2026.05.04 23:59:23.607943 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.607969 [ 3 ] {} TCP-Session: 5df1a27d-082f-43c9-a871-5e0b5e98ec6e Authenticating user 'default' from [fd00:1122:3344:101::e]:37245 2026.05.04 23:59:23.607992 [ 3 ] {} TCP-Session: 5df1a27d-082f-43c9-a871-5e0b5e98ec6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608005 [ 3 ] {} TCP-Session: 5df1a27d-082f-43c9-a871-5e0b5e98ec6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608217 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57075 2026.05.04 23:59:23.608248 [ 310 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46069 2026.05.04 23:59:23.608265 [ 314 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54117 2026.05.04 23:59:23.608293 [ 316 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42057 2026.05.04 23:59:23.608329 [ 3 ] {} TCP-Session: 5df1a27d-082f-43c9-a871-5e0b5e98ec6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:23.608311 [ 318 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43529 2026.05.04 23:59:23.608378 [ 314 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608379 [ 310 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608391 [ 316 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608404 [ 314 ] {} TCP-Session: a23ecdb4-2ab9-47d5-befe-50d07a11066e Authenticating user 'default' from [fd00:1122:3344:101::e]:54117 2026.05.04 23:59:23.608431 [ 318 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608430 [ 310 ] {} TCP-Session: be46f69f-0004-40a5-befe-54b3f1f69326 Authenticating user 'default' from [fd00:1122:3344:101::e]:46069 2026.05.04 23:59:23.608440 [ 316 ] {} TCP-Session: f95286e9-2955-46ff-b982-393b7826213c Authenticating user 'default' from [fd00:1122:3344:101::e]:42057 2026.05.04 23:59:23.608459 [ 318 ] {} TCP-Session: c53fdc63-bcd8-4256-80e7-e40b2eac7aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:43529 2026.05.04 23:59:23.608481 [ 310 ] {} TCP-Session: be46f69f-0004-40a5-befe-54b3f1f69326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608492 [ 316 ] {} TCP-Session: f95286e9-2955-46ff-b982-393b7826213c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608517 [ 310 ] {} TCP-Session: be46f69f-0004-40a5-befe-54b3f1f69326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608531 [ 316 ] {} TCP-Session: f95286e9-2955-46ff-b982-393b7826213c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608503 [ 318 ] {} TCP-Session: c53fdc63-bcd8-4256-80e7-e40b2eac7aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608447 [ 314 ] {} TCP-Session: a23ecdb4-2ab9-47d5-befe-50d07a11066e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608576 [ 318 ] {} TCP-Session: c53fdc63-bcd8-4256-80e7-e40b2eac7aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608588 [ 314 ] {} TCP-Session: a23ecdb4-2ab9-47d5-befe-50d07a11066e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608301 [ 317 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51143 2026.05.04 23:59:23.608306 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608270 [ 311 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44116 2026.05.04 23:59:23.608682 [ 317 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608664 [ 262 ] {} TCP-Session: d0af2e85-1965-41a2-a693-e1a7c8be0d87 Authenticating user 'default' from [fd00:1122:3344:101::e]:57075 2026.05.04 23:59:23.608723 [ 317 ] {} TCP-Session: c4df0289-48e8-4a14-8c60-b3b371a5ad20 Authenticating user 'default' from [fd00:1122:3344:101::e]:51143 2026.05.04 23:59:23.608740 [ 262 ] {} TCP-Session: d0af2e85-1965-41a2-a693-e1a7c8be0d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608751 [ 317 ] {} TCP-Session: c4df0289-48e8-4a14-8c60-b3b371a5ad20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608764 [ 262 ] {} TCP-Session: d0af2e85-1965-41a2-a693-e1a7c8be0d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608775 [ 317 ] {} TCP-Session: c4df0289-48e8-4a14-8c60-b3b371a5ad20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608776 [ 311 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608284 [ 315 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58715 2026.05.04 23:59:23.608826 [ 311 ] {} TCP-Session: 6bf784b6-404f-4b10-9d22-5643872a9316 Authenticating user 'default' from [fd00:1122:3344:101::e]:44116 2026.05.04 23:59:23.608505 [ 3 ] {95949416-2c25-460d-b251-f21f81cc827d} executeQuery: (from [fd00:1122:3344:101::e]:37245) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.05.04 23:59:23.608857 [ 311 ] {} TCP-Session: 6bf784b6-404f-4b10-9d22-5643872a9316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608883 [ 311 ] {} TCP-Session: 6bf784b6-404f-4b10-9d22-5643872a9316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608883 [ 315 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.05.04 23:59:23.608913 [ 315 ] {} TCP-Session: c1a23283-996d-4a4e-a908-dffeac21ae86 Authenticating user 'default' from [fd00:1122:3344:101::e]:58715 2026.05.04 23:59:23.608929 [ 315 ] {} TCP-Session: c1a23283-996d-4a4e-a908-dffeac21ae86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.608942 [ 315 ] {} TCP-Session: c1a23283-996d-4a4e-a908-dffeac21ae86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.609113 [ 3 ] {95949416-2c25-460d-b251-f21f81cc827d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.05.04 23:59:23.609170 [ 3 ] {95949416-2c25-460d-b251-f21f81cc827d} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:23.609438 [ 3 ] {95949416-2c25-460d-b251-f21f81cc827d} oximeter.version (ce5400a6-444c-49d1-9d9a-f9fe0f29e38c) (SelectExecutor): Key condition: unknown 2026.05.04 23:59:23.610347 [ 360 ] {95949416-2c25-460d-b251-f21f81cc827d} AggregatingTransform: Aggregating 2026.05.04 23:59:23.610388 [ 360 ] {95949416-2c25-460d-b251-f21f81cc827d} Aggregator: Aggregation method: without_key 2026.05.04 23:59:23.610423 [ 360 ] {95949416-2c25-460d-b251-f21f81cc827d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000887553 sec. (1126.693 rows/sec., 44.01 KiB/sec.) 2026.05.04 23:59:23.610440 [ 360 ] {95949416-2c25-460d-b251-f21f81cc827d} Aggregator: Merging aggregated data 2026.05.04 23:59:23.611612 [ 3 ] {95949416-2c25-460d-b251-f21f81cc827d} executeQuery: Read 1 rows, 40.00 B in 0.003158 sec., 316.65611146295123 rows/sec., 12.37 KiB/sec. 2026.05.04 23:59:23.611794 [ 3 ] {95949416-2c25-460d-b251-f21f81cc827d} TCPHandler: Processed in 0.003566684 sec. 2026.05.04 23:59:23.611920 [ 3 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.611950 [ 3 ] {} TCP-Session: 5df1a27d-082f-43c9-a871-5e0b5e98ec6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.611949 [ 262 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.611968 [ 318 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.611984 [ 314 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.612000 [ 262 ] {} TCP-Session: d0af2e85-1965-41a2-a693-e1a7c8be0d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612006 [ 310 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.612031 [ 314 ] {} TCP-Session: a23ecdb4-2ab9-47d5-befe-50d07a11066e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612046 [ 315 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.612071 [ 310 ] {} TCP-Session: be46f69f-0004-40a5-befe-54b3f1f69326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612091 [ 317 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.612106 [ 315 ] {} TCP-Session: c1a23283-996d-4a4e-a908-dffeac21ae86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612063 [ 316 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.612130 [ 317 ] {} TCP-Session: c4df0289-48e8-4a14-8c60-b3b371a5ad20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612014 [ 318 ] {} TCP-Session: c53fdc63-bcd8-4256-80e7-e40b2eac7aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612172 [ 316 ] {} TCP-Session: f95286e9-2955-46ff-b982-393b7826213c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.612026 [ 311 ] {} TCPHandler: Done processing connection. 2026.05.04 23:59:23.612242 [ 311 ] {} TCP-Session: 6bf784b6-404f-4b10-9d22-5643872a9316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.05.04 23:59:23.717511 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 894 2026.05.04 23:59:23.720162 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:23.720203 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:23.721460 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.05.04 23:59:23.721734 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:23.721992 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 894 2026.05.04 23:59:24.170069 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:24.170296 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:24.170634 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:24.170669 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:24.170890 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:24.170962 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:24.171106 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:59:24.171247 [ 340 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:24.171250 [ 320 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:24.171247 [ 308 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:24.171247 [ 331 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:24.171462 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:24.171505 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:24.171597 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:24.171626 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:24.171672 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:24.171727 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:24.172940 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} executeQuery: Read 35 rows, 6.04 KiB in 0.00273 sec., 12820.512820512822 rows/sec., 2.16 MiB/sec. 2026.05.04 23:59:24.173084 [ 4 ] {aaef9050-67ee-4851-b905-ab1cd1427b12} TCPHandler: Processed in 0.003143852 sec. 2026.05.04 23:59:24.174579 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:24.174704 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:24.174751 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:24.175285 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:24.175330 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:24.175776 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.04 23:59:24.176018 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:24.176176 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} executeQuery: Read 56 rows, 4.41 KiB in 0.001507 sec., 37159.920371599204 rows/sec., 2.85 MiB/sec. 2026.05.04 23:59:24.176219 [ 4 ] {37cc4f30-1ee4-41e8-a686-9ca5e8a13440} TCPHandler: Processed in 0.001696854 sec. 2026.05.04 23:59:24.176352 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:24.176453 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:24.176496 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:24.176933 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:24.176969 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:24.177276 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.04 23:59:24.177486 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:24.177619 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2026.05.04 23:59:24.177658 [ 4 ] {fb2eedde-3454-4e6f-b5d0-4c85f13cf91a} TCPHandler: Processed in 0.001356205 sec. 2026.05.04 23:59:24.177782 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:24.177880 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:24.177923 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:24.178304 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:24.178339 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:24.178669 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.04 23:59:24.178882 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:24.179017 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} executeQuery: Read 96 rows, 6.85 KiB in 0.001159 sec., 82830.02588438308 rows/sec., 5.77 MiB/sec. 2026.05.04 23:59:24.179055 [ 4 ] {a0062c60-5687-4d88-8457-d01b628713d5} TCPHandler: Processed in 0.001323845 sec. 2026.05.04 23:59:24.179177 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:24.179273 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:24.179317 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:24.179654 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:24.179689 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:24.179990 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.05.04 23:59:24.180210 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:24.180340 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} executeQuery: Read 36 rows, 2.48 KiB in 0.001087 sec., 33118.67525298988 rows/sec., 2.23 MiB/sec. 2026.05.04 23:59:24.180377 [ 4 ] {6c6b031e-7b8e-40c9-9c8d-e56071636d58} TCPHandler: Processed in 0.001250933 sec. 2026.05.04 23:59:28.560658 [ 29 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:59:28.560725 [ 29 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:59:28.672510 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16231 2026.05.04 23:59:28.673158 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:28.673196 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:28.673698 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:59:28.673942 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:28.674087 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16231 2026.05.04 23:59:29.173544 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.173791 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:29.174191 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:29.174222 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:29.174502 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:29.174564 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:29.174760 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:59:29.174878 [ 331 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:29.174888 [ 359 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:29.174894 [ 340 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:29.174891 [ 308 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:29.175167 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:29.175204 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:29.175274 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:29.175294 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:29.175330 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:29.175368 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:29.176663 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} executeQuery: Read 35 rows, 6.04 KiB in 0.002964 sec., 11808.367071524966 rows/sec., 1.99 MiB/sec. 2026.05.04 23:59:29.176790 [ 4 ] {301a29d8-dbb6-46cf-ae83-afb95f2f3eae} TCPHandler: Processed in 0.003375349 sec. 2026.05.04 23:59:29.179116 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.179247 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:29.179297 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:29.180005 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.180053 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.180432 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.04 23:59:29.180643 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.180785 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} executeQuery: Read 140 rows, 12.49 KiB in 0.001574 sec., 88945.36213468868 rows/sec., 7.75 MiB/sec. 2026.05.04 23:59:29.180822 [ 4 ] {ee7375c9-82de-4cf4-944b-4205d200fea4} TCPHandler: Processed in 0.001767767 sec. 2026.05.04 23:59:29.180940 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.181034 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:29.181074 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:29.181501 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.181538 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.181826 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:59:29.182029 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.182157 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} executeQuery: Read 42 rows, 3.16 KiB in 0.001141 sec., 36809.815950920245 rows/sec., 2.70 MiB/sec. 2026.05.04 23:59:29.182194 [ 4 ] {8ae6679b-2d2a-4ad1-adee-3b59eebc9450} TCPHandler: Processed in 0.001300895 sec. 2026.05.04 23:59:29.182305 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.182396 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:29.182434 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:29.182876 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.182911 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.183203 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.04 23:59:29.183403 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.183526 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} executeQuery: Read 106 rows, 8.48 KiB in 0.001148 sec., 92334.49477351917 rows/sec., 7.21 MiB/sec. 2026.05.04 23:59:29.183562 [ 4 ] {e86376f9-217c-424b-91ec-22f53579a1b3} TCPHandler: Processed in 0.001304784 sec. 2026.05.04 23:59:29.183698 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.183789 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:29.183829 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:29.184248 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.184283 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.184605 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.04 23:59:29.184818 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.184945 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.05.04 23:59:29.184980 [ 4 ] {f78a61f6-49ba-40ea-b24a-4d7b753397de} TCPHandler: Processed in 0.001330585 sec. 2026.05.04 23:59:29.185096 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.185187 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:29.185247 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:29.186034 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.186070 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.186609 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.05.04 23:59:29.186821 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.186955 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} executeQuery: Read 42 rows, 77.07 KiB in 0.001785 sec., 23529.411764705885 rows/sec., 42.16 MiB/sec. 2026.05.04 23:59:29.187014 [ 4 ] {04ca9e08-64e2-4566-a076-527f4e19f519} TCPHandler: Processed in 0.001965001 sec. 2026.05.04 23:59:29.187199 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:29.187292 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:29.187331 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:29.187675 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.187710 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.188001 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.05.04 23:59:29.188201 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.188325 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.05.04 23:59:29.188359 [ 4 ] {5a8e49ad-d855-48af-9bd6-5f586cecaaed} TCPHandler: Processed in 0.001208322 sec. 2026.05.04 23:59:29.511002 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.05.04 23:59:29.527546 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:29.527604 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.65 GiB. 2026.05.04 23:59:29.533556 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:59:29.534254 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:29.537183 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.05.04 23:59:33.722392 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 918 2026.05.04 23:59:33.725052 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:33.725095 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:33.726293 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.05.04 23:59:33.726584 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:33.726859 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 918 2026.05.04 23:59:34.173147 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:34.173378 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:34.173694 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:34.173727 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:34.173932 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:34.173998 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:34.174132 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:59:34.174255 [ 359 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:34.174271 [ 340 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:34.174274 [ 308 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:34.174322 [ 322 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:34.174523 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:34.174561 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:34.174631 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:34.174651 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:34.174686 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:34.174723 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:34.175983 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} executeQuery: Read 35 rows, 6.04 KiB in 0.002691 sec., 13006.317354143443 rows/sec., 2.19 MiB/sec. 2026.05.04 23:59:34.176116 [ 4 ] {a28cbde1-cfff-497c-b512-7da521d00c6a} TCPHandler: Processed in 0.003090802 sec. 2026.05.04 23:59:34.177818 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:34.177928 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:34.177971 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:34.178549 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.178596 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.178957 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.04 23:59:34.179205 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.179352 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} executeQuery: Read 56 rows, 4.41 KiB in 0.001453 sec., 38540.94975911906 rows/sec., 2.96 MiB/sec. 2026.05.04 23:59:34.179367 [ 49 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.04 23:59:34.179389 [ 4 ] {a3eeb717-ffae-43b2-9a0d-1fa60b128947} TCPHandler: Processed in 0.001620762 sec. 2026.05.04 23:59:34.179424 [ 49 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.179454 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.179528 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:34.179568 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.04 23:59:34.179629 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:34.179668 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:34.179680 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:34.179713 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2617 rows starting from the beginning of the part 2026.05.04 23:59:34.179778 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 140 rows starting from the beginning of the part 2026.05.04 23:59:34.179845 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 2401 rows starting from the beginning of the part 2026.05.04 23:59:34.179905 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:34.179954 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 140 rows starting from the beginning of the part 2026.05.04 23:59:34.179996 [ 200 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:34.180208 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.180247 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.180592 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.04 23:59:34.180817 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.180943 [ 53 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.04 23:59:34.180951 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} executeQuery: Read 64 rows, 5.12 KiB in 0.001342 sec., 47690.01490312965 rows/sec., 3.72 MiB/sec. 2026.05.04 23:59:34.180988 [ 53 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.181012 [ 4 ] {a41cecf7-a090-47df-81a9-bb62448fe446} TCPHandler: Processed in 0.00153101 sec. 2026.05.04 23:59:34.181013 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.181124 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.04 23:59:34.181160 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:34.181215 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:34.181241 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1402 rows starting from the beginning of the part 2026.05.04 23:59:34.181262 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:34.181290 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 106 rows starting from the beginning of the part 2026.05.04 23:59:34.181306 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:34.181334 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1288 rows starting from the beginning of the part 2026.05.04 23:59:34.181373 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:34.181409 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 106 rows starting from the beginning of the part 2026.05.04 23:59:34.181447 [ 192 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:34.181744 [ 190 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5410 rows, containing 5 columns (5 merged, 0 gathered) in 0.002218838 sec., 2438213.1548134657 rows/sec., 192.79 MiB/sec. 2026.05.04 23:59:34.181766 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.181809 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.182058 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.04 23:59:34.182182 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.04 23:59:34.182403 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.182478 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.182493 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_56_11} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.04 23:59:34.182523 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3030 rows, containing 5 columns (5 merged, 0 gathered) in 0.001430897 sec., 2117552.835738701 rows/sec., 153.20 MiB/sec. 2026.05.04 23:59:34.182596 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.05.04 23:59:34.182613 [ 53 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.04 23:59:34.182634 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} executeQuery: Read 160 rows, 11.41 KiB in 0.001391 sec., 115025.1617541337 rows/sec., 8.01 MiB/sec. 2026.05.04 23:59:34.182644 [ 53 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.182675 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.182678 [ 4 ] {7ee99706-cc5f-400b-854b-48d13d32ce19} TCPHandler: Processed in 0.001567512 sec. 2026.05.04 23:59:34.182732 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.04 23:59:34.182753 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.04 23:59:34.182813 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:34.182851 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:34.182880 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18717 rows starting from the beginning of the part 2026.05.04 23:59:34.182911 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:34.182929 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:34.182955 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:34.182969 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1528 rows starting from the beginning of the part 2026.05.04 23:59:34.183006 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 96 rows starting from the beginning of the part 2026.05.04 23:59:34.183035 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.183043 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:34.183090 [ 200 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:34.183121 [ 190 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_56_11} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.04 23:59:34.183209 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.05.04 23:59:34.183322 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.183360 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.183673 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.05.04 23:59:34.183878 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.184003 [ 49 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.05.04 23:59:34.184007 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.05.04 23:59:34.184043 [ 49 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:34.184064 [ 4 ] {fa2af667-af9f-4cf4-8b39-64e38df40fb8} TCPHandler: Processed in 0.001298974 sec. 2026.05.04 23:59:34.184068 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:34.184159 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.05.04 23:59:34.184250 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:34.184277 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2628 rows starting from the beginning of the part 2026.05.04 23:59:34.184331 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:34.184373 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:34.184419 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part 2026.05.04 23:59:34.184456 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:34.184492 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:34.185810 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2868 rows, containing 4 columns (4 merged, 0 gathered) in 0.001683345 sec., 1703750.56806537 rows/sec., 114.82 MiB/sec. 2026.05.04 23:59:34.186120 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.04 23:59:34.186360 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.186423 [ 186 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_56_11} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.04 23:59:34.186481 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.05.04 23:59:34.188785 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 20821 rows, containing 5 columns (5 merged, 0 gathered) in 0.006062389 sec., 3434454.6349632135 rows/sec., 221.15 MiB/sec. 2026.05.04 23:59:34.189282 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.05.04 23:59:34.189529 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:34.189600 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_56_11} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.05.04 23:59:34.189674 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.05.04 23:59:35.000237 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 289.31 MiB, peak 298.59 MiB, free memory in arenas 0.00 B, will set to 291.52 MiB (RSS), difference: 2.21 MiB 2026.05.04 23:59:36.174192 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16743 2026.05.04 23:59:36.175085 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:36.175151 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:36.175656 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:59:36.175887 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:36.176017 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16743 2026.05.04 23:59:37.037263 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.05.04 23:59:37.055290 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:37.055358 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:37.061559 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:59:37.062272 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:37.065392 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.05.04 23:59:39.174819 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.175041 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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) 2026.05.04 23:59:39.175386 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:39.175423 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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 2026.05.04 23:59:39.175658 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:39.175729 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:39.175872 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 26-element set) 2026.05.04 23:59:39.175994 [ 322 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:39.176005 [ 308 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:39.176005 [ 340 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:39.175996 [ 319 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:39.176182 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:39.176211 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:39.176280 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:39.176301 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:39.176337 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:59:39.176375 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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'))" 2026.05.04 23:59:39.177542 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} executeQuery: Read 35 rows, 6.04 KiB in 0.00259 sec., 13513.513513513515 rows/sec., 2.28 MiB/sec. 2026.05.04 23:59:39.177671 [ 4 ] {f9c9d945-16ab-4e05-a7ad-16539150762f} TCPHandler: Processed in 0.002972128 sec. 2026.05.04 23:59:39.180892 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.181023 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.181076 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.05.04 23:59:39.181590 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.181628 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.181995 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:59:39.182225 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.182347 [ 95 ] {} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.04 23:59:39.182374 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} executeQuery: Read 24 rows, 2.04 KiB in 0.00139 sec., 17266.187050359713 rows/sec., 1.43 MiB/sec. 2026.05.04 23:59:39.182391 [ 95 ] {} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.182414 [ 4 ] {c88ef2d8-d527-4bb3-b124-a417d72221c5} TCPHandler: Processed in 0.001587032 sec. 2026.05.04 23:59:39.182415 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.182531 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.182535 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.04 23:59:39.182630 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:59:39.182677 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:59:39.182684 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:39.182725 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2026.05.04 23:59:39.182792 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:39.182839 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:39.182882 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:39.182919 [ 190 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:39.183083 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.183126 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.183438 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.05.04 23:59:39.183680 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.183691 [ 195 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001204482 sec., 99627.88983147942 rows/sec., 8.65 MiB/sec. 2026.05.04 23:59:39.183815 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} executeQuery: Read 14 rows, 1.14 KiB in 0.001207 sec., 11599.0057995029 rows/sec., 945.82 KiB/sec. 2026.05.04 23:59:39.183859 [ 4 ] {1ddeb36a-aedb-4ae5-917c-045ed83cee17} TCPHandler: Processed in 0.001378656 sec. 2026.05.04 23:59:39.183866 [ 191 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.04 23:59:39.183981 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.184083 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:39.184124 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:39.184170 [ 191 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.184255 [ 191 ] {e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a::all_1_9_2} oximeter.fields_i16 (e68041f9-a87b-4ffd-b1d3-06f10e3f7e8a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.04 23:59:39.184355 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.05.04 23:59:39.184622 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.184661 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.184992 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.04 23:59:39.185206 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.185336 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} executeQuery: Read 267 rows, 24.46 KiB in 0.001273 sec., 209740.76983503535 rows/sec., 18.77 MiB/sec. 2026.05.04 23:59:39.185374 [ 4 ] {0b0031ba-75f7-467d-aec6-0714f4bfe986} TCPHandler: Processed in 0.001442538 sec. 2026.05.04 23:59:39.185494 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.185589 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.185629 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:39.186033 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.186068 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.186375 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:59:39.186577 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.186701 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} executeQuery: Read 68 rows, 5.10 KiB in 0.001131 sec., 60123.78426171529 rows/sec., 4.40 MiB/sec. 2026.05.04 23:59:39.186737 [ 4 ] {f8b882df-d666-49bf-8ad2-fc93967c484c} TCPHandler: Processed in 0.001291914 sec. 2026.05.04 23:59:39.186848 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.186940 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.186979 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:59:39.187367 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.187401 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.187688 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.05.04 23:59:39.187913 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.188039 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} executeQuery: Read 24 rows, 2.04 KiB in 0.001117 sec., 21486.123545210387 rows/sec., 1.78 MiB/sec. 2026.05.04 23:59:39.188076 [ 4 ] {9e006d37-0712-46a2-9590-26f10fabceeb} TCPHandler: Processed in 0.001275914 sec. 2026.05.04 23:59:39.188184 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.188276 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.188316 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.05.04 23:59:39.188700 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.188735 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.189028 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:59:39.189234 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.189321 [ 95 ] {} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.05.04 23:59:39.189348 [ 95 ] {} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.189356 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. 2026.05.04 23:59:39.189365 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.189393 [ 4 ] {08059343-5e00-4c62-a9b4-d1019a305b53} TCPHandler: Processed in 0.001256373 sec. 2026.05.04 23:59:39.189435 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.05.04 23:59:39.189503 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.189521 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:39.189552 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2026.05.04 23:59:39.189598 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.05.04 23:59:39.189604 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:39.189635 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.05.04 23:59:39.189650 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:39.189676 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2026.05.04 23:59:39.189714 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.05.04 23:59:39.190106 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.190146 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.190343 [ 191 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000937884 sec., 63973.79633302199 rows/sec., 5.12 MiB/sec. 2026.05.04 23:59:39.190472 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.05.04 23:59:39.190472 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.04 23:59:39.190771 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.190785 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.190859 [ 190 ] {c916d968-b037-4a92-8064-a663e45507e3::all_1_9_2} oximeter.fields_u8 (c916d968-b037-4a92-8064-a663e45507e3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.05.04 23:59:39.190907 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} executeQuery: Read 156 rows, 12.88 KiB in 0.00132 sec., 118181.81818181818 rows/sec., 9.53 MiB/sec. 2026.05.04 23:59:39.190927 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.05.04 23:59:39.190949 [ 4 ] {45753c95-0306-4c25-b911-ca5c75823a9c} TCPHandler: Processed in 0.001493569 sec. 2026.05.04 23:59:39.191058 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.191159 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.191202 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:39.191606 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.191642 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.191990 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.04 23:59:39.192207 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.192336 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} executeQuery: Read 203 rows, 14.89 KiB in 0.001197 sec., 169590.64327485382 rows/sec., 12.15 MiB/sec. 2026.05.04 23:59:39.192373 [ 4 ] {9bd9a592-b936-40fb-bd05-84fe8be09802} TCPHandler: Processed in 0.001363886 sec. 2026.05.04 23:59:39.192486 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.192581 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.192634 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:39.193424 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.193459 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.194011 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.05.04 23:59:39.194241 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.194378 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} executeQuery: Read 42 rows, 77.07 KiB in 0.001817 sec., 23115.024766097962 rows/sec., 41.42 MiB/sec. 2026.05.04 23:59:39.194440 [ 4 ] {c65a94ff-25cd-4a49-b3d7-0c8ca2ef78c9} TCPHandler: Processed in 0.002003653 sec. 2026.05.04 23:59:39.194562 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:39.194655 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:39.194698 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:39.195034 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:39.195070 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:39.195373 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.05.04 23:59:39.195582 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:39.195707 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.05.04 23:59:39.195742 [ 4 ] {93ada6f2-b203-4380-bb94-e855f4d1ca48} TCPHandler: Processed in 0.001230222 sec. 2026.05.04 23:59:43.560801 [ 157 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:59:43.560869 [ 157 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:59:43.676152 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17191 2026.05.04 23:59:43.676678 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:43.676713 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:43.677209 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:59:43.677433 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:43.677558 [ 157 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:59:43.677562 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17191 2026.05.04 23:59:43.677602 [ 157 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:43.677630 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:43.677744 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:59:43.677888 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:43.677926 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14823 rows starting from the beginning of the part 2026.05.04 23:59:43.677984 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2026.05.04 23:59:43.678026 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2026.05.04 23:59:43.678064 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2026.05.04 23:59:43.678099 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2026.05.04 23:59:43.678136 [ 187 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2026.05.04 23:59:43.680077 [ 190 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17191 rows, containing 4 columns (4 merged, 0 gathered) in 0.002378572 sec., 7227445.711124154 rows/sec., 103.39 MiB/sec. 2026.05.04 23:59:43.680377 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:59:43.680699 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:43.680779 [ 199 ] {b7130c76-31b0-45fa-9011-d9c84697ba75::all_1_36_7} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:59:43.680895 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.05.04 23:59:43.727073 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 950 2026.05.04 23:59:43.729460 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:43.729508 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:43.730736 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.05.04 23:59:43.731002 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:43.731151 [ 157 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.05.04 23:59:43.731191 [ 157 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:43.731208 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:43.731266 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 950 2026.05.04 23:59:43.731301 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.05.04 23:59:43.731941 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:43.732122 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 788 rows starting from the beginning of the part 2026.05.04 23:59:43.732567 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:43.732928 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part 2026.05.04 23:59:43.733277 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part 2026.05.04 23:59:43.733615 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:43.733942 [ 197 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2026.05.04 23:59:43.739871 [ 199 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 950 rows, containing 72 columns (72 merged, 0 gathered) in 0.008617206 sec., 110244.55026373977 rows/sec., 94.56 MiB/sec. 2026.05.04 23:59:43.741194 [ 190 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.05.04 23:59:43.741746 [ 190 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:43.741812 [ 190 ] {caa80771-e851-4ba5-af85-6c71efe2fb17::all_1_26_5} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.05.04 23:59:43.742027 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. 2026.05.04 23:59:44.172517 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:44.172745 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:44.173079 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:44.173117 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:44.173337 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:44.173411 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:44.173555 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:59:44.173667 [ 308 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:44.173669 [ 340 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:44.173680 [ 319 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:44.173680 [ 358 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:44.173836 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:44.173868 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:44.173941 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:44.173962 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:44.173998 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:44.174039 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:44.175191 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} executeQuery: Read 35 rows, 6.04 KiB in 0.002533 sec., 13817.60757994473 rows/sec., 2.33 MiB/sec. 2026.05.04 23:59:44.175330 [ 4 ] {4b7b957a-f0e9-4178-8752-f0f2e6ca592a} TCPHandler: Processed in 0.002935937 sec. 2026.05.04 23:59:44.177014 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:44.177127 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:44.177172 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:44.177678 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:44.177724 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:44.178114 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.04 23:59:44.178350 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:44.178506 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} executeQuery: Read 56 rows, 4.41 KiB in 0.001412 sec., 39660.056657223795 rows/sec., 3.05 MiB/sec. 2026.05.04 23:59:44.178548 [ 4 ] {61404663-61d1-40d8-a578-2ce5c5f5b3a4} TCPHandler: Processed in 0.001585881 sec. 2026.05.04 23:59:44.178688 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:44.178787 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:44.178833 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:44.179262 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:44.179301 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:44.179605 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.04 23:59:44.179835 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:44.179975 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} executeQuery: Read 64 rows, 5.12 KiB in 0.001209 sec., 52936.31100082713 rows/sec., 4.13 MiB/sec. 2026.05.04 23:59:44.180013 [ 4 ] {24af685c-4fa5-4370-8552-a94a5f96eece} TCPHandler: Processed in 0.001374476 sec. 2026.05.04 23:59:44.180141 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:44.180236 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:44.180280 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:44.180709 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:44.180745 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:44.181089 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.04 23:59:44.181307 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:44.181460 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2026.05.04 23:59:44.181511 [ 4 ] {9ca4719e-ec7d-4ab2-b7a5-5b6fa3fcfdd6} TCPHandler: Processed in 0.001417367 sec. 2026.05.04 23:59:44.181666 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:44.181760 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:44.181805 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:44.182195 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:44.182233 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:44.182553 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.05.04 23:59:44.182774 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:44.182930 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} executeQuery: Read 60 rows, 4.14 KiB in 0.001188 sec., 50505.0505050505 rows/sec., 3.40 MiB/sec. 2026.05.04 23:59:44.182967 [ 4 ] {0812edf3-7f59-4314-bebd-74199798275d} TCPHandler: Processed in 0.001348965 sec. 2026.05.04 23:59:44.565530 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.05.04 23:59:44.582876 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:44.582930 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:44.588773 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:59:44.589495 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:44.589838 [ 153 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:59:44.589934 [ 153 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:44.589970 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:44.590148 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:59:44.592605 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.05.04 23:59:44.594157 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:44.595708 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.05.04 23:59:44.600347 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.05.04 23:59:44.605032 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.05.04 23:59:44.609481 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.05.04 23:59:44.613920 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.05.04 23:59:44.618080 [ 201 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.05.04 23:59:44.670329 [ 199 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.080245015 sec., 3377.156824009566 rows/sec., 17.46 MiB/sec. 2026.05.04 23:59:44.673313 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:59:44.675605 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:44.675725 [ 194 ] {7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a::all_1_36_7} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:59:44.678490 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.05.04 23:59:45.000261 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 293.39 MiB, peak 305.26 MiB, free memory in arenas 0.00 B, will set to 296.11 MiB (RSS), difference: 2.72 MiB 2026.05.04 23:59:49.173555 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.173820 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:49.174148 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:49.174184 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:49.174402 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:49.174473 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:49.174614 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:59:49.174752 [ 340 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:49.174772 [ 358 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:49.174768 [ 319 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:49.174754 [ 308 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:49.175056 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:49.175088 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:49.175155 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:49.175174 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:49.175209 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:49.175253 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:49.176605 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} executeQuery: Read 35 rows, 6.04 KiB in 0.002881 sec., 12148.559527941687 rows/sec., 2.05 MiB/sec. 2026.05.04 23:59:49.176743 [ 4 ] {c6135d48-680f-490f-baf8-402f2b3b5f11} TCPHandler: Processed in 0.003319257 sec. 2026.05.04 23:59:49.178926 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.179059 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:49.179112 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:49.179815 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:49.179852 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:49.180254 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.04 23:59:49.180481 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:49.180637 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} executeQuery: Read 140 rows, 12.49 KiB in 0.001617 sec., 86580.08658008659 rows/sec., 7.54 MiB/sec. 2026.05.04 23:59:49.180677 [ 4 ] {638c108e-c395-455b-9143-c832d12682ff} TCPHandler: Processed in 0.001812777 sec. 2026.05.04 23:59:49.180798 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.180898 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:49.180939 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:49.181408 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:49.181442 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:49.181738 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:59:49.181946 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:49.182081 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} executeQuery: Read 42 rows, 3.16 KiB in 0.001204 sec., 34883.72093023256 rows/sec., 2.56 MiB/sec. 2026.05.04 23:59:49.182118 [ 4 ] {f98e6764-461f-40e9-ab68-c634bf8a0935} TCPHandler: Processed in 0.001371086 sec. 2026.05.04 23:59:49.182231 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.182327 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:49.182368 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:49.182789 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:49.182822 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:49.183122 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.04 23:59:49.183324 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:49.183453 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} executeQuery: Read 106 rows, 8.48 KiB in 0.001144 sec., 92657.34265734266 rows/sec., 7.24 MiB/sec. 2026.05.04 23:59:49.183489 [ 4 ] {e8454717-7332-43f0-b894-9f533360c0f6} TCPHandler: Processed in 0.001307884 sec. 2026.05.04 23:59:49.183609 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.183704 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:49.183748 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:49.184138 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:49.184171 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:49.184497 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.04 23:59:49.184703 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:49.184838 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.05.04 23:59:49.184877 [ 4 ] {c9eaf87d-9f01-4725-ba06-8e3ff182e7c6} TCPHandler: Processed in 0.001318215 sec. 2026.05.04 23:59:49.184986 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.185082 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:49.185137 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:49.185930 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:49.185967 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:49.186545 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.05.04 23:59:49.186768 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:49.186920 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} executeQuery: Read 42 rows, 77.07 KiB in 0.001856 sec., 22629.310344827587 rows/sec., 40.55 MiB/sec. 2026.05.04 23:59:49.186986 [ 4 ] {47a6f510-d922-43d6-b5ba-cbadd17e7106} TCPHandler: Processed in 0.002048744 sec. 2026.05.04 23:59:49.187113 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:49.187211 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:49.187255 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:49.187601 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:49.187638 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:49.187942 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.05.04 23:59:49.188150 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:49.188282 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.05.04 23:59:49.188319 [ 4 ] {50919a08-7f68-4ffa-a05a-9a83d94b59f3} TCPHandler: Processed in 0.001256053 sec. 2026.05.04 23:59:50.357493 [ 150 ] {} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.05.04 23:59:50.357566 [ 150 ] {} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.357590 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.357724 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.05.04 23:59:50.357872 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:50.357908 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.05.04 23:59:50.357981 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part 2026.05.04 23:59:50.358031 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.05.04 23:59:50.358076 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2026.05.04 23:59:50.358120 [ 196 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part 2026.05.04 23:59:50.358891 [ 199 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001228933 sec., 40685.70052232302 rows/sec., 3.40 MiB/sec. 2026.05.04 23:59:50.359048 [ 199 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.05.04 23:59:50.359338 [ 199 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.359416 [ 199 ] {02c00664-4213-485b-88f2-c80d64a70faa::all_1_13_3} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.05.04 23:59:50.359512 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.05.04 23:59:50.894438 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.894709 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec') FORMAT Native (stage: Complete) 2026.05.04 23:59:50.895074 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:50.895123 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec')" moved to PREWHERE 2026.05.04 23:59:50.895476 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:50.895578 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:50.895819 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 29-element set) 2026.05.04 23:59:50.895988 [ 324 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:50.896020 [ 358 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:50.896077 [ 324 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:50.896116 [ 358 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:50.896277 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:50.896323 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:50.896431 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:50.896456 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:50.896493 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:59:50.896535 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'zone:cpu_nsec'))" 2026.05.04 23:59:50.897714 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} executeQuery: Read 35 rows, 7.62 KiB in 0.003112 sec., 11246.786632390746 rows/sec., 2.39 MiB/sec. 2026.05.04 23:59:50.897869 [ 4 ] {4a61f2f8-a2bf-48e4-bf45-c14ebc144ca8} TCPHandler: Processed in 0.003568314 sec. 2026.05.04 23:59:50.910202 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.910327 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.05.04 23:59:50.910376 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.05.04 23:59:50.910918 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.910965 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.911335 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.05.04 23:59:50.911570 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} oximeter.fields_ipaddr (02c00664-4213-485b-88f2-c80d64a70faa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.911738 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} executeQuery: Read 2 rows, 167.00 B in 0.001444 sec., 1385.0415512465374 rows/sec., 112.94 KiB/sec. 2026.05.04 23:59:50.911785 [ 4 ] {2a7bffb6-1c7b-4eda-b53a-60c4962ad9cc} TCPHandler: Processed in 0.001641103 sec. 2026.05.04 23:59:50.911920 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.912017 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:50.912057 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:50.913856 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.913895 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.914365 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.04 23:59:50.914572 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.914708 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} executeQuery: Read 2402 rows, 181.40 KiB in 0.002701 sec., 889300.2591632729 rows/sec., 65.59 MiB/sec. 2026.05.04 23:59:50.914747 [ 4 ] {53d8ef33-bbd2-4ff8-8124-7de7c97a9a68} TCPHandler: Processed in 0.002872326 sec. 2026.05.04 23:59:50.914871 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.914974 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:50.915015 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:50.915428 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.915465 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.915772 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:59:50.915982 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.916116 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} executeQuery: Read 11 rows, 836.00 B in 0.001161 sec., 9474.590869939708 rows/sec., 703.19 KiB/sec. 2026.05.04 23:59:50.916154 [ 4 ] {3e6ea33b-82db-4ca6-b34d-e3ea94b7b7ab} TCPHandler: Processed in 0.001337825 sec. 2026.05.04 23:59:50.916274 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.916394 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.05.04 23:59:50.916442 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.05.04 23:59:50.917252 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.917289 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.917631 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.05.04 23:59:50.917837 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} oximeter.fields_u32 (f3ee58fe-ae77-463c-a209-fb85ceae2ebf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.917969 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} executeQuery: Read 801 rows, 47.38 KiB in 0.0016 sec., 500625 rows/sec., 28.92 MiB/sec. 2026.05.04 23:59:50.918007 [ 4 ] {9e961842-3de1-4df5-8ba1-7e0e68bdeb2c} TCPHandler: Processed in 0.001792797 sec. 2026.05.04 23:59:50.918120 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.918213 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:50.918252 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.05.04 23:59:50.918629 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.918664 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.918948 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.05.04 23:59:50.919150 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} oximeter.fields_u64 (72666c14-f6fc-40f1-91c6-37321e75a7a0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.919275 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} executeQuery: Read 1 rows, 72.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 65.10 KiB/sec. 2026.05.04 23:59:50.919312 [ 4 ] {1d137872-9383-45e9-bea7-d544812f3880} TCPHandler: Processed in 0.001241322 sec. 2026.05.04 23:59:50.919433 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.919555 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:50.919604 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:50.920600 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.920638 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.921029 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.04 23:59:50.921242 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.921382 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} executeQuery: Read 1290 rows, 88.12 KiB in 0.001852 sec., 696544.2764578834 rows/sec., 46.46 MiB/sec. 2026.05.04 23:59:50.921423 [ 4 ] {3b8306e1-041f-455c-af05-57fcfd743a8d} TCPHandler: Processed in 0.002050874 sec. 2026.05.04 23:59:50.921542 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.921638 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:50.921682 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:50.922451 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.922487 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.922940 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.04 23:59:50.923148 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.923294 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} executeQuery: Read 1529 rows, 95.26 KiB in 0.001676 sec., 912291.169451074 rows/sec., 55.50 MiB/sec. 2026.05.04 23:59:50.923332 [ 4 ] {81b259f8-7ceb-4cd4-928a-b78358d448a6} TCPHandler: Processed in 0.001839798 sec. 2026.05.04 23:59:50.923449 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.923545 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:50.923599 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:50.924355 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.924392 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.924913 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.05.04 23:59:50.925137 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.925284 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} executeQuery: Read 9 rows, 16.51 KiB in 0.001758 sec., 5119.453924914676 rows/sec., 9.17 MiB/sec. 2026.05.04 23:59:50.925339 [ 4 ] {a30d8158-cf7b-4968-a07d-c374b675cb31} TCPHandler: Processed in 0.001938791 sec. 2026.05.04 23:59:50.925470 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:50.925566 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:50.925607 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:50.925958 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:50.925995 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:50.926313 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.05.04 23:59:50.926522 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:50.926651 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} executeQuery: Read 24 rows, 1.66 KiB in 0.001104 sec., 21739.130434782608 rows/sec., 1.47 MiB/sec. 2026.05.04 23:59:50.926686 [ 4 ] {74d0d8cd-1d6f-4d18-b0f6-7281940c63d7} TCPHandler: Processed in 0.001265913 sec. 2026.05.04 23:59:51.177719 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17703 2026.05.04 23:59:51.178483 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:51.178524 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:51.179151 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:59:51.179376 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:51.179499 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17703 2026.05.04 23:59:52.092690 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.05.04 23:59:52.109037 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:52.109094 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:52.114711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.05.04 23:59:52.115386 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:52.118216 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.05.04 23:59:53.732700 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 994 2026.05.04 23:59:53.735446 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:53.735483 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:53.736714 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.05.04 23:59:53.736974 [ 242 ] {} system.query_log (caa80771-e851-4ba5-af85-6c71efe2fb17): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:53.737281 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 994 2026.05.04 23:59:54.172904 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:54.173152 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:54.173519 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:54.173560 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:54.173792 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:54.173858 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:54.173988 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 18-element set) 2026.05.04 23:59:54.174096 [ 319 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:54.174119 [ 324 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:54.174102 [ 358 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:54.174099 [ 362 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:54.174284 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:54.174312 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:54.174379 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:54.174397 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:54.174430 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:54.174469 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:54.175706 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} executeQuery: Read 35 rows, 6.04 KiB in 0.002651 sec., 13202.565069784987 rows/sec., 2.22 MiB/sec. 2026.05.04 23:59:54.175851 [ 4 ] {4ad34cc6-4190-41f0-a2b3-0a4c30a880e2} TCPHandler: Processed in 0.003078961 sec. 2026.05.04 23:59:54.177085 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:54.177188 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:54.177230 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:54.177794 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.177830 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.178183 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.04 23:59:54.178390 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.178529 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} executeQuery: Read 56 rows, 4.41 KiB in 0.001396 sec., 40114.61318051576 rows/sec., 3.08 MiB/sec. 2026.05.04 23:59:54.178532 [ 140 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.04 23:59:54.178566 [ 4 ] {9a3dc331-5a4c-4108-8e4f-bbffb78a1b73} TCPHandler: Processed in 0.001560921 sec. 2026.05.04 23:59:54.178646 [ 140 ] {} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.178669 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.178749 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:54.178801 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.04 23:59:54.178861 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:54.178906 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:54.178935 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:54.178975 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2617 rows starting from the beginning of the part 2026.05.04 23:59:54.179046 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 267 rows starting from the beginning of the part 2026.05.04 23:59:54.179097 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:54.179147 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 140 rows starting from the beginning of the part 2026.05.04 23:59:54.179194 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 2402 rows starting from the beginning of the part 2026.05.04 23:59:54.179238 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2026.05.04 23:59:54.179413 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.179453 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.179768 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.04 23:59:54.179974 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.180098 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} executeQuery: Read 64 rows, 5.12 KiB in 0.001299 sec., 49268.66820631255 rows/sec., 3.85 MiB/sec. 2026.05.04 23:59:54.180107 [ 139 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.04 23:59:54.180133 [ 4 ] {a6ef6671-fc18-4b54-abeb-6f5248392148} TCPHandler: Processed in 0.001467448 sec. 2026.05.04 23:59:54.180171 [ 139 ] {} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.180196 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.180260 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:54.180277 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.04 23:59:54.180357 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:54.180377 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:54.180400 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:54.180407 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1402 rows starting from the beginning of the part 2026.05.04 23:59:54.180469 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 156 rows starting from the beginning of the part 2026.05.04 23:59:54.180511 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:54.180555 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 106 rows starting from the beginning of the part 2026.05.04 23:59:54.180661 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1290 rows starting from the beginning of the part 2026.05.04 23:59:54.180701 [ 199 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2026.05.04 23:59:54.180842 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.180880 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.181143 [ 186 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 5 columns (5 merged, 0 gathered) in 0.002426154 sec., 2282625.093048504 rows/sec., 181.36 MiB/sec. 2026.05.04 23:59:54.181432 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.04 23:59:54.181455 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.04 23:59:54.181781 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.181807 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.181863 [ 189 ] {8e918251-d5c6-4e6a-829f-2b445bee08fe::all_1_61_12} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.04 23:59:54.181895 [ 200 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 5 columns (5 merged, 0 gathered) in 0.001611722 sec., 1912240.4484148012 rows/sec., 138.90 MiB/sec. 2026.05.04 23:59:54.181931 [ 140 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Selected 5 parts from all_1_56_11 to all_60_60_0 2026.05.04 23:59:54.181946 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.05.04 23:59:54.181958 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} executeQuery: Read 96 rows, 6.85 KiB in 0.001569 sec., 61185.46845124283 rows/sec., 4.26 MiB/sec. 2026.05.04 23:59:54.181971 [ 140 ] {} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.182001 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.182008 [ 4 ] {726b6821-3c86-4fcb-b2e6-792f2c46ae96} TCPHandler: Processed in 0.001753276 sec. 2026.05.04 23:59:54.182096 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_56_11 to all_60_60_0 into Compact with storage Full 2026.05.04 23:59:54.182128 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:54.182157 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.04 23:59:54.182236 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:54.182249 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:54.182285 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:54.182298 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 20821 rows starting from the beginning of the part 2026.05.04 23:59:54.182385 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 203 rows starting from the beginning of the part 2026.05.04 23:59:54.182389 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.182458 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:54.182472 [ 189 ] {25d66165-59a4-4d15-8d53-e2cce812c337::all_1_61_12} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.04 23:59:54.182519 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.05.04 23:59:54.182537 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.05.04 23:59:54.182570 [ 198 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1529 rows starting from the beginning of the part 2026.05.04 23:59:54.182633 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.182674 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.182983 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.05.04 23:59:54.183192 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.183316 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} executeQuery: Read 36 rows, 2.48 KiB in 0.001143 sec., 31496.062992125986 rows/sec., 2.12 MiB/sec. 2026.05.04 23:59:54.183316 [ 139 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.05.04 23:59:54.183352 [ 4 ] {e3075b92-2624-4197-8b12-77583f807ed8} TCPHandler: Processed in 0.001319375 sec. 2026.05.04 23:59:54.183365 [ 139 ] {} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:54.183389 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:54.183474 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.05.04 23:59:54.183562 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:54.183651 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2868 rows starting from the beginning of the part 2026.05.04 23:59:54.183697 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:54.183736 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:54.183771 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.05.04 23:59:54.183804 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 24 rows starting from the beginning of the part 2026.05.04 23:59:54.183838 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part 2026.05.04 23:59:54.185362 [ 192 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 4 columns (4 merged, 0 gathered) in 0.001866399 sec., 1665238.7833469694 rows/sec., 112.23 MiB/sec. 2026.05.04 23:59:54.185685 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.05.04 23:59:54.185910 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.185968 [ 200 ] {67acee27-9c1b-4fe6-be1d-7644e9fb0860::all_1_61_12} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.05.04 23:59:54.186020 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.05.04 23:59:54.192245 [ 186 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 22873 rows, containing 5 columns (5 merged, 0 gathered) in 0.010224709 sec., 2237031.8803205057 rows/sec., 143.82 MiB/sec. 2026.05.04 23:59:54.192852 [ 191 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2026.05.04 23:59:54.193117 [ 191 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:54.193191 [ 191 ] {0f2c1db5-c680-4c2d-bd4c-271309e934e6::all_1_60_12} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6) (MergerMutator): Merged 5 parts: [all_1_56_11, all_60_60_0] -> all_1_60_12 2026.05.04 23:59:54.193274 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.05.04 23:59:55.000870 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 297.69 MiB, peak 305.26 MiB, free memory in arenas 0.00 B, will set to 300.93 MiB (RSS), difference: 3.23 MiB 2026.05.04 23:59:58.561927 [ 135 ] {} DNSResolver: Updating DNS cache 2026.05.04 23:59:58.562002 [ 135 ] {} DNSResolver: Updated DNS cache 2026.05.04 23:59:58.681023 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18151 2026.05.04 23:59:58.681586 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:58.681635 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:58.682167 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:59:58.682406 [ 244 ] {} system.asynchronous_metric_log (b7130c76-31b0-45fa-9011-d9c84697ba75): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:58.682552 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18151 2026.05.04 23:59:59.178108 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.178356 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} executeQuery: (from [fd00:1122:3344:101::d]:44922) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native (stage: Complete) 2026.05.04 23:59:59.178709 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.05.04 23:59:59.178743 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.05.04 23:59:59.178958 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.05.04 23:59:59.179024 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} InterpreterSelectQuery: FetchColumns -> Complete 2026.05.04 23:59:59.179164 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Key condition: (column 0 in 19-element set) 2026.05.04 23:59:59.179293 [ 337 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.05.04 23:59:59.179302 [ 362 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.05.04 23:59:59.179309 [ 324 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.05.04 23:59:59.179302 [ 358 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.05.04 23:59:59.179485 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Selected 4/4 parts by partition key, 2 parts by primary key, 2/4 marks by primary key, 2 marks to read from 2 ranges 2026.05.04 23:59:59.179512 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.05.04 23:59:59.179576 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.05.04 23:59:59.179596 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} oximeter.timeseries_schema (51a4634b-c8a5-4e7b-b976-6a4b77302019) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.05.04 23:59:59.179629 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:59.179676 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "in(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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.05.04 23:59:59.180863 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} executeQuery: Read 35 rows, 6.04 KiB in 0.002607 sec., 13425.393172228616 rows/sec., 2.26 MiB/sec. 2026.05.04 23:59:59.180967 [ 4 ] {30bb3daf-4d10-429e-9c7e-36ced8791a9c} TCPHandler: Processed in 0.002988239 sec. 2026.05.04 23:59:59.183133 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.183256 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.05.04 23:59:59.183305 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.05.04 23:59:59.183825 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.183864 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.184233 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.04 23:59:59.184445 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} oximeter.fields_string (8e918251-d5c6-4e6a-829f-2b445bee08fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.184588 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} executeQuery: Read 140 rows, 12.49 KiB in 0.001367 sec., 102414.04535479152 rows/sec., 8.92 MiB/sec. 2026.05.04 23:59:59.184627 [ 4 ] {1df7f721-c8d3-4689-8117-c9723d6822fa} TCPHandler: Processed in 0.001552411 sec. 2026.05.04 23:59:59.184737 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.184829 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.05.04 23:59:59.184868 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.05.04 23:59:59.185258 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.185294 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.185575 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:59:59.185788 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.185899 [ 135 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:59:59.185913 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} executeQuery: Read 42 rows, 3.16 KiB in 0.001102 sec., 38112.52268602541 rows/sec., 2.80 MiB/sec. 2026.05.04 23:59:59.185976 [ 135 ] {} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.185990 [ 4 ] {bffa86b4-c6b2-490f-9a0f-2e994c6fbd66} TCPHandler: Processed in 0.001301525 sec. 2026.05.04 23:59:59.186005 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.186115 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.186131 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:59:59.186214 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.05.04 23:59:59.186241 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:59.186258 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.05.04 23:59:59.186276 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 81 rows starting from the beginning of the part 2026.05.04 23:59:59.186338 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.186384 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part 2026.05.04 23:59:59.186426 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.186476 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part 2026.05.04 23:59:59.186533 [ 195 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.186672 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.186713 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.187024 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.04 23:59:59.187246 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} oximeter.fields_uuid (25d66165-59a4-4d15-8d53-e2cce812c337): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.187334 [ 191 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 286 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244873 sec., 229742.31106305623 rows/sec., 17.70 MiB/sec. 2026.05.04 23:59:59.187372 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} executeQuery: Read 106 rows, 8.48 KiB in 0.001176 sec., 90136.05442176871 rows/sec., 7.04 MiB/sec. 2026.05.04 23:59:59.187412 [ 4 ] {79bafb08-a058-4534-9d79-96b182ddbdde} TCPHandler: Processed in 0.001343995 sec. 2026.05.04 23:59:59.187524 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.187541 [ 186 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:59:59.187616 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:59.187663 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.05.04 23:59:59.187864 [ 186 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.187948 [ 186 ] {2f389d3e-01c9-4e39-8bef-9bfea66bda25::all_1_36_7} oximeter.fields_u16 (2f389d3e-01c9-4e39-8bef-9bfea66bda25) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:59:59.188045 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.05.04 23:59:59.188049 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.188093 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.188415 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.04 23:59:59.188620 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} oximeter.measurements_cumulativeu64 (0f2c1db5-c680-4c2d-bd4c-271309e934e6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.188750 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.05.04 23:59:59.188787 [ 4 ] {2f01d35a-0de9-4e75-8d3d-15716d6cd195} TCPHandler: Processed in 0.001311435 sec. 2026.05.04 23:59:59.188893 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.188985 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.05.04 23:59:59.189037 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.05.04 23:59:59.189795 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.189831 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.190379 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.05.04 23:59:59.190601 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.190710 [ 135 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.05.04 23:59:59.190734 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} executeQuery: Read 42 rows, 77.07 KiB in 0.001767 sec., 23769.10016977929 rows/sec., 42.59 MiB/sec. 2026.05.04 23:59:59.190749 [ 135 ] {} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.190777 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.190792 [ 4 ] {0ce9100b-8953-4a47-b1f8-da76c3dd2eb9} TCPHandler: Processed in 0.001945971 sec. 2026.05.04 23:59:59.190861 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.05.04 23:59:59.190907 [ 4 ] {} TCP-Session: e259b519-a742-46b6-8bce-2d4f8811165a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.05.04 23:59:59.191004 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} executeQuery: (from [fd00:1122:3344:101::d]:44922) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.05.04 23:59:59.191044 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.05.04 23:59:59.191084 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.05.04 23:59:59.191141 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 898 rows starting from the beginning of the part 2026.05.04 23:59:59.191269 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.191375 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.191381 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.191416 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.191496 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.191600 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 9 rows starting from the beginning of the part 2026.05.04 23:59:59.191696 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.05.04 23:59:59.191719 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.05.04 23:59:59.191927 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} oximeter.measurements_u64 (67acee27-9c1b-4fe6-be1d-7644e9fb0860): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.192062 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.05.04 23:59:59.192098 [ 4 ] {468d6b49-893b-47ba-a668-5d02182b9e6c} TCPHandler: Processed in 0.001239573 sec. 2026.05.04 23:59:59.197330 [ 187 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 19 columns (19 merged, 0 gathered) in 0.006507971 sec., 165182.05136439606 rows/sec., 296.00 MiB/sec. 2026.05.04 23:59:59.198464 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.05.04 23:59:59.198772 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.198842 [ 191 ] {62d98078-df7c-43e0-ac0f-7c5a6974967a::all_1_36_7} oximeter.measurements_histogramu64 (62d98078-df7c-43e0-ac0f-7c5a6974967a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.05.04 23:59:59.198942 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.46 MiB. 2026.05.04 23:59:59.619431 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.05.04 23:59:59.635569 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.05.04 23:59:59.635635 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.64 GiB. 2026.05.04 23:59:59.641239 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.05.04 23:59:59.641910 [ 243 ] {} system.metric_log (7e27ff07-8005-4dc4-8bf1-ab8d5cb5ed3a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.05.04 23:59:59.644650 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.05.05 00:00:00.000883 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 302.05 MiB, peak 309.94 MiB, free memory in arenas 0.00 B, will set to 304.21 MiB (RSS), difference: 2.16 MiB